<?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>ICUE (V5.9.105) - CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/products/icue-v5.9.105/</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>Sat, 29 Aug 2026 17:46:48 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/products/icue-v5.9.105/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>Local Privilege Escalation in Corsair iCUE via DLL Hijacking</title><link>https://feed.craftedsignal.io/briefs/2026-08-corsair-icue-lpe/</link><pubDate>Sat, 29 Aug 2026 17:46:48 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-08-corsair-icue-lpe/</guid><description>Corsair iCUE v5.9.105 contains a DLL hijacking vulnerability (CVE-2024-22002) in the iCUEUpdateService, allowing local unprivileged users to achieve SYSTEM-level code execution.</description><content:encoded><![CDATA[<p>Corsair iCUE v5.9.105 contains a high-severity local privilege escalation vulnerability, tracked as CVE-2024-22002. The vulnerability resides within the iCUEUpdateService, which spawns the 'cuepkg.exe' process with 'NT AUTHORITY\SYSTEM' privileges to handle software updates. During this process, 'cuepkg.exe' attempts to load specific DLLs from the installation subdirectory '\cuepkg-1.2.6'.</p>
<p>The security flaw stems from insecure directory permissions that allow standard, unprivileged users to write files into this specific installation path. An attacker can place a malicious DLL (e.g., 'profapi.dll', 'MSASN1.dll', or 'NTASN1.dll') into the directory. When the 'iCUEUpdateService' triggers an update - either automatically or manually via the user interface - 'cuepkg.exe' loads the attacker-controlled library, executing arbitrary code with system-level privileges. This vulnerability enables a local user to compromise the integrity and confidentiality of the host operating system.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>An unprivileged user identifies the writeable directory path: '%INSTALLDIR%\cuepkg-1.2.6'.</li>
<li>The attacker compiles a malicious DLL designed to perform unauthorized administrative actions (e.g., adding a user to the local Administrators group).</li>
<li>The attacker copies the malicious DLL into the target directory, masquerading as 'profapi.dll', 'MSASN1.dll', or 'NTASN1.dll'.</li>
<li>The attacker triggers the iCUE update mechanism by launching the Corsair iCUE application or manually selecting &quot;Check for updates&quot;.</li>
<li>The 'iCUEUpdateService' initiates 'cuepkg.exe' to process the update.</li>
<li>'cuepkg.exe' loads the malicious DLL from the local directory instead of the legitimate system folder.</li>
<li>The operating system executes the malicious code within the context of the 'cuepkg.exe' process running as 'NT AUTHORITY\SYSTEM'.</li>
<li>The attacker gains full system control, such as privilege escalation to local Administrator.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>Successful exploitation of CVE-2024-22002 allows a local, low-privileged user to gain full SYSTEM privileges on the affected Windows workstation. This impacts the security posture of the host, enabling total system compromise, exfiltration of sensitive data, and persistence. Given the high popularity of Corsair iCUE among gaming and enthusiast users, many systems are potentially at risk.</p>
<h2 id="recommendation">Recommendation</h2>
<p>Prioritized actions for security teams:</p>
<ul>
<li>Identify and audit systems running Corsair iCUE v5.9.105 for insecure file permissions in the installation directory.</li>
<li>Monitor process creation logs for 'cuepkg.exe' activity, specifically inspecting the working directory for unexpected DLL loading.</li>
<li>Deploy the provided Sigma rule to detect suspicious file creation events in the iCUE installation path.</li>
<li>Upgrade Corsair iCUE software to the latest version immediately once a patch is provided by the vendor.</li>
</ul>
]]></content:encoded><category domain="severity">high</category><category domain="type">advisory</category><category>privilege-escalation</category><category>dll-hijacking</category><category>windows</category><category>cve-2024-22002</category></item></channel></rss>