<?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>Minds Platform (26.1.0) - CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/products/minds-platform-26.1.0/</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 20:12:59 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/products/minds-platform-26.1.0/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>Unauthenticated Remote Code Execution in MindsDB Minds Platform</title><link>https://feed.craftedsignal.io/briefs/2026-08-mindsdb-rce/</link><pubDate>Fri, 14 Aug 2026 20:12:59 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-08-mindsdb-rce/</guid><description>MindsDB Minds Platform versions 26.1.0 and earlier are vulnerable to unauthenticated remote code execution via insecure handling of LLM prompts and unsandboxed scratchpad execution.</description><content:encoded><![CDATA[<p>MindsDB Minds Platform version 26.1.0 and earlier contains an unauthenticated remote code execution vulnerability (CVE-2026-73678). The flaw exists within the Anton agent's scratchpad tool, which fails to sandbox Python code before execution via the exec() function. An unauthenticated attacker can leverage this by first modifying the application settings to use an attacker-controlled LLM API key via the PUT /api/v1/settings/ endpoint. Following this, the attacker sends a crafted prompt to the POST /api/v1/responses/ endpoint. This prompt forces the Anton agent to use the scratchpad tool to run arbitrary Python code. Because the application process lacks sandboxing, the attacker achieves OS command execution with the privileges of the user running the MindsDB application. This vulnerability allows for full system compromise, including the exfiltration of sensitive files such as SSH keys, stored credentials, and local environment secrets.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>Attacker identifies an internet-facing MindsDB Minds Platform instance version 26.1.0 or earlier.</li>
<li>Attacker sends an unauthenticated PUT request to /api/v1/settings/ to inject a custom LLM API key.</li>
<li>Attacker sends an unauthenticated POST request to /api/v1/responses/ containing a prompt designed to trigger the Anton agent.</li>
<li>The Anton agent processes the prompt and invokes the vulnerable scratchpad tool.</li>
<li>The scratchpad tool executes the attacker-provided Python code using the insecure exec() call.</li>
<li>Arbitrary OS commands are executed in the context of the user running the MindsDB application.</li>
<li>Attacker performs post-exploitation activities, including credential harvesting and environment secret access.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>Successful exploitation results in full remote code execution on the host running the MindsDB Minds Platform. An attacker can gain access to the host file system, including SSH keys, stored credentials, and environment variables. This impact applies to any deployment where the MindsDB Platform is exposed to unauthenticated network access, affecting Windows, macOS, and Linux environments.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Update MindsDB Minds Platform to a patched version beyond 26.1.0 immediately.</li>
<li>Restrict network access to the MindsDB API endpoints, specifically /api/v1/settings/ and /api/v1/responses/, to trusted internal management subnets.</li>
<li>Monitor web server access logs for anomalous PUT requests to /api/v1/settings/ followed by suspicious POST requests to /api/v1/responses/.</li>
<li>Deploy the Sigma rule below to identify potential exploitation attempts targeting these endpoints.</li>
</ul>
]]></content:encoded><category domain="severity">critical</category><category domain="type">advisory</category></item></channel></rss>