vendor:
MSM
by:
Momen Eldawakhly (Cyber Guy)
8.8
CVSS
HIGH
Cross-Site Request Forgery (CSRF)
352
CWE
Product Name: MSM
Affected Version From: v14.19.0.12476
Affected Version To: v14.19.0.12476
Patch Exists: NO
Related CWE:
CPE: MSM
Platforms Tested: Windows
2022
Marval MSM v14.19.0.12476 – Cross-Site Request Forgery (CSRF)
Marval MSM v14.19.0.12476 is vulnerable to Cross-Site Request Forgery (CSRF). An attacker can craft a malicious HTML page that contains a form with an action pointing to the vulnerable application. When a logged-in user visits the malicious page, the form will be automatically submitted, allowing the attacker to perform actions with the same privileges as the user.
Mitigation:
Implementing a CSRF token in the application can help mitigate this vulnerability. Additionally, the application should also validate the HTTP Referer header to ensure that the request is coming from a trusted source.