CVE-2020-10802: phpMyAdmin SQL injection vulnerability
8
CVSS Score
3.1
Basic Information
CVE ID
GHSA ID
EPSS Score
0.82739%
CWE
Published
5/24/2022
Updated
4/24/2024
KEV Status
No
Technology
PHP
Technical Details
CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
phpmyadmin/phpmyadmin | composer | >= 4.9.0, < 4.9.5 | 4.9.5 |
phpmyadmin/phpmyadmin | composer | >= 5.0.0, < 5.0.2 | 5.0.2 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The vulnerability explicitly occurs in TableSearchController.php
during query generation for search actions. The advisory states parameters weren't properly escaped when building queries, and the CWE-89 classification confirms SQL injection. The commit a8acd7a42cf referenced in PMASA-2020-3 likely fixed parameter handling in this controller's query construction logic. Though exact pre-patch code isn't shown, the file path and functionality described match the SQL injection vector through unescaped database/table name parameters during search operations.