CVE Catalog

CVE-2026-16434

LowCVSS 2.3
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.30%

22th percentile - higher than 22% of all known CVEs

Summary

Adminer versions 4.6.0-5.5.0 (fixed in 5.5.1) have an incomplete fix for an X-Forwarded-Prefix vulnerability. The validation only rejects prefixes starting with '/', but allows values like '/\evil.com' which, after browser normalization, become a network-path reference affecting the Set-Cookie Path attribute.

Risk Assessment

This vulnerability can lead to anomalous cookie-path scoping, potentially enabling session fixation or other session manipulation attacks if the attacker can set the X-Forwarded-Prefix header.

Recommendation

Update Adminer to version 5.5.1 or later. Additionally, configure the reverse proxy to not forward the X-Forwarded-Prefix header from clients.

Other vulnerabilities in Adminer

See all
Original NVD description (English source)

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.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS