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

Wabbit Gallery Script Multiple Cross-Site Scripting Vulnerabilities

The Wabbit Gallery Script is prone to multiple cross-site scripting vulnerabilities because it fails to properly sanitize user-supplied input. 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 allow the attacker to steal cookie-based authentication credentials and to launch other attacks.

Mitigation:

To mitigate these vulnerabilities, it is recommended to sanitize and validate all user-supplied input to remove or escape any potentially malicious code. Additionally, implementing a content security policy (CSP) can help prevent XSS attacks by restricting the types of content that can be loaded or executed on a website.
Source

Exploit-DB raw data:

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

Wabbit Gallery Script is prone to multiple cross-site scripting vulnerabilities because it fails to properly sanitize user-supplied input.

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 allow the attacker to steal cookie-based authentication credentials and to launch other attacks.

Wabbit Gallery Script 0.9 is vulnerable to this issue; other versions may also be affected.

http://www.example.com/[path]/showpic.php?pic=[xss]
http://www.example.com/[path]/showpic.php?gal=[xss]