vendor:
Kloxo
by:
Necmettin COSKUN
7,8
CVSS
HIGH
Cross-Site Request Forgery (CSRF)
352
CWE
Product Name: Kloxo
Affected Version From: 6.1.18
Affected Version To: 6.1.18
Patch Exists: NO
Related CWE: N/A
CPE: a:lxcenter:kloxo:6.1.18
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: Linux
2014
Kloxo 6.1.18 Stable CSRF Vulnerability
Kloxo has lots of POST and GET based form applications some inputs escaped from specialchars but inputs dont have any csrf protection or secret key. So an remote attacker can manipulate this forms to add/delete mysql user,create/delete subdomains or add/delete ftp accounts.
Mitigation:
Implement CSRF protection tokens for all POST and GET based form applications.