<?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/" xmlns:webfeeds="http://webfeeds.org/rss/1.0"><channel><title>Cpe:2.3:a:openchoreo:openchoreo_api:*:*:*:*:*:*:*:* - CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/cpes/cpe2.3aopenchoreoopenchoreo_api/</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>Thu, 03 Sep 2026 00:03:08 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/cpes/cpe2.3aopenchoreoopenchoreo_api/feed.xml" rel="self" type="application/rss+xml"/><image><url>https://feed.craftedsignal.io/favicon-32x32.png</url><title>CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/</link><width>32</width><height>32</height></image><webfeeds:icon>https://feed.craftedsignal.io/favicon.svg</webfeeds:icon><item><title>Authorization Bypass in OpenChoreo API Endpoints</title><link>https://feed.craftedsignal.io/briefs/2026-09-openchoreo-auth-bypass/</link><pubDate>Thu, 03 Sep 2026 00:03:08 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-09-openchoreo-auth-bypass/</guid><description>An authorization flaw in the OpenChoreo API server allows authenticated users with project-scoped grants to execute commands and access logs across different projects within the same namespace.</description><content:encoded><![CDATA[<p>OpenChoreo versions prior to 1.2.3 and 1.1.6 contain an authorization bypass vulnerability (CVE-2026-73841) within the <code>openchoreo-api</code> component's <code>exec</code> and <code>wirelogs</code> endpoints. The API server incorrectly trusts user-supplied project identifiers to authorize requests instead of validating the target component against its actual owning project recorded in the internal resource hierarchy. Because the authorization engine only verifies if the caller holds a project-scoped grant (such as <code>component:exec</code> or <code>wirelogs:view</code>), a malicious actor with legitimate access to a single project can perform unauthorized operations on components belonging to other projects within the same Kubernetes namespace. This flaw enables cross-project command execution and unauthorized access to sensitive workload logs, potentially exposing environment variables, credentials, and secrets.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>Attacker gains access to a low-privileged account with a valid <code>component:exec</code> or <code>wirelogs:view</code> grant for a single project within an OpenChoreo-managed namespace.</li>
<li>Attacker identifies a high-value target component in a different project within the same namespace.</li>
<li>Attacker crafts an HTTP request to the <code>openchoreo-api</code> <code>exec</code> or <code>wirelogs</code> endpoint.</li>
<li>Attacker substitutes the project parameter in the request with the identifier of the victim's component project.</li>
<li>The API server processes the request, resolving the target component by name without verifying the ownership relationship.</li>
<li>The authorization engine validates the attacker's grant against the caller-supplied (spoofed) project ID.</li>
<li>The server grants the attacker access, permitting command execution or log retrieval from the target component pod.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>The vulnerability allows unauthorized users to achieve remote command execution or sensitive data exfiltration from workloads they do not own, provided the target is within the same namespace. Successful exploitation allows for the compromise of environment variables and Kubernetes Secrets associated with the targeted component, lateral movement within the cluster, and potential disruption of service integrity across different organizational teams sharing a namespace.</p>
<h2 id="recommendation">Recommendation</h2>
<p>Prioritized actions for security and infrastructure teams:</p>
<ul>
<li>Upgrade <code>openchoreo-api</code> to version 1.2.3 or 1.1.6 immediately to enforce correct project-based authorization (CVE-2026-73841).</li>
<li>Audit existing <code>component:exec</code> and <code>wirelogs:view</code> grants to ensure they are restricted to trusted operators only.</li>
<li>Segregate highly sensitive components into distinct Kubernetes namespaces to prevent cross-project access while the patch is being deployed.</li>
<li>Review cluster-gateway configuration to ensure internal proxies enforce caller authorization, addressing the related security gaps noted in GHSA-rh53-xvx2-j327.</li>
</ul>
]]></content:encoded><category domain="severity">high</category><category domain="type">advisory</category><category>vulnerability</category><category>cloud-security</category><category>authorization-bypass</category></item></channel></rss>