vendor:
Easy2Pilot 7
by:
indoushka
7.8
CVSS
HIGH
Cross-Site Request Forgery
352
CWE
Product Name: Easy2Pilot 7
Affected Version From: Easy2Pilot 7
Affected Version To: Easy2Pilot 7
Patch Exists: NO
Related CWE: N/A
CPE: a:easy2pilot:easy2pilot_7
Metasploit:
N/A
Other Scripts:
N/A
Platforms Tested: Windows 10
2020
Easy2Pilot 7 – Cross-Site Request Forgery (Add User)
A Cross-Site Request Forgery (CSRF) vulnerability exists in Easy2Pilot 7, which allows an attacker to add a new user to the application. An attacker can craft a malicious HTML page and send it to the victim, when the victim visits the page, the malicious code will be executed and a new user will be added to the application.
Mitigation:
Implementing a random token in the request and validating it on the server side can help mitigate CSRF attacks.