CVE-2016-9851:
phpMyAdmin Bypass logout timeout
5.3
CVSS ScoreBasic Information
CVE ID
GHSA ID
EPSS Score
-
CWE
Published
5/17/2022
Updated
4/24/2024
KEV Status
No
Technology
PHP
Technical Details
CVSS Vector
CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
phpmyadmin/phpmyadmin | composer | >= 4.6, < 4.6.5 | 4.6.5 |
phpmyadmin/phpmyadmin | composer | >= 4.4, < 4.4.15.9 | 4.4.15.9 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The vulnerability (CWE-384) involves session fixation/expiration flaws. phpMyAdmin's session management in affected versions would have relied on functions like PMA_checkTimeout to validate session activity against timeout thresholds. The patch commits (8ee12d3/fbad6b9) likely added parameter validation in this function to prevent crafted requests from resetting session timestamps illegitimately. The lack of proper input sanitization in this critical session timeout check function would directly enable the described bypass.