vendor:
NethServer
by:
Gjoko 'LiquidWorm' Krstic
8,8
CVSS
HIGH
Cross-Site Request Forgery (CSRF)
352
CWE
Product Name: NethServer
Affected Version From: 7.3.1611-u1-x86_64
Affected Version To: 7.3.1611-u1-x86_64
Patch Exists: NO
Related CWE: N/A
CPE: o:nethserver:nethserver:7.3.1611-u1-x86_64
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: Kernel 3.10.0.-514.el7.x86_64 on an x86_64 CentOS Linux 7.3.1611 (Core)
2017
NethServer 7.3.1611 (create.json) CSRF Create User And Enable SSH Access
The application interface allows users to perform certain actions via HTTP requests without performing any validity checks to verify the requests. This can be exploited to perform certain actions with administrative privileges if a logged-in user visits a malicious web site.
Mitigation:
Implementing a random token in the request and validating it on the server side can prevent CSRF attacks.