header-logo
Suggest Exploit
vendor:
Habari
by:
Unknown
7.5
CVSS
HIGH
Cross-Site Scripting
79
CWE
Product Name: Habari
Affected Version From: 2000.6.5
Affected Version To: Unknown
Patch Exists: NO
Related CWE:
CPE:
Metasploit:
Other Scripts:
Platforms Tested:
Unknown

Habari Multiple Cross-Site Scripting Vulnerabilities

Habari is prone to multiple cross-site scripting vulnerabilities because it fails to sufficiently sanitize user-supplied input data. An attacker may leverage these issues to execute arbitrary script code in the browser of an unsuspecting user in the context of the affected site. This may help the attacker steal cookie-based authentication credentials and launch other attacks.

Mitigation:

Sanitize user-supplied input data to prevent the execution of arbitrary script code. Implement strict input validation and output encoding.
Source

Exploit-DB raw data:

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

Habari is prone to multiple cross-site scripting vulnerabilities because it fails to sufficiently sanitize user-supplied input data.

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

Habari 0.6.5 is affected; other versions may be vulnerable as well. 

http://www.example.com/system/admin/dash_status.php?status_data[1]=<script>alert('XSS');</script>
http://www.example.com/system/admin/dash_additem.php?additem_form=<script>alert('XSS');</script>