header-logo
Suggest Exploit
vendor:
DRZES HMS
by:
Unknown
5.5
CVSS
MEDIUM
Cross-Site Scripting (XSS)
79
CWE
Product Name: DRZES HMS
Affected Version From: Unknown
Affected Version To: Unknown
Patch Exists: NO
Related CWE:
CPE:
Metasploit:
Other Scripts:
Platforms Tested: Unknown
Unknown

DRZES HMS Cross-Site Scripting Vulnerability

The DRZES HMS application fails to properly sanitize user-supplied input, leading to a cross-site scripting vulnerability. An attacker can exploit this by injecting arbitrary script code into the browser of a user visiting a specially crafted URL. This can result in the execution of malicious scripts in the context of the affected site, potentially leading to the theft of authentication credentials and other attacks.

Mitigation:

To mitigate this vulnerability, it is recommended to implement proper input validation and sanitization techniques in the DRZES HMS application to prevent the execution of arbitrary scripts. Input should be validated and sanitized before being used in any dynamic content.
Source

Exploit-DB raw data:

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

DRZES HMS is prone to a cross-site scripting vulnerability. This issue is due to a failure in the application to properly sanitize user-supplied input.

An attacker may leverage this issue to have arbitrary script code executed in the browser of an unsuspecting user in the context of the affected site. This may facilitate the theft of cookie-based authentication credentials as well as other attacks. 

http://www.example.com/customers/login.php?customerEmailAddress=%22%3E%3Cscript%3Ealert(document.cookie)%3C/script%3E