vendor:
News
by:
Besim
8,8
CVSS
HIGH
Cross-Site Request Forgery
352
CWE
Product Name: News
Affected Version From: N/A
Affected Version To: N/A
Patch Exists: NO
Related CWE: N/A
CPE: N/A
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
Spacemarc News – Cross-Site Request Forgery ( Add New Post)
A Cross-Site Request Forgery (CSRF) vulnerability exists in Spacemarc News, which allows an attacker to add a new post on behalf of an authenticated user. The attacker can craft a malicious HTML page containing a malicious request to the vulnerable application. When the victim visits the malicious page, the malicious request is sent to the vulnerable application, resulting in the addition of a new post.
Mitigation:
The application should implement a CSRF protection mechanism, such as a unique token, to verify that the request is coming from an authenticated user.