<?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>Backend-Core - CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/products/backend-core/</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, 28 Aug 2026 13:14:02 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/products/backend-core/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>CVE-2026-82241 SSRF Vulnerability in Budibase REST Datasource Preview</title><link>https://feed.craftedsignal.io/briefs/2026-08-budibase-ssrf/</link><pubDate>Fri, 28 Aug 2026 13:14:02 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-08-budibase-ssrf/</guid><description>An SSRF vulnerability in Budibase backend-core allows authenticated users to bypass blacklist restrictions and perform requests against internal services in the 100.64.0.0/10 address range.</description><content:encoded><![CDATA[<p>CVE-2026-82241 identifies an SSRF vulnerability within the Budibase backend-core library, which is a component of the Budibase server. The vulnerability stems from an incomplete blacklist configuration that fails to account for the CGNAT address range 100.64.0.0/10. When an administrator has not manually configured a custom <code>BLACKLIST_IPS</code> list, the application defaults to an inadequate set of restricted addresses.</p>
<p>An authenticated attacker with 'Builder' permissions can exploit this by interacting with the <code>POST /api/queries/preview</code> endpoint. By submitting a crafted REST datasource query preview request, the attacker can force the Budibase server to perform an HTTP(S) request to arbitrary services within the 100.64.0.0/10 range. Because the preview functionality returns the response content to the user, this allows for sensitive data exfiltration or internal network reconnaissance. There is currently no vendor patch; the remediation requires manual configuration of the blacklist.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>Attacker gains access to a Budibase instance with 'Builder' level permissions.</li>
<li>Attacker navigates to the REST datasource management interface to configure a new query.</li>
<li>Attacker identifies a target service residing within the internal 100.64.0.0/10 CGNAT range.</li>
<li>Attacker crafts a HTTP POST request to the <code>/api/queries/preview</code> endpoint with the target URL in the query body.</li>
<li>The Budibase server fails to validate the target URL against the restricted 100.64.0.0/10 range.</li>
<li>The backend server initiates an outbound request to the target internal service.</li>
<li>The internal service responds to the server request.</li>
<li>The Budibase server serializes the internal response and returns the data to the attacker via the UI/preview flow.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>Successful exploitation allows for unauthorized interaction with internal HTTP services that are intended to be protected from public or user-level access. This can lead to the exfiltration of sensitive information, unauthorized modification of internal state, or reconnaissance of the internal network architecture.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Immediately update the Budibase <code>BLACKLIST_IPS</code> environment variable to include the 100.64.0.0/10 range as specified in the advisory for CVE-2026-82241.</li>
<li>Monitor access logs for <code>POST</code> requests to <code>/api/queries/preview</code> to identify potential abuse of the datasource preview feature by users with 'Builder' permissions.</li>
<li>Restrict administrative 'Builder' access to only trusted personnel to mitigate the risk of account-based exploitation.</li>
</ul>
]]></content:encoded><category domain="severity">high</category><category domain="type">advisory</category></item></channel></rss>