vendor:
NetworX CMS
by:
N3t.Crack3r
8,8
CVSS
HIGH
Cross-Site Request Forgery (CSRF)
352
CWE
Product Name: NetworX CMS
Affected Version From: All Version
Affected Version To: All Version
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: Ubuntu
2012
NetworX CMS – CSRF Add Admin
NetworX CMS is vulnerable to Cross-Site Request Forgery (CSRF) which allows an attacker to add an admin user to the system. An attacker can craft a malicious HTML page that contains a form with hidden fields and submit it to the vulnerable application. When a logged-in user visits the malicious page, the form will be automatically submitted and the attacker can add an admin user to the system.
Mitigation:
Implementing CSRF protection tokens, using same-site cookies, and using CAPTCHA can help mitigate CSRF attacks.