vendor:
BlogPHP
by:
Paul Maaouchy (Paulzz)
7.5
CVSS
HIGH
Cross-Site Scripting (XSS)
79
CWE
Product Name: BlogPHP
Affected Version From: v2
Affected Version To: v2
Patch Exists: NO
Related CWE: N/A
CPE: a:blogphp:blogphp:2.0
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
2011
BlogPHP v2 – XSS
BlogPHP v2 is vulnerable to Cross-Site Scripting (XSS). An attacker can inject malicious JavaScript code into the Username field of the register.html page. When a user visits the members.html page, the malicious code will be executed in the user's browser. This can be used to redirect the user to a malicious website or to exploit the user's browser.
Mitigation:
Input validation should be used to prevent malicious code from being injected into the Username field.