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

NetAuctionHelp Multiple Cross-Site Scripting Vulnerabilities

The NetAuctionHelp application is prone to multiple cross-site scripting vulnerabilities. These vulnerabilities exist due to a lack of proper input sanitization. An attacker can exploit these vulnerabilities by injecting arbitrary script code into certain parameters, which will be executed in the context of the affected site. This can lead to the theft of authentication credentials and other malicious activities.

Mitigation:

To mitigate these vulnerabilities, it is recommended to implement proper input sanitization and validation techniques. All user-supplied input should be properly encoded or filtered to prevent the execution of arbitrary script code.
Source

Exploit-DB raw data:

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

NetAuctionHelp is prone to multiple cross-site scripting vulnerabilities. These issues are due to a failure in the application to properly sanitize user-supplied input.

An attacker may leverage these issues 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.

Versions 3.x and prior are vulnerable; other versions may also be affected.

http://www.example.com/search.asp?sort=ed&L=[XSS]
http://www.example.com/search.asp?sort=[XSS]
http://www.example.com/search.asp?sort=ed&L=1&category=[XSS]
http://www.example.com/search.asp?sort=ed&L=1&category=65&categoryname=[XSS]