๐Ÿ” CVE Alert

CVE-2026-16434

UNKNOWN 0.0

Adminer before 5.5.1 X-Forwarded-Prefix Backslash Bypass

CVSS Score
0.0
EPSS Score
0.0%
EPSS Percentile
0th

Adminer 4.6.0 through 5.5.0 (fixed in 5.5.1) contains an incomplete fix for a prior X-Forwarded-Prefix vulnerability (GHSA-8478-xrj3-h9c2). The validation guard (bootstrap.inc.php) only rejects prefixes matching ^/[^/], blocking //evil.com but allowing values such as /\evil.com whose second character is a backslash. Because browsers normalize backslash to forward slash, a network-path reference survives into REQUEST_URI and reaches cookie_path(), affecting the Set-Cookie Path attribute. Exploitation requires that clients can set the X-Forwarded-Prefix header (a misconfigured or absent reverse proxy). Impact is limited to anomalous cookie-path scoping.

CWE CWE-20
Vendor vrana
Product adminer
Published Aug 25, 2026
Stay Ahead of the Next One

Get instant alerts for vrana adminer

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

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

Affected Versions

vrana / adminer
0 < 5.5.1

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/vrana/adminer/security/advisories/GHSA-fr74-9mf9-gf44 vulncheck.com: https://www.vulncheck.com/advisories/adminer-before-x-forwarded-prefix-backslash-bypass

Credits

๐Ÿ” Infinit3i