CVE-2017-1000017: phpMyAdmin SSRF in replication
8.8
CVSS Score
3.0
Basic Information
CVE ID
GHSA ID
EPSS Score
0.75457%
CWE
Published
5/14/2022
Updated
4/24/2024
KEV Status
No
Technology
PHP
Technical Details
CVSS Vector
CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
phpmyadmin/phpmyadmin | composer | >= 4.6, < 4.6.6 | 4.6.6 |
phpmyadmin/phpmyadmin | composer | >= 4.4, < 4.4.15.10 | 4.4.15.10 |
phpmyadmin/phpmyadmin | composer | >= 4.0, < 4.0.10.19 | 4.0.10.19 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The vulnerability stems from improper validation of host parameters in replication configuration workflows. The patches (commits f8ad5bd, ca8edbc, 695a488) focused on adding host validation checks in server connection handling. The functions responsible for processing replication setup requests (Replication::handleControlRequest) and generating server links (ServerCommon::getServerLink) would be the primary locations where unvalidated user input could trigger arbitrary outbound connections. These components directly interact with user-controlled host parameters during replication configuration, matching the SSRF exploitation scenario described in the advisory.