<?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>Cve-2026-72850 - CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/tags/cve-2026-72850/</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, 14 Aug 2026 00:06:06 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/tags/cve-2026-72850/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 Vulnerability in Budibase</title><link>https://feed.craftedsignal.io/briefs/2026-08-budibase-traversal/</link><pubDate>Fri, 14 Aug 2026 00:06:06 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-08-budibase-traversal/</guid><description>Budibase versions before 3.40.0 are vulnerable to path traversal via maliciously crafted S3 object keys, allowing authenticated builders to perform arbitrary file writes during workspace export.</description><content:encoded><![CDATA[<p>Budibase versions prior to 3.40.0 contain a critical path traversal vulnerability (CVE-2026-72850) affecting the handling of S3 object keys. The flaw originates in the application's failure to sanitize filenames provided during file uploads within the builder interface. When an authenticated user with builder privileges uploads a file containing directory traversal sequences (e.g., ../), these sequences are incorrectly preserved.</p>
<p>The vulnerability is triggered during the workspace export process. When the application processes these files, the lack of path validation allows the file contents to be written to arbitrary locations on the host filesystem that are writable by the Budibase service account. This allows an attacker to potentially overwrite configuration files, inject scripts, or place malicious binaries, leading to remote code execution or system compromise. Defenders should prioritize upgrading to version 3.40.0 or later to remediate the vulnerability.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>Attacker authenticates to the Budibase builder interface with valid builder-level credentials.</li>
<li>Attacker initiates a file upload process for an S3-backed resource.</li>
<li>Attacker intercepts the upload request or modifies the request to include a filename containing directory traversal sequences (e.g., ../../etc/cron.d/malicious_job).</li>
<li>The Budibase application accepts and stores the malicious S3 object key without sanitization.</li>
<li>Attacker triggers a workspace export action within the application.</li>
<li>The backend export logic processes the stored malicious object keys.</li>
<li>The application writes the file content to the target directory on the filesystem outside of the intended temporary directory.</li>
<li>Attacker executes the injected content (e.g., via cron or web shell placement) to achieve remote code execution.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>The vulnerability allows for arbitrary file writes, which in a server environment typically leads to full remote code execution and complete system compromise. This poses a significant risk to the integrity and availability of the Budibase deployment. Given that this requires authenticated access, the impact is primarily targeted at organizations where builder accounts may be compromised or provisioned to untrusted users.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Upgrade Budibase server to version 3.40.0 or later immediately to patch CVE-2026-72850.</li>
<li>Audit access logs for the Budibase application to identify any user accounts that have performed unusual export actions or bulk file uploads.</li>
<li>Monitor filesystem activity on the Budibase server for unexpected file writes, particularly in directories outside of the application's designated data and temporary folders, using host-based instrumentation.</li>
</ul>
]]></content:encoded><category domain="severity">critical</category><category domain="type">advisory</category><category>webserver</category><category>path-traversal</category><category>cve-2026-72850</category><category>web-vulnerability</category><category>sqli</category><category>remote-code-execution</category></item></channel></rss>