<?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>Cpe:2.3:a:informatik.hu-Berlin:flair:0.14.0:*:*:*:*:*:*:* - CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/cpes/cpe2.3ainformatik.hu-berlinflair0.14.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>Mon, 24 Aug 2026 16:02:26 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/cpes/cpe2.3ainformatik.hu-berlinflair0.14.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>Remote Code Execution via Insecure Deserialization in Flair</title><link>https://feed.craftedsignal.io/briefs/2026-08-flair-deserialization/</link><pubDate>Mon, 24 Aug 2026 16:02:26 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-08-flair-deserialization/</guid><description>Flair versions 0.15.0 and 0.15.1 contain a persistent deserialization vulnerability in the clustering module, enabling arbitrary code execution when processing untrusted model files.</description><content:encoded><![CDATA[<p>Flair versions 0.15.0 and 0.15.1 contain a critical deserialization vulnerability (CVE-2026-76843) stemming from the inclusion of the 'flair/models/clustering.py' module in distributed Python wheels. The 'ClusteringModel.load' static method improperly utilizes 'pickle.loads(joblib.load(...))' to process model files. This behavior allows an attacker to achieve arbitrary code execution by supplying a maliciously crafted model file to an application utilizing the library. This issue persists despite earlier efforts to address similar risks in CVE-2024-10073 by removing the module from the documented API; however, the code remains present in the distribution and reachable via direct import. Defenders should treat any application utilizing Flair 0.15.0 or 0.15.1 as potentially vulnerable to remote code execution if it processes user-supplied model files.</p>
<h2 id="impact">Impact</h2>
<p>Successful exploitation results in arbitrary code execution with the privileges of the application process. This vulnerability affects downstream systems and services that rely on the Flair library for machine learning model processing, potentially leading to full system compromise if the service runs with elevated permissions or lacks sandbox isolation.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Immediately audit environments for the presence of Flair versions 0.15.0 and 0.15.1.</li>
<li>Implement strict input validation and access controls for any model files ingested by applications, as native serialization formats like pickle are inherently unsafe for untrusted data.</li>
<li>Upgrade to a version of Flair where the 'flair.models.clustering' module is entirely removed from the distributed artifact.</li>
<li>For legacy systems that cannot be updated, implement process-level sandboxing (such as containers with minimal privileges) to isolate the execution of model loading routines.</li>
</ul>
]]></content:encoded><category domain="severity">high</category><category domain="type">advisory</category></item></channel></rss>