<?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>Armoury Crate - CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/products/armoury-crate/</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 04:36:44 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/products/armoury-crate/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 ASUS AsIO3.sys Driver (CVE-2025-3464)</title><link>https://feed.craftedsignal.io/briefs/2026-08-asio3-lpe/</link><pubDate>Thu, 27 Aug 2026 04:36:44 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-08-asio3-lpe/</guid><description>An exploit for CVE-2025-3464 allows local attackers to escalate privileges to SYSTEM by leveraging a TOCTOU authentication bypass and an arbitrary decrement primitive within the ASUS AsIO3.sys driver.</description><content:encoded><![CDATA[<p>CVE-2025-3464 is a local privilege escalation (LPE) vulnerability affecting the ASUS AsIO3.sys driver, a component often bundled with ASUS utilities such as Armoury Crate and AI Suite. The vulnerability stems from two primary flaws: a time-of-check time-of-use (TOCTOU) authentication bypass and an arbitrary 8-byte decrement primitive triggered via IOCTL 0xA0402450. Attackers can abuse these flaws to modify the KTHREAD structure of a running process, specifically toggling the 'PreviousMode' field from 1 (UserMode) to 0 (KernelMode). This transition grants the process the ability to perform arbitrary kernel-mode memory read/write operations. By manipulating the EPROCESS structure, a local unprivileged user can steal the SYSTEM token to achieve full administrative control over the host. The exploit is documented to work on Windows 11 22H2; newer Windows versions incorporate protections that render these specific PreviousMode manipulation techniques ineffective.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>Attacker creates an NTFS hardlink to a directory or file path containing the substring &quot;AsusCertService&quot;.</li>
<li>Attacker launches a controlled process (the exploit) through the created hardlink to bypass the driver's path validation check.</li>
<li>Attacker re-points the hardlink to the legitimate <code>AsusCertService.exe</code> to satisfy the driver's authentication requirements.</li>
<li>The malicious process opens a handle to the <code>\\.\AsIO3</code> device.</li>
<li>The attacker invokes IOCTL 0xA0402450, triggering the vulnerable <code>ObfDereferenceObject</code> function to decrement memory at a chosen address.</li>
<li>The exploit targets the KTHREAD+0x232 field to set PreviousMode to 0, enabling kernel-mode access for the user-mode process.</li>
<li>Attacker performs token stealing by locating the SYSTEM EPROCESS structure and updating their own process token.</li>
<li>Attacker restores the PreviousMode to 1 to avoid system instability (BSOD) and executes a payload with SYSTEM privileges.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>Successful exploitation results in full local privilege escalation to the NT AUTHORITY\SYSTEM account. This allows an attacker who has already gained a low-privileged foothold on a Windows machine to gain total control over the operating system, bypass security controls, and persist with the highest level of system privileges. The scope is limited to systems where the vulnerable ASUS driver is installed and specifically on Windows 11 22H2 or older builds that lack modern protections against PreviousMode manipulation.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Identify and audit systems with the ASUS AsIO3.sys driver installed, particularly those running Windows 11 22H2 or older.</li>
<li>Uninstall or update ASUS software (Armoury Crate, AI Suite) to versions that incorporate a patched version of the driver.</li>
<li>Deploy endpoint security policies to restrict the loading of vulnerable third-party drivers using Windows Defender Application Control (WDAC).</li>
<li>Monitor for processes attempting to access <code>\\.\AsIO3</code> or making unexpected IOCTL calls to the driver.</li>
</ul>
]]></content:encoded><category domain="severity">high</category><category domain="type">advisory</category></item></channel></rss>