vendor:
phpMyAdmin
by:
Riemann
7.5
CVSS
HIGH
CSRF
352
CWE
Product Name: phpMyAdmin
Affected Version From: 4.8
Affected Version To: 4.9.0
Patch Exists: YES
Related CWE: 2019-12616
CPE: a:phpmyadmin:phpmyadmin:4.8
Metasploit:
N/A
Other Scripts:
N/A
Platforms Tested: UBUNTU 16.04 LTS -Installed Docker image - docker pull phpmyadmin/phpmyadmin:4.8
2019
Cross Site Request Forgery (CSRF)
An issue was discovered in phpMyAdmin before 4.9.0. A vulnerability was found that allows an attacker to trigger a CSRF attack against a phpMyAdmin user. The attacker can trick the user, for instance through a broken <img> tag pointing at the victim's phpMyAdmin database, and the attacker can potentially deliver a payload (such as a specific INSERT or DELETE statement) to the victim.
Mitigation:
The request should be done using the POST request instead of using GET request.