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

PHPB2B Cross-Site Scripting Vulnerability

PHPB2B is vulnerable to a cross-site scripting (XSS) attack due to inadequate sanitization of user-supplied input. An attacker can exploit this vulnerability to execute arbitrary script code in the browser of a targeted user, within the context of the affected PHPB2B site. This can lead to the theft of authentication credentials stored in cookies and enable the attacker to launch further attacks.

Mitigation:

To mitigate this vulnerability, it is recommended to properly sanitize and validate user-supplied input before using it in web pages or applications. Input validation should include the use of secure coding practices and the implementation of output encoding to prevent the execution of malicious scripts. Regular security updates and patches from the vendor should also be applied.
Source

Exploit-DB raw data:

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

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

http://www.example.com/[patch]/list.php?do=search&q=[XSS]