vendor:
DMA Radius Manager
by:
Issac Briones
8.8
CVSS
HIGH
Cross-Site Request Forgery (CSRF)
352
CWE
Product Name: DMA Radius Manager
Affected Version From: 4.4.0
Affected Version To: 4.4.0
Patch Exists: NO
Related CWE: CVE-2021-30147
CPE: a:dmasoftlab:dma_radius_manager:4.4.0
Metasploit:
N/A
Other Scripts:
N/A
Platforms Tested: None
2021
DMA Radius Manager 4.4.0 – Cross-Site Request Forgery (CSRF)
DMA Radius Manager 4.4.0 is vulnerable to Cross-Site Request Forgery (CSRF). An attacker can craft a malicious HTML page that contains a form with malicious parameters and submit it to the vulnerable application. This can be used to create a new user with administrative privileges. This vulnerability is tracked as CVE-2021-30147.
Mitigation:
The application should validate the origin of the request and verify that the request is coming from a trusted source. Additionally, the application should implement a CSRF token to verify the authenticity of the request.