vendor:
MicroBlog
by:
Besim
8,8
CVSS
HIGH
Stored Cross Site Scripting
79
CWE
Product Name: MicroBlog
Affected Version From: 1.0.2
Affected Version To: 1.0.2
Patch Exists: NO
Related CWE: N/A
CPE: a:apphp:microblog:1.0.2
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: PHP
2016
ApPHP MicroBlog 1.0.2 – Stored Cross Site Scripting
ApPHP MicroBlog 1.0.2 is vulnerable to Stored Cross Site Scripting. An attacker can inject malicious JavaScript code in the comment_user_name parameter of the vulnerable URL http://site_name/path/index.php?page=posts&post_id=. The malicious code is then stored in the database and is executed when the page is loaded.
Mitigation:
Input validation should be used to prevent malicious code from being stored in the database.