<?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>Argo-Workflows/V4 — CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/products/argo-workflows/v4/</link><description>Trending threats, MITRE ATT&amp;CK coverage, and detection metadata — refreshed continuously.</description><generator>Hugo</generator><language>en</language><managingEditor>hello@craftedsignal.io</managingEditor><webMaster>hello@craftedsignal.io</webMaster><lastBuildDate>Fri, 03 May 2024 16:23:00 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/products/argo-workflows/v4/feed.xml" rel="self" type="application/rss+xml"/><item><title>Argo Workflows ConfigMap Sync Service Missing Authorization Vulnerability</title><link>https://feed.craftedsignal.io/briefs/2024-05-argo-configmap-auth-bypass/</link><pubDate>Fri, 03 May 2024 16:23:00 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2024-05-argo-configmap-auth-bypass/</guid><description>The Sync Service's ConfigMap-backed provider in Argo Workflows performs zero authorization checks on all CRUD operations, allowing any authenticated user to create, read, update, and delete Kubernetes ConfigMaps containing synchronization limits, potentially leading to denial of service, workflow disruption, information disclosure, or arbitrary ConfigMap manipulation in Argo Workflows versions v4.0.0 to v4.0.4.</description><content:encoded><![CDATA[<p>Argo Workflows, a Kubernetes-native workflow engine, is vulnerable to an authorization bypass in its Sync Service&rsquo;s ConfigMap-backed provider. This vulnerability, present in versions 4.0.0 through 4.0.4, stems from a lack of authorization checks on CRUD operations performed on ConfigMaps. This means that any authenticated user, even with a fake Bearer token, can create, read, update, and delete Kubernetes ConfigMaps used for synchronization limits. This flaw allows attackers to potentially disrupt workflow execution, access sensitive configuration data, or even manipulate ConfigMaps in namespaces accessible to the server&rsquo;s service account. The vulnerability was reported on May 4, 2026, and poses a significant risk to Argo Workflows deployments.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>Attacker gains network access to the Argo Server.</li>
<li>Attacker authenticates to the Argo Server using any valid or even a &ldquo;fake&rdquo; Bearer token (e.g., <code>fake-token</code>).</li>
<li>Attacker crafts a POST request to the <code>/api/v1/sync/default</code> endpoint to create a new Sync Limit ConfigMap with specified parameters like namespace, ConfigMap name, key, and limit.</li>
<li>The Argo Server&rsquo;s <code>configMapSyncProvider.createSyncLimit</code> function executes without performing any authorization checks.</li>
<li>The function uses the Kubernetes client to create a ConfigMap in the specified namespace based on the attacker&rsquo;s input.</li>
<li>Attacker can subsequently send GET, PUT, or DELETE requests to <code>/api/v1/sync/default/{key}</code> to read, update, or delete existing Sync Limit ConfigMaps without authorization.</li>
<li>The Argo Server processes these requests, modifying the ConfigMaps accordingly, due to the missing <code>auth.CanI</code> checks.</li>
<li>The attacker disrupts workflow execution, gains access to sensitive configuration data, or manipulates ConfigMaps, leading to denial of service or other malicious outcomes.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>Successful exploitation of this vulnerability allows an attacker with network access to the Argo Server and valid or fake authentication credentials to perform several malicious actions. They can cause a denial of service by setting sync limits to zero or a very low number, effectively blocking parallel workflow execution. Attackers can also disrupt running workflows by modifying existing sync limits. Furthermore, they can gain access to sensitive information by reading ConfigMap data or manipulate ConfigMaps in any namespace accessible to the server&rsquo;s service account. This could lead to complete compromise of the Argo Workflows environment.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Upgrade to Argo Workflows version 4.0.5 or later to patch CVE-2026-42297 and mitigate the missing authorization checks.</li>
<li>Monitor access logs on the Argo Server for unexpected API calls to the <code>/api/v1/sync</code> endpoints, especially POST, PUT, and DELETE requests, which could indicate unauthorized ConfigMap manipulation. Use the rule <code>Argo Workflows ConfigMap Sync Service Modification</code> to detect unauthorized modifications.</li>
<li>Implement network segmentation and access controls to limit network access to the Argo Server, reducing the attack surface.</li>
</ul>
]]></content:encoded><category domain="severity">high</category><category domain="type">advisory</category><category>argo-workflows</category><category>kubernetes</category><category>configmap</category><category>authorization</category><category>vulnerability</category></item></channel></rss>