vendor:
phpBB2
by:
SecurityFocus
7.5
CVSS
HIGH
HTML Injection
79
CWE
Product Name: phpBB2
Affected Version From: phpBB2
Affected Version To: phpBB2
Patch Exists: YES
Related CWE: N/A
CPE: a:phpbb:phpbb2
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: N/A
2002
phpBB2 Forum Message Injection Vulnerability
It is possible to inject arbitrary HTML into phpBB2 forum messages via the use of BBCode image tags. A double-quotation (") character may be used to close the HTML statement that is created when the BBCode is translated. The attacker may then include arbitrary HTML after the double-quotation. The attacker may exploit this issue to inject script code into forum messages. When such messages are displayed by a web user, the attacker's script code will execute in their browser in the context of the website.
Mitigation:
Ensure that user-supplied input is properly sanitized before being used in the application.