vendor:
DirectAdmin
by:
Necmettin COSKUN
8,8
CVSS
HIGH
Cross-Site Request Forgery (CSRF)
352
CWE
Product Name: DirectAdmin
Affected Version From: >=1.491
Affected Version To: >=1.491
Patch Exists: YES
Related CWE: N/A
CPE: a:directadmin:directadmin
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
2014, 2016
DirectAdmin (1.491) CSRF Vulnerability
DirectAdmin is a web-based hosting control panel. As seen in the code, the original form does not include CSRF protection or any secret token. An attacker can craft a malicious HTML page that contains a form with hidden fields that can be used to submit a request to the vulnerable application. This can be used to create a new user account with administrative privileges.
Mitigation:
Implement CSRF protection tokens in the application and verify the token before processing the request.