<?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>Openssl_encrypt (&lt; 1.4.9) - CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/products/openssl_encrypt--1.4.9/</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>Thu, 27 Aug 2026 19:11:13 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/products/openssl_encrypt--1.4.9/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>Arbitrary Code Execution in openssl-encrypt via Symlink Following</title><link>https://feed.craftedsignal.io/briefs/2026-08-openssl-encrypt-symlink-vuln/</link><pubDate>Thu, 27 Aug 2026 19:11:13 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-08-openssl-encrypt-symlink-vuln/</guid><description>The openssl-encrypt Python package before version 1.4.9 is vulnerable to a symlink-following flaw in its verify-usb functionality, allowing attackers with physical access to removable drives to achieve arbitrary code execution via crafted __pycache__ files.</description><content:encoded><![CDATA[<p>The openssl-encrypt Python package (versions prior to 1.4.9) contains a critical symlink-following vulnerability in its verify-usb utility. The flaw arises from inconsistent handling of symbolic links during the directory scan process compared to the file verification stage. Specifically, the utility uses rglob() to enumerate drive contents, which treats symlinks as standard directories. Meanwhile, the verification logic uses O_NOFOLLOW, which only protects the final path component.</p>
<p>An attacker with physical access to a removable media device can exploit this by replacing a legitimate tool-tree directory with a symlink pointing to an attacker-controlled directory. This malicious copy contains identical files alongside a crafted .pyc file located in a <strong>pycache</strong> folder. CPython prioritizes loading these byte-identical .pyc files over recompilation. Because the scan fails to enumerate the malicious files within the symlinked structure, the verification tool reports a PASSED status, tricking the victim into executing the untrusted portable install.</p>
<h2 id="impact">Impact</h2>
<p>Successful exploitation results in arbitrary code execution on the victim's host system when the portable software is launched. This primarily impacts users relying on the openssl-encrypt package for verifying integrity of removable media. The vulnerability affects both the 1.4.x and 1.5.x branches of the software.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Upgrade the openssl-encrypt package to version 1.4.9 or later immediately to patch the symlink handling flaw.</li>
<li>Implement strict removable media usage policies to prevent unauthorized physical access to devices used with high-integrity verification tools.</li>
<li>Audit logs for instances of verify-usb tool usage and ensure the software binary paths remain within expected, read-only directories on the host, rather than relying solely on the portable media's internal check.</li>
</ul>
]]></content:encoded><category domain="severity">high</category><category domain="type">advisory</category><category>supply-chain</category><category>code-execution</category><category>python</category></item><item><title>CVE-2026-81702 Key Substitution in openssl_encrypt</title><link>https://feed.craftedsignal.io/briefs/2026-08-openssl-encrypt-identity-vuln/</link><pubDate>Thu, 27 Aug 2026 19:09:25 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-08-openssl-encrypt-identity-vuln/</guid><description>The openssl_encrypt library before 1.4.9 is vulnerable to key substitution attacks due to improper fingerprint validation when loading identities from local identity.json files.</description><content:encoded><![CDATA[<p>The openssl_encrypt library, specifically versions prior to 1.4.9, contains a critical vulnerability (CVE-2026-81702) in its identity management mechanism. When the library loads identity configurations from the 'identity.json' file, it fails to perform necessary re-derivation and validation of identity fingerprints. This design flaw allows an attacker with local file write access to substitute legitimate public keys with attacker-controlled keys within the identity store. Because the fingerprint validation is skipped or improperly performed, the library continues to associate the manipulated identity store with the original, expected fingerprint. This enables silent key substitution where systems perform encryption using attacker-provided keys while signature verification routines falsely report successful validation, creating significant risks for data interception, spoofing, and man-in-the-middle scenarios within applications relying on this library.</p>
<h2 id="impact">Impact</h2>
<p>Successful exploitation allows for the complete bypass of cryptographic identity verification. An attacker can intercept and decrypt sensitive communications or spoof legitimate entities by presenting a substituted public key that appears valid to the affected software. This poses a high risk of data breach and loss of integrity for any infrastructure or application utilizing openssl_encrypt for key-based authentication or encryption.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Upgrade openssl_encrypt to version 1.4.9 or higher across all affected applications immediately.</li>
<li>Audit file system permissions for 'identity.json' files to ensure they are write-protected and accessible only by the service process owner.</li>
<li>Scan environments for the presence of the 'identity.json' file to identify software components that rely on the vulnerable library implementation.</li>
</ul>
]]></content:encoded><category domain="severity">critical</category><category domain="type">threat</category><category>cryptographic-vulnerability</category><category>credential-theft</category><category>openssl_encrypt</category><category>cve-2026-81689</category><category>vulnerability</category><category>cryptography</category><category>denial-of-service</category><category>cve-2026-81699</category></item></channel></rss>