header-logo
Suggest Exploit
vendor:
Edit-X PHP CMS
by:
7.5
CVSS
HIGH
Cross-Site Scripting (XSS)
79
CWE
Product Name: Edit-X PHP CMS
Affected Version From:
Affected Version To:
Patch Exists: NO
Related CWE:
CPE:
Metasploit:
Other Scripts:
Platforms Tested:

Cross-Site Scripting Vulnerability in Edit-X PHP CMS

The Edit-X PHP CMS is vulnerable to a cross-site scripting (XSS) attack due to inadequate input sanitization. An attacker can exploit this vulnerability by injecting malicious script code into user-supplied input. When a victim user visits the affected site, the injected script code executes in their browser, allowing the attacker to steal their authentication credentials and launch further attacks.

Mitigation:

To mitigate this vulnerability, it is recommended to properly sanitize and validate user-supplied input. All input should be treated as untrusted and encoded or filtered to prevent script injection attacks. Additionally, implementing a Content Security Policy (CSP) can help mitigate XSS vulnerabilities.
Source

Exploit-DB raw data:

source: https://www.securityfocus.com/bid/42442/info

Edit-X PHP CMS is prone to a cross-site scripting vulnerability because it fails to properly sanitize user-supplied input.

An attacker may leverage this issue to execute arbitrary script code in the browser of an unsuspecting user in the context of the affected site. This may let the attacker steal cookie-based authentication credentials and launch other attacks. 

http://www.example.com/index.php?w=5&search_text=%22%3E%3Cscript%3Ealert%28document.cookie%29%3C/script%3E