Windows Plug and Play can be abused to fetch signed vendor software for an emulated USB device and execute privileged installation components that researchers chained to SYSTEM access on a fully updated Windows 11 machine. The same PnP path can be triggered over Remote Desktop without physical hardware when supported Plug and Play or low-level USB redirection is enabled; Microsoft says that

Security researchers have demonstrated a method to achieve SYSTEM-level access on a fully updated Windows 11 machine by exploiting the operating system's Plug and Play (PnP) functionality. The attack leverages the automatic installation of signed vendor software for emulated USB devices, chaining this process to escalate privileges. This technique reportedly allows for a complete system takeover.
The core of the attack lies in the Windows Plug and Play mechanism, which is designed to automatically detect and configure new hardware. When a USB device is connected, Windows identifies it and often attempts to locate and install appropriate drivers and software. In this scenario, researchers were able to emulate a USB device, prompting Windows to fetch and execute signed vendor software. The crucial step involves identifying privileged installation components within this legitimate software that can be manipulated or chained together to achieve SYSTEM access.
This class of vulnerability often exploits the trust placed in signed software and the elevated privileges granted during the installation process. While the software itself is legitimate and signed by a trusted vendor, the way it interacts with the system during installation, particularly when handling device drivers or services, can present opportunities for privilege escalation if not implemented with robust security controls.
The researchers also noted that this PnP path can be triggered remotely without the need for physical hardware. This is possible when Remote Desktop is configured to support Plug and Play or low-level USB redirection. This remote vector significantly broadens the potential attack surface, as it would not require an attacker to have physical access to the target machine.
Typical mitigation strategies for issues involving driver or software installation often include restricting non-administrator users from installing new hardware or software, implementing application whitelisting to prevent the execution of unauthorized code, and ensuring that all system components, including drivers, are regularly updated. Organizations are also advised to carefully consider the security implications of enabling advanced Remote Desktop features like USB redirection.
This finding underscores the ongoing challenge of securing complex operating systems with extensive backward compatibility and hardware support. Even seemingly benign features like automatic device installation can become vectors for compromise when chained with other vulnerabilities or misconfigurations. It highlights the importance of continuous security research into fundamental operating system components and the need for vendors to scrutinize the privilege levels and execution contexts of their installation routines.

Attackers are exploiting a new unpatched vulnerability in Magento Open Source and Adobe Commerce that lets them run malicious code on an online store's server without logging in, Dutch e-commerce security company Sansec said in an advisory published on September 5. Sansec, which discovered the flaw and named it StyleSmuggler, said attacks started on September 4. "Sansec is publishing early

JetBrains is urging Cadence users to revoke and rotate all credentials following a security incident last month in which unidentified threat actors exploited a recently disclosed critical vulnerability in TeamCity to breach its own environment. "Cadence users should immediately revoke or rotate all credentials and secrets that may have been used to run their Cadence executions," JetBrains said.
A weakness has been identified in Tenda CP3 27.5.57.101. This issue affects some unknown processing of the file Net/NetCheckPing.cpp. This manipulation of the argument interface_name/host causes os command injection. The attack can be initiated remotely.
A security flaw has been discovered in Tenda CP3 27.5.57.101. This vulnerability affects the function SystemAsh of the file Apis/system.c of the component Kylin. The manipulation of the argument AlarmVoiceURL results in os command injection. It is possible to launch the attack remotely.

OpenAI has announced a $1 billion commitment to provide subsidized access to its Daybreak AI cybersecurity tools for under-resourced critical infrastructure defenders. The initiative, named Daybreak for Frontline Defenders, will offer AI models, training, and technical support over the next six months, prioritizing water and wastewater utilities, electric grid operators, and local government entities. This move aims to equip organizations with limited budgets and staff against increasingly sophisticated cyber threats.
In BPF instructions that load/store a value from/to a scratch memory register the register index is an unsigned 32-bit integer and must not exceed 15, but libpcap BPF interpreter does not validate the value. In particular uncommon use cases a crafted filter program can cause the interpreter to try reading and writing the OS process memory in the 16GiB starting at the current stack frame on 64-bit architectures and in the entire address space on 32-bit architectures.