<?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>DB-GPT (V0.8.1) - CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/products/db-gpt-v0.8.1/</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>Tue, 11 Aug 2026 21:49:50 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/products/db-gpt-v0.8.1/feed.xml" rel="self" type="application/rss+xml"/><item><title>Unauthenticated Path Traversal in DB-GPT</title><link>https://feed.craftedsignal.io/briefs/2026-08-db-gpt-path-traversal/</link><pubDate>Tue, 11 Aug 2026 21:49:50 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-08-db-gpt-path-traversal/</guid><description>DB-GPT version 0.8.1 is vulnerable to an unauthenticated path traversal attack allowing remote code execution via a crafted user_id HTTP header.</description><content:encoded><![CDATA[<p>DB-GPT version 0.8.1 contains a critical path traversal vulnerability (CVE-2026-73034) that allows unauthenticated remote attackers to write arbitrary files to the underlying server filesystem. The vulnerability exists within the application's file-upload endpoint, which improperly sanitizes the 'user_id' HTTP header. By injecting directory traversal sequences (such as ../) into this header, an attacker can escape the designated upload directory. This flaw is particularly severe as it allows an attacker to overwrite sensitive system files or application configuration, such as Python startup hooks, agent scripts, or task scheduling files, to achieve remote code execution. Given the CVSS score of 9.8, immediate patching or restricting access to the file-upload endpoint is necessary for all deployments of DB-GPT v0.8.1.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>Attacker identifies a target running DB-GPT v0.8.1 with public access to the file-upload endpoint.</li>
<li>Attacker crafts a multipart HTTP POST request directed at the file-upload endpoint.</li>
<li>Attacker injects path traversal sequences (e.g., ../../../etc/cron.d/malicious) into the 'user_id' HTTP header.</li>
<li>The application processes the header, failing to validate the traversal characters, and resolves the target file path outside the intended upload directory.</li>
<li>The application writes the attacker-supplied payload to the traversal-targeted location on the server filesystem.</li>
<li>Attacker triggers the execution of the newly placed file (e.g., waiting for a cron job to run or a service restart).</li>
<li>The server executes the attacker-controlled code, establishing persistence or performing further system compromise.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>Successful exploitation allows for full remote code execution on the host server. This can lead to total system compromise, data exfiltration, or the deployment of further malicious tools. All organizations running DB-GPT v0.8.1 are affected, and the vulnerability is trivially exploitable by unauthenticated remote actors.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Upgrade DB-GPT to the latest version immediately to patch CVE-2026-73034.</li>
<li>Until patching is possible, implement an ingress-level WAF rule to block HTTP requests containing path traversal sequences (e.g., &quot;../&quot;) within the 'user_id' header.</li>
<li>Audit server file integrity to check for unauthorized files written in sensitive system or application directories following this attack vector.</li>
<li>Deploy the Sigma rule below to detect attempts to exploit the traversal vulnerability in web server logs.</li>
</ul>
]]></content:encoded><category domain="severity">critical</category><category domain="type">advisory</category><category>web-application-vulnerability</category><category>path-traversal</category><category>rce</category></item></channel></rss>