header-logo
Suggest Exploit
vendor:
minewebcms
by:
Chetanya Sharma @AggressiveUser
4.8
CVSS
MEDIUM
Cross-site Scripting (XSS)
79
CWE
Product Name: minewebcms
Affected Version From: 1.15.2
Affected Version To: 1.15.2
Patch Exists: NO
Related CWE: CVE-2022-1163
CPE: minewebcms
Other Scripts:
Platforms Tested: KALI OS
2022

minewebcms 1.15.2 – Cross-site Scripting (XSS)

minewebcms 1.15.2 is vulnerable to Cross-site Scripting (XSS). An attacker can inject malicious JavaScript code into the 'Link Name' and 'URL' fields of the 'Drop-Down Menu' page, which will be executed when the page is accessed. The malicious code can be triggered by navigating to the web application's home page.

Mitigation:

Input validation should be used to prevent malicious code from being injected into the web application.
Source

Exploit-DB raw data:

# Exploit Title: minewebcms 1.15.2 - Cross-site Scripting (XSS)
# Google Dork: NA
# Date: 02/20/2022
# Exploit Author: Chetanya Sharma @AggressiveUser
# Vendor Homepage: https://mineweb.org/
# Software Link: https://github.com/mineweb/minewebcms
# Version: 1.15.2
# Tested on: KALI OS
# CVE : CVE-2022-1163
#
---------------

Steps to Reproduce:-
=> Install the WebApp and Setup it
=> Login in to webAPP using Admin Creds. 
=> Navigate to "http://localhost/MineWebCMS-1.15.2/admin/navbar"
=> Add/Edit a Link Select "Drop-Down Menu"
=> "Link Name" and "URL" Both Input are Vulnerable to Exploit Simple XSS 
=>  Payload : <script>alert(1);</script>
=> XSS will trigger on "http://localhost/MineWebCMS-1.15.2/" Aka WebApp HOME Page

Note : As you can see this simple payload working in those two inputs as normally . Whole WebApp Admin Input Structure is allow to do HTML Injection or XSS Injection 

References: https://huntr.dev/bounties/44d40f34-c391-40c0-a517-12a2c0258149/