vendor:
nodcms
by:
Ashiyane Digital Security Team
8,8
CVSS
HIGH
Cross Site Request Forgery
352
CWE
Product Name: nodcms
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: N/A
2016
nodcms Cross Site Request Forgery
nodcms is vulnerable to Cross Site Request Forgery (CSRF) and Cross Site Scripting (XSS) attacks. An attacker can craft a malicious HTML page that when visited by an authenticated user, can create a new user with administrative privileges or inject malicious JavaScript code into the application.
Mitigation:
Implementing a CSRF token in the application can prevent CSRF attacks. Additionally, input validation should be performed on all user-supplied data to prevent XSS attacks.