← Back to Daily Briefing (#BugBounty)

Researchers Alejandro Hernando and Borja Martinez have identified a "Plug and Pwn" exploit chain targeting the Microsoft Windows Plug and Play (PnP) subsystem to achieve SYSTEM-level privileges on updated Windows 11 systems. The attack utilizes emulated USB device descriptors to trigger the installation of legitimate, signed third-party vendor software, which is then coerced into executing arbitrary code. This vulnerability extends beyond physical access via Remote Desktop Protocol (RDP) USB redirection, allowing for remote privilege escalation. The exploit effectively bypasses Driver Signature Enforcement (DSE) and Virtualization-Based Security (VBS) by leveraging the inherent trust placed in signed vendor binaries.

  • Research Overview: The 'Plug and Pwn' Framework

    • Focuses on the intersection of hardware emulation and the Windows PnP manager to bypass OS security boundaries.
    • Investigates how the OS handles untrusted hardware that identifies as a trusted device to trigger automated software routines.
    • Aims to demonstrate a reliable path from zero-privilege hardware insertion to full SYSTEM compromise.
  • Vulnerability Mechanics: PnP & Trusted Software Chains

    • Emulated Hardware: The attack uses custom USB Device Descriptors (Vendor ID/Product ID) to spoof specific hardware.
    • Triggering Installation: These descriptors force the Windows PnP Manager to initiate specific driver and software installation routines.
    • Binary Coercion: The chain identifies signed, legitimate third-party binaries that can be manipulated into performing privileged operations or executing arbitrary code.
    • Kernel Bypass: By utilizing already signed vendor software, the attack circumvents kernel-mode code signing protections and DSE.
  • Attack Vectors: Physical and Remote Execution

    • Physical Vector: Direct insertion of a malicious USB device into a target Windows 11 machine.
    • Remote Vector: Exploitation via RDP USB Redirection, allowing an attacker to project emulated hardware descriptors to a remote system.
    • Privilege Escalation: Resultant execution traces show the transition from a standard user context to a SYSTEM-level process.
  • Security Mitigation Analysis: VBS and DSE Efficacy

    • Virtualization-Based Security (VBS): Evaluated as ineffective against this vector as the exploit leverages legitimate signed drivers.
    • Driver Signature Enforcement (DSE): Bypassed because the malicious activity is performed by a "trusted" signed binary rather than an unsigned driver.
    • Windows 11 Impact: The research confirms that fully updated Windows 11 environments remain susceptible to this hardware-driven logic flaw.
  • Conclusion & Industry Implications

    • Highlights a critical systemic weakness in the "trust-by-signature" model for third-party vendor software.
    • Demonstrates that RDP redirection can transform local hardware attacks into scalable remote threats.
    • Necessitates a shift toward stricter PnP device installation policies and more granular RDP hardware restrictions.

Related posts

  1. blackhatnews.tokyo — 「Plug and Pwn」攻撃、偽装USBデバイスでWindowsのSYSTEM権限を奪取
  2. SC Media — New 'Plug and Pwn' attacks exploit Windows Plug and Play for SYSTEM privileges
  3. techjacksolutions.com — Plug and Pwn: Windows PnP Subsystem Abused via Spoofed USB Identity to Deliver Vulnerable Drivers and Escalate to SYSTEM
  4. feeds.feedburner.com — Researchers Turn USB Auto-Install Into a Full SYSTEM Takeover on Windows 11
  5. gbhackers.com — Plug & Pwn Attack Exploits Windows PnP to Gain SYSTEM Access With Zero Clicks
  6. bleepingcomputer.com — Plug and Pwn attack uses fake USB devices for Windows SYSTEM access
  7. Blog
  8. Reddit

LINK COPIED TO CLIPBOARD