vendor:
sNews
by:
Ashiyane Digital Security Team
8,8
CVSS
HIGH
Cross Site Request Forgery
352
CWE
Product Name: sNews
Affected Version From: 1.7
Affected Version To: 1.7
Patch Exists: NO
Related CWE: N/A
CPE: a:snewscms:snews
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
Snews CMS Cross Site Request Forgery
This exploit allows an attacker to change the username and password of the admin without needing the old username and password. The attacker can craft a malicious HTML page with a form containing the new username and password and submit it to the vulnerable website. This will change the admin credentials to the ones specified by the attacker.
Mitigation:
Implementing a CSRF token in the form to verify the authenticity of the request.