vendor:
miniblog
by:
Besim
8,8
CVSS
HIGH
Cross-Site Request Forgery
352
CWE
Product Name: miniblog
Affected Version From: 1.0.1
Affected Version To: 1.0.1
Patch Exists: NO
Related CWE: N/A
CPE: a:spyka:miniblog:1.0.1
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
miniblog 1.0.1 – Cross-Site Request Forgery (Add New Post)
miniblog 1.0.1 versions is vulnerable to CSRF attack, adding, delete and edit article in the sections. If used with XSS, it can be used to steal the admin's cookie information.
Mitigation:
Implementing a CSRF token in the application and validating it on the server-side.