CVE-2009-1149:
phpMyAdmin HTTP Response Splitting Vulnerability
7.5
CVSS ScoreBasic Information
CVE ID
GHSA ID
EPSS Score
-
CWE
Published
5/2/2022
Updated
1/23/2024
KEV Status
No
Technology
PHP
Technical Details
CVSS Vector
AV:N/AC:L/Au:N/C:P/I:P/A:P
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
phpmyadmin/phpmyadmin | composer | < 3.1.3.1 | 3.1.3.1 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The analysis focused on the changes made to bs_disp_as_mime_type.php, particularly how the 'c_type' parameter is sanitized in the patch. The 'header' function is identified as a vulnerable function because it's used with user-controlled input that was not properly sanitized before the patch.