vendor:
phpMoAdmin
by:
Ozer Goker
6.1
CVSS
MEDIUM
CSRF, XSS
352
CWE
Product Name: phpMoAdmin
Affected Version From: 1.1.2005
Affected Version To: 1.1.2005
Patch Exists: NO
Related CWE:
CPE: a:phpmoadmin:phpmoadmin:1.1.5
Platforms Tested:
2019
phpMoAdmin 1.1.5 – MongoDB GUI | Multiple Vulnerabilities
The phpMoAdmin version 1.1.5 is vulnerable to Cross-Site Request Forgery (CSRF) and Cross-Site Scripting (XSS) attacks. The CSRF vulnerabilities allow an attacker to perform actions on behalf of the victim, such as creating a new database, dropping a database, repairing a database, and adding a new collection. The XSS vulnerabilities allow an attacker to inject malicious scripts into the application, potentially leading to session hijacking, defacement, or data theft.
Mitigation:
To mitigate the CSRF vulnerabilities, it is recommended to implement proper CSRF protection mechanisms, such as using anti-CSRF tokens or double-submit cookies. To mitigate the XSS vulnerabilities, input validation and output encoding should be implemented to prevent the execution of malicious scripts. Regular security updates and patches from the vendor are also recommended.