<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Vrana - CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/vendors/vrana/</link><description>Trending threats, MITRE ATT&amp;CK coverage, and detection metadata. Fed continuously.</description><generator>Hugo</generator><language>en</language><managingEditor>hello@craftedsignal.io</managingEditor><webMaster>hello@craftedsignal.io</webMaster><lastBuildDate>Mon, 20 Jul 2026 19:27:01 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/vendors/vrana/feed.xml" rel="self" type="application/rss+xml"/><item><title>Adminer Cookie Injection Vulnerability via X-Forwarded-Prefix Header (CVE-2026-63771)</title><link>https://feed.craftedsignal.io/briefs/2026-07-adminer-cookie-injection/</link><pubDate>Mon, 20 Jul 2026 19:27:01 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-07-adminer-cookie-injection/</guid><description>Adminer versions prior to 5.4.3 are vulnerable to a cookie injection flaw, which allows attackers to manipulate cookie attributes by injecting arbitrary values through the unsanitized X-Forwarded-Prefix HTTP header, enabling cross-origin authenticated requests and bypassing cookie security controls.</description><content:encoded><![CDATA[<p>Adminer, a database management tool, is affected by a cookie injection vulnerability, identified as CVE-2026-63771, impacting versions before 5.4.3. This flaw stems from the tool's unsanitized use of the <code>X-Forwarded-Prefix</code> HTTP header when setting <code>Set-Cookie</code> path attributes. Attackers can exploit this by sending a specially crafted <code>X-Forwarded-Prefix</code> header, particularly when Adminer is deployed behind a misconfigured reverse proxy. Successful exploitation allows for the manipulation of cookie attributes, such as downgrading SameSite protection, which can lead to the enabling of cross-origin authenticated requests and bypassing critical cookie security controls. This can result in session hijacking or unauthorized access to the Adminer interface, compromising database management capabilities.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>An attacker identifies an Adminer instance running behind a misconfigured reverse proxy.</li>
<li>The attacker sends an HTTP request to the Adminer instance, including a crafted <code>X-Forwarded-Prefix</code> HTTP header containing special characters (e.g., <code>;</code>, <code>%0d%0a</code>, <code>=</code>) intended for cookie attribute injection.</li>
<li>The misconfigured reverse proxy forwards this request, and Adminer processes the unsanitized <code>X-Forwarded-Prefix</code> header when generating a <code>Set-Cookie</code> response.</li>
<li>Adminer injects the attacker-supplied values from <code>X-Forwarded-Prefix</code> directly into the <code>Set-Cookie</code> path attributes of the HTTP response.</li>
<li>This injection allows the attacker to manipulate cookie attributes, such as downgrading SameSite protection or setting arbitrary cookie properties.</li>
<li>By successfully manipulating the <code>Set-Cookie</code> header, the attacker enables cross-origin authenticated requests that would normally be prevented by browser security policies.</li>
<li>The attacker then leverages this weakened cookie security to perform unauthorized actions as an authenticated user from a different origin, bypassing standard browser security controls (e.g., session hijacking, unauthorized database access).</li>
</ol>
<h2 id="impact">Impact</h2>
<p>Successful exploitation of CVE-2026-63771 allows attackers to bypass critical cookie security controls, potentially leading to unauthorized access to the Adminer interface and the underlying databases it manages. This can result in session hijacking, data exposure, data tampering, or unauthorized administrative actions within the affected environment. While no specific victim counts or targeted sectors are mentioned, any organization using vulnerable Adminer versions behind a misconfigured reverse proxy is at risk of compromising their database management infrastructure.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Patch CVE-2026-63771 by updating Adminer to version 5.4.3 or newer immediately.</li>
<li>Deploy the Sigma rule &quot;Detect CVE-2026-63771 Exploitation Attempts via X-Forwarded-Prefix&quot; to your SIEM and tune for your environment, focusing on webserver logs.</li>
<li>Configure reverse proxies to properly sanitize or remove the <code>X-Forwarded-Prefix</code> header before forwarding requests to backend applications if it is not explicitly required.</li>
</ul>
]]></content:encoded><category domain="severity">high</category><category domain="type">advisory</category><category>web-vulnerability</category><category>cookie-injection</category><category>cve</category><category>CWE-113</category></item></channel></rss>