vendor:
DirectAdmin
by:
K053
3,1
CVSS
MEDIUM
Cross-Site Request Forgery (CSRF)
352
CWE
Product Name: DirectAdmin
Affected Version From: 1.34.4
Affected Version To: 1.34.4
Patch Exists: NO
Related CWE: N/A
CPE: a:directadmin:directadmin:1.34.4
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
2010
Multi CSRF vulnerability in DirectAdmin (1.34.4)
DirectAdmin is a graphical web-based web hosting control panel designed to make administration of websites easier. Here, three proof-of-concepts (POCs) are listed which can be used to add/delete subdomains and emails. The POCs use a hidden form with the action set to the CMD_SUBDOMAIN or CMD_EMAIL_POP URL, and the action set to create/delete. The user must set the proper name instead of selectX, for example if the subdomain is at number 2 in the list, it should be set to select1.
Mitigation:
The application should ensure that all requests are validated and authenticated before performing any action. The application should also use anti-CSRF tokens to prevent CSRF attacks.