Visualização de leitura

Microsoft August 2026 Windows Updates Trigger Issues on Devices Using RGB Lighting Features

Microsoft is investigating a Windows 11 issue in which the August 2026 security updates can cause certain games to freeze, crash, display access-violation errors, or restart affected PCs.

The problem appears to be linked to RGB lighting hardware and software components that use the inputx64 driver. The issue was reported after Microsoft released the August 11, 2026 Windows update, KB5121003, for Windows 11 version 24H2 and version 25H2.

Microsoft added the problem to its Windows Release Health dashboard on August 19. It said the investigation remains ongoing as of August 21.

Windows Updates Triggers RGB Lighting Issues

According to Microsoft, devices may be affected when they have RGB-enabled peripherals or internal components, such as lighting controllers, keyboards, mice, fans, or motherboard accessories.

Some of these products install low-level drivers or supporting code that resembles inputx64. When that driver is present, launching certain games can trigger the fault.

The games named in user reports are ARC Raiders, MARVEL Tōkon: Fighting Souls, and THE FINALS.

Reported symptoms include games becoming unresponsive, closing unexpectedly, showing an “EXCEPTION_ACCESS_VIOLATION” message, or causing the entire Windows device to restart without warning.

Microsoft has not yet determined whether the root cause lies in Windows itself, the RGB driver ecosystem, the affected games, or an interaction among all three.

The company said it is working to understand the relationship between RGB-related components and the games that activate the issue.

As a temporary workaround, Microsoft advises affected users to disable the inpoutx64 driver through the Windows Registry.

Users should first back up the Registry, then open Registry Editor and navigate to: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\inpoutx64

They should locate the Start value, change its value data to 4, close Registry Editor, and restart the computer. In Windows service configuration, a Start value of 4 disables the driver.

However, this workaround may disable or disrupt RGB lighting functions and the applications used to manage them. Users who experience problems with lighting controls can restore the driver by returning the Registry setting to its previous value.

Administrators should test the change before deploying it broadly, especially on systems that depend on vendor-provided lighting or hardware management software.

The issue affects Windows 11 versions 24H2 and 25H2 on client systems. Windows Server platforms are not listed as affected. Microsoft also reminded users that Windows 11 version 24H2 Home and Pro editions will reach end of servicing on October 13, 2026.

Devices on those editions will stop receiving monthly security updates, fixes for known issues, time-zone updates, and technical support after that date.

Eligible unmanaged consumer devices are expected to automatically receive Windows 11 version 25H2. However, users can choose when to restart or postpone the update. Users experiencing the RGB-related game issue can submit diagnostics through Feedback Hub by pressing the Windows key + F.

Prevent incidents due to slow investigations. Power your Tier 1 with threat intelligence from 15K SOCs: Integrate TI Lookup in your SOC

The post Microsoft August 2026 Windows Updates Trigger Issues on Devices Using RGB Lighting Features appeared first on Cyber Security News.

Malware Abuses Windows Hello for Business Key to Authenticate Microsoft Entra ID

A newly demonstrated technique shows how malware in a compromised Windows user session can abuse Windows Hello for Business (WHFB) cryptographic keys to authenticate to Microsoft Entra ID, enabling attackers to gain cloud access without the victim’s password, PIN, or biometric data.

Windows Hello for Business is designed as a passwordless authentication system. It normally stores a user’s private key in the device’s Trusted Platform Module, or TPM, making the key difficult to export or steal. Users unlock access to that key with a PIN, fingerprint, facial recognition, or another local verification method.

However, researcher Dirk-jan Mollema found that a process already operating within an active user session may be able to use the key through Windows cryptographic interfaces without triggering a fresh PIN or biometric prompt. This behavior appears linked to cached authentication information used by Windows Hello.

The issue does not mean that attackers can simply copy a TPM-protected private key from a device. Instead, malware with access to an unlocked user session could ask Windows to perform cryptographic signing operations using the protected key. Those signatures can then be used in identity flows that prove control of the Windows Hello credential.

Windows Hello Key Abuse Targets Entra ID

One attack path involves requesting a Primary Refresh Token, also known as a PRT. PRTs are important Microsoft Entra ID authentication artifacts that support single sign-on across Microsoft services and applications.

A valid PRT can provide long-lived access and may be renewed, making it highly valuable to attackers seeking persistence in a cloud environment.

Requesting PRTs with WHFB keys on an endpoint (Source : dirkjanm )
Requesting PRTs with WHFB keys on an endpoint (Source: Dirkjanm )

Previously, an attacker would also need access to another Entra ID-joined or registered device to complete this flow. The new research shows a second option: treating the Windows Hello for Business key as a FIDO2 passkey through the WebAuthn authentication protocol.

WebAuthn is widely used for passwordless authentication and phishing-resistant sign-in. By generating a valid WebAuthn assertion with the victim’s Windows Hello key, an attacker could authenticate to Microsoft Entra ID from a separate machine.

The resulting access tokens may lack a device identifier because the sign-in does not include the victim device’s normal registration state.

That missing device identifier can be useful to an attacker. Tokens without device-bound state may be used to register a new attacker-controlled device in Entra ID.

From there, an attacker could attempt to obtain a PRT, establish persistence, or add new authentication methods such as passkeys. The research also highlights a challenge for Conditional Access policies.

Because Windows Hello and FIDO2 are considered phishing-resistant authentication methods, a forged authentication flow based on a compromised session may satisfy policies requiring strong multifactor authentication.

Policies that require compliant or managed devices could still block some activity, but attackers may attempt to work around device restrictions after gaining cloud access.

WHFB signing PowerShell script (Source : dirkjanm )
WHFB signing PowerShell script (Source: Dirkjanm )

Defenders should monitor Entra ID sign-in logs for Windows Hello for Business authentications where the device ID is empty. While this can occur legitimately in private browsing sessions or browsers without single sign-on support, it should be relatively uncommon in many enterprise environments.

Organizations should also investigate unexpected device registrations, newly added authentication methods, unusual token activity, and sign-ins that follow endpoint compromise. Protecting active Windows sessions remains essential, because the attack relies on malware already running as the targeted user.

 Strengthen Your SOC by Accelerating Threat Detection & Rapid Investigations. -> Integrate ANY.RUN With Your SOC Now.

The post Malware Abuses Windows Hello for Business Key to Authenticate Microsoft Entra ID appeared first on Cyber Security News.

❌