๐Ÿ” CVE Alert

CVE-2026-100696

MEDIUM 5.8

Adminer before 6.0.2 Unauthenticated SSRF via Elasticsearch Driver

CVSS Score
5.8
EPSS Score
0.0%
EPSS Percentile
0th

Adminer 4.16.0 through 6.0.1 contain a pre-authentication Server-Side Request Forgery (SSRF) vulnerability in the optional Elasticsearch driver (plugins/drivers/elastic.php), fixed in 6.0.2. Because adminer/include/auth.inc.php invokes Driver::connect() before the login result is validated, an unauthenticated attacker who submits crafted auth[server], auth[username], and auth[password] parameters can cause the Adminer server to issue an HTTP GET request (via get_url()/file_get_contents()) to an arbitrary reachable host and port. The driver validates only general server syntax and does not block loopback, private, link-local, or other reserved addresses; if no port is given it appends the default 9200, and Adminer's generic port check rejects ports below 1024. Selected JSON error fields from non-2xx Elasticsearch-style responses, as well as connection failures, are rendered on the login page, providing a port-scanning oracle and enabling internal network reconnaissance and service fingerprinting. Exploitation requires that the optional Elasticsearch driver be explicitly deployed (e.g., via the adminer/elastic.php template or an adminer_object() configuration; it is not loaded in a default build) and that PHP allow_url_fopen be enabled.

CWE CWE-918
Vendor vrana
Product adminer
Published Sep 26, 2026
Stay Ahead of the Next One

Get instant alerts for vrana adminer

Be the first to know when new medium vulnerabilities affecting vrana adminer are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

CVSS v3 Breakdown

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:N/A:N
Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
Changed
Confidentiality
Low
Integrity
None
Availability
None

Affected Versions

vrana / adminer
0 < 6.0.2

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/vrana/adminer/security/advisories/GHSA-q8h3-4cx4-prgm vulncheck.com: https://www.vulncheck.com/advisories/adminer-before-6.0.2-unauthenticated-ssrf-via-elasticsearch-driver

Credits

๐Ÿ” lichoin