vendor:
MicroBlog
by:
Besim
4,3
CVSS
MEDIUM
Cross-Site Request Forgery
352
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
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
2016
ApPHP MicroBlog 1.0.2 – Cross-Site Request Forgery (Add New Author)
A Cross-Site Request Forgery (CSRF) vulnerability exists in ApPHP MicroBlog 1.0.2 which allows an attacker to add a new author to the application. The attacker can craft a malicious HTML page containing a malicious POST request which when visited by an authenticated user, will add a new author to the application.
Mitigation:
The application should implement a CSRF token to verify the authenticity of the request.