<?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>Cve-2026-46579 — CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/tags/cve-2026-46579/</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>Fri, 29 May 2026 11:18:14 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/tags/cve-2026-46579/feed.xml" rel="self" type="application/rss+xml"/><item><title>OpenShift Router Vulnerability CVE-2026-46579: Mutual TLS Bypass via Header Injection</title><link>https://feed.craftedsignal.io/briefs/2026-05-openshift-router-header-bypass/</link><pubDate>Fri, 29 May 2026 11:18:14 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-05-openshift-router-header-bypass/</guid><description>CVE-2026-46579 describes a vulnerability in the Red Hat OpenShift Router. When a Route is configured with `insecureEdgeTerminationPolicy` set to Allow, the HTTP frontend fails to remove `X-SSL-Client-*` headers from incoming requests, allowing unauthenticated attackers to bypass mutual TLS authentication and impersonate client certificate identities.</description><content:encoded><![CDATA[<p>The OpenShift Router is susceptible to a critical security flaw identified as CVE-2026-46579. This vulnerability exists when a Route within OpenShift is configured with the <code>insecureEdgeTerminationPolicy</code> set to &ldquo;Allow&rdquo;. In this configuration, the HTTP frontend of the Router fails to sanitize incoming requests by removing potentially malicious <code>X-SSL-Client-*</code> headers. This oversight enables an unauthenticated attacker to craft and inject arbitrary <code>X-SSL-Client-*</code> headers into plain HTTP requests. The vulnerability allows bypassing mutual TLS (mTLS) authentication mechanisms and impersonating legitimate client certificate identities. This issue poses a significant risk to applications relying on mTLS for secure communication, as it can lead to unauthorized access and data compromise.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>An attacker identifies an OpenShift Route configured with <code>insecureEdgeTerminationPolicy</code> set to &ldquo;Allow&rdquo;.</li>
<li>The attacker crafts a plain HTTP request containing malicious <code>X-SSL-Client-*</code> headers.</li>
<li>The attacker sends the crafted HTTP request to the OpenShift Router.</li>
<li>The Router, due to the misconfiguration, forwards the request with the attacker-controlled <code>X-SSL-Client-*</code> headers to the backend service.</li>
<li>The backend service, incorrectly trusting the <code>X-SSL-Client-*</code> headers due to the lack of sanitization by the Router, authenticates the attacker as a legitimate client.</li>
<li>The attacker gains unauthorized access to the backend service, impersonating the client certificate identity.</li>
<li>The attacker performs unauthorized actions, such as accessing sensitive data or executing privileged operations.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>Successful exploitation of CVE-2026-46579 allows an unauthenticated attacker to bypass mutual TLS authentication in OpenShift environments. This can lead to unauthorized access to sensitive resources, privilege escalation, and data breaches. The number of affected deployments depends on the prevalence of the vulnerable <code>insecureEdgeTerminationPolicy</code> configuration. Organizations relying on mutual TLS for securing backend services are at significant risk.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Apply the latest security patches to the OpenShift Router to address CVE-2026-46579.</li>
<li>Review all OpenShift Route configurations to ensure that <code>insecureEdgeTerminationPolicy</code> is not set to &ldquo;Allow&rdquo; where mutual TLS authentication is required.</li>
<li>Implement the Sigma rule &ldquo;Detect OpenShift Router mTLS Bypass Attempt via X-SSL-Client Headers&rdquo; to detect attempts to exploit this vulnerability.</li>
<li>Monitor web server logs for suspicious <code>X-SSL-Client-*</code> headers originating from unexpected sources or containing unusual values.</li>
</ul>
]]></content:encoded><category domain="severity">high</category><category domain="type">advisory</category><category>openshift</category><category>mtls</category><category>header-injection</category><category>cve-2026-46579</category></item></channel></rss>