vendor:
BirdBlog
by:
Besim
4,3
CVSS
MEDIUM
Cross-Site Request Forgery
352
CWE
Product Name: BirdBlog
Affected Version From: 1.4.0
Affected Version To: 1.4.0
Patch Exists: NO
Related CWE: N/A
CPE: a:birdblog:birdblog:1.4.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: PHP
2016
BirdBlog 1.4.0 – Cross-Site Request Forgery (Add New Post)
A Cross-Site Request Forgery (CSRF) vulnerability exists in BirdBlog 1.4.0, which allows an attacker to add a new post to the blog without authentication. An attacker can craft a malicious HTML page that contains a form with hidden fields and submit it to the vulnerable application. The application will then process the request as if it were submitted by an authenticated user.
Mitigation:
The application should validate the origin of the request and verify that the request is coming from an authenticated user. The application should also use anti-CSRF tokens to verify the authenticity of the request.