<?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>Kraken (&lt;= 0.1.29) - CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/products/kraken--0.1.29/</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>Wed, 16 Sep 2026 21:57:10 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/products/kraken--0.1.29/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>Path Traversal in Uber Kraken</title><link>https://feed.craftedsignal.io/briefs/2026-09-uber-kraken-path-traversal/</link><pubDate>Wed, 16 Sep 2026 21:57:10 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-09-uber-kraken-path-traversal/</guid><description>Uber Kraken versions 0.1.29 and earlier contain a path traversal vulnerability in the /tags/{tag} endpoint, allowing unauthenticated attackers to read arbitrary files from the filesystem.</description><content:encoded><![CDATA[<p>Uber Kraken versions 0.1.29 and earlier are affected by a path traversal vulnerability tracked as CVE-2026-92791. The issue resides in the /tags/{tag} API endpoint, which fails to properly validate the tag parameter before using it in file system operations. An unauthenticated attacker can exploit this flaw by submitting percent-encoded parent-directory sequences, such as %2e%2e%2f, within the tag parameter. This allows the attacker to traverse outside the designated storage root and access sensitive files on the underlying host that are readable by the testfs backend process. This vulnerability poses a significant risk to confidentiality, potentially exposing configuration files, secrets, or system data.</p>
<h2 id="impact">Impact</h2>
<p>Successful exploitation allows unauthenticated attackers to read arbitrary files on the host system, potentially leading to information disclosure, unauthorized access to credentials, or further compromise of the infrastructure supporting the Kraken container registry service.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Upgrade Uber Kraken to a version beyond 0.1.29 immediately to remediate CVE-2026-92791.</li>
<li>Audit access logs for the /tags/{tag} endpoint for indicators of path traversal attempts, specifically looking for URL-encoded dot-dot-slash patterns.</li>
<li>Implement web application firewall (WAF) rules to block requests containing percent-encoded parent directory traversal sequences targeting the /tags/ endpoint.</li>
</ul>
]]></content:encoded><category domain="severity">high</category><category domain="type">advisory</category><category>path-traversal</category><category>vulnerability</category><category>webserver</category></item></channel></rss>