Description
Adminer before 5.4.3 contains a cookie injection vulnerability that allows attackers to manipulate cookie attributes by injecting arbitrary values through the unsanitized X-Forwarded-Prefix HTTP header used in Set-Cookie path attributes. Attackers can exploit a misconfigured reverse proxy to downgrade SameSite protection and enable cross-origin authenticated requests, bypassing cookie security controls.
Published: 2026-07-20
Score: 6 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

Adminer before version 5.4.3 contains a flaw that allows attackers to inject arbitrary values through the X-Forwarded-Prefix header, which the application uses unsanitized to compose Set-Cookie path attributes. By manipulating cookie attributes such as SameSite, Secure, and Path, an attacker can downgrade cookie protection and allow cross‑origin requests that carry an authenticated session. Based on the description, this can lead to credential theft or session hijacking.

Affected Systems

The vulnerability affects the open‑source Adminer tool from vendor vrana. All releases prior to 5.4.3 are impacted, so administrators should verify whether their deployment uses a legacy Adminer version and whether any reverse proxy forwards the X-Forwarded-Prefix header without validation.

Risk and Exploitability

The CVSS score is 6, indicating moderate severity. The EPSS score is less than 1%, showing a very low current probability of exploitation, and the flaw is not listed in the CISA KEV catalog. Exploitation requires an attacker to inject a malicious X-Forwarded‑Prefix header, typically achievable through a misconfigured reverse proxy that forwards client headers unchecked. No local code execution is needed, and the attack can be performed remotely via normal HTTP traffic, potentially compromising the confidentiality and integrity of user sessions.

Generated by OpenCVE AI on August 1, 2026 at 07:09 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade to Adminer 5.4.3 or newer, where the header injection issue is fixed.
  • Configure reverse proxies to strip or validate the X-Forwarded-Prefix header before forwarding requests to Adminer.
  • Enforce Strict or Lax SameSite attributes on cookies and verify that Set-Cookie headers are not influenced by untrusted headers.

Generated by OpenCVE AI on August 1, 2026 at 07:09 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 28 Jul 2026 01:30:00 +0000

Type Values Removed Values Added
First Time appeared Adminer
Adminer adminer
CPEs cpe:2.3:a:adminer:adminer:*:*:*:*:*:*:*:*
Vendors & Products Adminer
Adminer adminer

Mon, 20 Jul 2026 23:00:00 +0000

Type Values Removed Values Added
First Time appeared Vrana
Vrana adminer
Vendors & Products Vrana
Vrana adminer

Mon, 20 Jul 2026 22:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'poc', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Mon, 20 Jul 2026 19:15:00 +0000

Type Values Removed Values Added
Description Adminer before 5.4.3 contains a cookie injection vulnerability that allows attackers to manipulate cookie attributes by injecting arbitrary values through the unsanitized X-Forwarded-Prefix HTTP header used in Set-Cookie path attributes. Attackers can exploit a misconfigured reverse proxy to downgrade SameSite protection and enable cross-origin authenticated requests, bypassing cookie security controls.
Title Adminer < 5.4.3 Cookie Injection via X-Forwarded-Prefix Header
Weaknesses CWE-113
References
Metrics cvssV3_1

{'score': 7.1, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:L/A:N'}

cvssV4_0

{'score': 6, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:P/VC:H/VI:L/VA:N/SC:N/SI:N/SA:N'}


cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-07-28T01:05:55.238Z

Reserved: 2026-07-18T12:34:08.781Z

Link: CVE-2026-63771

cve-icon Vulnrichment

Updated: 2026-07-20T21:43:10.888Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-01T07:15:03Z

Weaknesses
  • CWE-113

    Improper Neutralization of CRLF Sequences in HTTP Headers ('HTTP Request/Response Splitting')