ghsa-x394-g9j8-x7mf
Vulnerability from github
Published
2022-05-13 01:05
Modified
2024-04-24 17:15
Severity ?
Summary
phpMyAdmin Improper Authentication
Details
An issue was discovered in phpMyAdmin 4.8.x before 4.8.2, in which an attacker can include (view and potentially execute) files on the server. The vulnerability comes from a portion of code where pages are redirected and loaded within phpMyAdmin, and an improper test for whitelisted pages. An attacker must be authenticated, except in the "$cfg['AllowArbitraryServer'] = true" case (where an attacker can specify any host he/she is already in control of, and execute arbitrary code on phpMyAdmin) and the "$cfg['ServerDefault'] = 0" case (which bypasses the login requirement and runs the vulnerable code without any authentication).
{ "affected": [ { "package": { "ecosystem": "Packagist", "name": "phpmyadmin/phpmyadmin" }, "ranges": [ { "events": [ { "introduced": "4.8" }, { "fixed": "4.8.2" } ], "type": "ECOSYSTEM" } ] } ], "aliases": [ "CVE-2018-12613" ], "database_specific": { "cwe_ids": [ "CWE-287" ], "github_reviewed": true, "github_reviewed_at": "2024-04-24T17:15:56Z", "nvd_published_at": "2018-06-21T20:29:00Z", "severity": "HIGH" }, "details": "An issue was discovered in phpMyAdmin 4.8.x before 4.8.2, in which an attacker can include (view and potentially execute) files on the server. The vulnerability comes from a portion of code where pages are redirected and loaded within phpMyAdmin, and an improper test for whitelisted pages. An attacker must be authenticated, except in the \"$cfg[\u0027AllowArbitraryServer\u0027] = true\" case (where an attacker can specify any host he/she is already in control of, and execute arbitrary code on phpMyAdmin) and the \"$cfg[\u0027ServerDefault\u0027] = 0\" case (which bypasses the login requirement and runs the vulnerable code without any authentication).", "id": "GHSA-x394-g9j8-x7mf", "modified": "2024-04-24T17:15:57Z", "published": "2022-05-13T01:05:22Z", "references": [ { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2018-12613" }, { "type": "PACKAGE", "url": "https://github.com/phpmyadmin/composer" }, { "type": "WEB", "url": "https://security.gentoo.org/glsa/201904-16" }, { "type": "WEB", "url": "https://www.exploit-db.com/exploits/44924" }, { "type": "WEB", "url": "https://www.exploit-db.com/exploits/44928" }, { "type": "WEB", "url": "https://www.exploit-db.com/exploits/45020" }, { "type": "WEB", "url": "https://www.phpmyadmin.net/security/PMASA-2018-4" }, { "type": "WEB", "url": "http://packetstormsecurity.com/files/164623/phpMyAdmin-4.8.1-Remote-Code-Execution.html" }, { "type": "WEB", "url": "http://www.securityfocus.com/bid/104532" } ], "schema_version": "1.4.0", "severity": [ { "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H", "type": "CVSS_V3" } ], "summary": "phpMyAdmin Improper Authentication" }
Loading…
Loading…
Sightings
Author | Source | Type | Date |
---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.