<?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-78681 - CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/tags/cve-2026-78681/</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>Tue, 25 Aug 2026 04:05:30 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/tags/cve-2026-78681/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 in NLTK via Unsafe Pickle Deserialization</title><link>https://feed.craftedsignal.io/briefs/2026-08-nltk-pickle-rce/</link><pubDate>Tue, 25 Aug 2026 04:05:30 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-08-nltk-pickle-rce/</guid><description>The NLTK library versions up to 3.9.4 are vulnerable to arbitrary code execution when processing crafted model files due to unsafe pickle deserialization in the TransitionParser.parse() method.</description><content:encoded><![CDATA[<p>NLTK (Natural Language Toolkit) versions prior to 3.10.0 contain a critical vulnerability in the TransitionParser.parse() method, located within the nltk/parse/transitionparser.py file. This vulnerability arises because the library uses an insecure default setting for the pickle_load() function, specifically setting restricted=False. By default, this utilizes the standard WarningUnpickler which fails to restrict class resolution during the deserialization process.</p>
<p>When an application utilizing NLTK processes an attacker-controlled or malicious model file, the deserialization of that object allows for the execution of arbitrary Python code. This occurs because the library does not utilize the provided RestrictedUnpickler for production tasks, thereby allowing gadget chains to execute within the context of the running application. This vulnerability is patched in version 3.10.0 and carries a CVSS 3.1 base score of 9.6.</p>
<h2 id="impact">Impact</h2>
<p>Successful exploitation of this vulnerability allows an attacker to execute arbitrary code with the full privileges of the user running the application. This could lead to full system compromise, data exfiltration, or the deployment of persistent threats depending on the service's environment. Applications that process untrusted NLTK model files are at the highest risk.</p>
<h2 id="recommendation">Recommendation</h2>
<ol>
<li>Upgrade the NLTK library to version 3.10.0 or later across all production and development environments.</li>
<li>Implement strict input validation or signing for all model files processed by applications to ensure they originate from a trusted source.</li>
<li>Audit applications using the TransitionParser module to ensure that user-supplied input is not directly passed to the parsing engine.</li>
<li>Restrict application service account permissions to the principle of least privilege to minimize the impact of a potential RCE event.</li>
</ol>
]]></content:encoded><category domain="severity">high</category><category domain="type">advisory</category><category>denial-of-service</category><category>xml-vulnerability</category><category>cve-2026-78681</category></item></channel></rss>