<?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>Zucchetti - CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/vendors/zucchetti/</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, 03 Aug 2026 22:49:10 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/vendors/zucchetti/feed.xml" rel="self" type="application/rss+xml"/><item><title>DLL Hijacking in FirmaCheck for Windows via Unvalidated OpenSSL Configuration</title><link>https://feed.craftedsignal.io/briefs/2026-08-firmacheck-dll-hijacking/</link><pubDate>Mon, 03 Aug 2026 22:49:10 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-08-firmacheck-dll-hijacking/</guid><description>FirmaCheck for Windows versions prior to 1.3.16 are susceptible to local privilege escalation and arbitrary code execution due to an unvalidated OpenSSL configuration file path.</description><content:encoded><![CDATA[<p>FirmaCheck for Windows, a document signing utility by Zucchetti, contains a DLL hijacking vulnerability (CVE-2026-41447) affecting all versions prior to 1.3.16. The vulnerability stems from the application's failure to properly validate the directory path when loading the OpenSSL configuration file (openssl.cnf). An attacker with local access to the system can place a maliciously crafted openssl.cnf file into the C:\Program Files (x86)\Common Files\SSL\ directory. When the FirmaCheck.exe process initializes, it inadvertently loads a DLL specified within the attacker-controlled configuration file. Because FirmaCheck.exe is configured to execute automatically upon system startup, this flaw allows a local attacker to achieve arbitrary code execution with the privileges of the startup process, facilitating persistence and privilege escalation.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>Attacker gains local access to the target Windows system.</li>
<li>Attacker identifies the path C:\Program Files (x86)\Common Files\SSL\ as a writable location or utilizes elevated privileges to create the directory structure if it does not exist.</li>
<li>Attacker crafts a malicious openssl.cnf file configured to load an attacker-supplied DLL.</li>
<li>Attacker places the malicious openssl.cnf file into the target directory.</li>
<li>Attacker places the payload DLL on the system in a location referenced by the crafted configuration file.</li>
<li>The target system reboots or the user logs in, triggering the automatic execution of FirmaCheck.exe.</li>
<li>FirmaCheck.exe reads the malicious openssl.cnf file during its initialization sequence.</li>
<li>FirmaCheck.exe executes the malicious DLL, granting the attacker code execution at the process privilege level.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>Successful exploitation allows a local attacker to execute arbitrary code on the affected Windows host. This facilitates persistence, potential privilege escalation, and full compromise of the local machine. The vulnerability affects all users of FirmaCheck prior to version 1.3.16, primarily impacting organizations using this software for document management and digital signatures.</p>
<h2 id="recommendation">Recommendation</h2>
<p>Prioritized actions for detection and remediation:</p>
<ul>
<li>Upgrade FirmaCheck to version 1.3.16 or later immediately to patch CVE-2026-41447.</li>
<li>Deploy the Sigma rule provided in this brief to monitor for unauthorized creation of openssl.cnf files in standard paths.</li>
<li>Audit the C:\Program Files (x86)\Common Files\SSL\ directory for suspicious configuration files or unexpected DLL files if patching cannot be performed immediately.</li>
</ul>
]]></content:encoded><category domain="severity">high</category><category domain="type">advisory</category><category>vulnerability</category><category>dll-hijacking</category><category>local-privilege-escalation</category></item></channel></rss>