<?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>Feast - CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/products/feast/</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>Mon, 10 Aug 2026 21:35:57 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/products/feast/feed.xml" rel="self" type="application/rss+xml"/><item><title>Critical Arbitrary Code Execution in Feast via UDF Deserialization</title><link>https://feed.craftedsignal.io/briefs/2026-08-cve-2026-18948-feast-deserialization/</link><pubDate>Mon, 10 Aug 2026 21:35:57 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-08-cve-2026-18948-feast-deserialization/</guid><description>Feast improperly deserializes user-defined functions via the 'dill' library, allowing remote unauthenticated attackers to achieve arbitrary code execution on feature servers.</description><content:encoded><![CDATA[<p>CVE-2026-18948 is a critical vulnerability within the Feast feature store platform. The flaw stems from the insecure deserialization of user-defined functions (UDFs) stored within the system registry, which utilize the 'dill' Python serialization library. Because 'dill' is capable of serializing complex Python objects, including code, an attacker can craft and store a malicious UDF that executes arbitrary commands upon deserialization.</p>
<p>In default configurations, remote unauthenticated attackers can inject these malicious payloads to gain code execution on the feature server. Furthermore, authenticated users can exploit the same deserialization process to bypass authorization checks, potentially leading to cross-tenant data access and facilitate lateral movement across the infrastructure. This vulnerability poses a severe risk to organizations leveraging Feast for machine learning pipelines.</p>
<h2 id="impact">Impact</h2>
<p>Successful exploitation results in full remote code execution on the feature server. An attacker can gain control of the feature store, access sensitive model data, manipulate training features to poison machine learning models, or pivot deeper into the internal network to compromise additional cloud-native assets.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Immediately upgrade Feast to a patched version that replaces or secures the 'dill' deserialization implementation.</li>
<li>Implement strict network segmentation around Feast registry and feature server endpoints to prevent unauthorized access.</li>
<li>Review all existing UDFs stored in the registry for suspicious or unexpected code patterns.</li>
<li>Audit access logs for the Feast API to identify unauthorized write operations to the registry endpoint.</li>
</ul>
]]></content:encoded><category domain="severity">critical</category><category domain="type">advisory</category></item></channel></rss>