LIVE · cybersecurity feed
Live wire
Critical Elementor Pro bug exposes WordPress sites to RCE attacksThe push to designate AI as the next critical infrastructure sectorCritical Zimbra RCE flaw now actively exploited in attacksExploitation Expected for Critical Authentication Bypass Patched in Citrix NetScalerCVE-2026-19478 · Critical GitLab Flaw Exploited Shortly After DisclosureCVE-2026-32475 · Elementor Pro Flaw Could Let Unauthenticated Attackers Upload PHP and Execute Code8,539 reasons to rethink how vulnerabilities get patched'Not a theoretical risk,' feds warn as attackers use AI-made code to hack critical infrastructure controllersNSA, FBI warns of hackers using AI-generated tools in attacks on critical infrastructure technologyUS warns of AI-powered attacks on Siemens PLCs in critical infrastructure
vulnerability

BTR Reforged: Weaponizing Defender’s Remediation Driver as a Kernel Operation Primitive

Research by: Jiří Vinopal (@vinopaljiri) Abstract What if a trusted security component could be repurposed into an attacker-controlled kernel primitive? What if a signed Microsoft remediation driver could be instructed to execute arbitrary file and registry operations from Ring 0 – without exploits, vulnerabilities, or memory corruption? In this publication, we present the first full […] The post

zeroday.news ·

A security research firm has identified a method to repurpose a legitimate, Microsoft-signed Windows Defender component, BTR.sys, into a kernel operation primitive, potentially allowing attackers to execute arbitrary file and registry operations from Ring 0. This technique, dubbed "BTR Reforged," does not rely on traditional exploits, vulnerabilities, or memory corruption, but rather on the intended functionality of the Boot-Time Removal driver.

The BTR.sys driver is a "one-shot" component embedded within MpEngine.dll, a core part of Windows Defender. It is deployed with a randomized filename (e.g., `mzqnjtaq.sys`) to `System32\drivers` only when a Defender remediation action, such as deleting a locked file, requires a system reboot. Upon loading, it performs a list of predefined transactions, reports its status, and then requests self-unloading.

Researchers initially encountered BTR.sys during an incident response investigation where its behavior, including a randomized filename, a transient service entry, RC4 encryption, interaction with an Alternate Data Stream (ADS) named `:changelist`, and self-cleanup, resembled attacker tradecraft. While the activity was ultimately confirmed as legitimate Windows Defender remediation, the discovery prompted a deeper analysis of the driver's undocumented functionality.

The BTR.sys driver does not expose a standard IOCTL interface. Instead, it reads its configuration from a file path specified in the `Args` value of its service registry key (e.g., `HKLM\SYSTEM\CurrentControlSet\Services\{Random}\Args`). This path points to an Alternate Data Stream, such as `C:\Windows\system32\drivers\BTR.sys:changelist`, which contains RC4-encrypted binary data.

The configuration blob is protected by both encryption and integrity checks. The encryption uses an RC4 stream cipher with a hard-coded 256-byte key embedded in the driver's `.rdata` section, which appears consistent across different BTR.sys versions. For integrity, the driver employs a modified CRC-32 algorithm, specifically the bitwise inverse of a standard CRC-32 (~CRC32), resetting the CRC register for each individual structure within the configuration to prevent chaining manipulation.

The RC4-decrypted configuration is a serialized list of actions, or "transactions." Researchers fully reverse-engineered this structure, despite the absence of a public PDB for BTR.sys. The configuration begins with a 24-byte Global Header containing a magic value (`0xFEE1DEAD`), a version number (`0x00000002`), a payload offset (`0x00000010`), a ~CRC32 of the header, and a `TransID` composed of the ~CRC32 and size of the payload.

A research tool, BTR_CLI, has been developed to construct valid encrypted transactions and safely exercise the driver's functionality. This tool demonstrates how the legitimate remediation component can be transformed into a universal kernel operation engine, potentially serving as an EDR/AV bypass technique by leveraging a trusted, Microsoft-signed driver instead of typical Bring Your Own Vulnerable Driver (BYOVD) methods.

The findings highlight how trusted security infrastructure can inadvertently expose powerful primitives, raising concerns for defenders about similar patterns potentially existing in other signed remediation components. The research combines reverse engineering, kernel internals, and detection engineering to illustrate how defensive technology can be repurposed into offensive capability.

vulnerability
ShareXLinkedInWhatsAppFacebook

More News

view all →
CVE-2026-73570

Hackers Target Zimbra Servers in Active Exploitation Campaign

Exploitation of the Zimbra Collaboration vulnerability CVE-2026-73570 has been observed by Poland’s CERT Polska. The post Hackers Target Zimbra Servers in Active Exploitation Campaign appeared first on SecurityWeek.

vulnerabilitycritical

Critical Elementor Pro bug exposes WordPress sites to RCE attacks

A critical vulnerability in the Elementor Pro WordPress plugin could allow attackers to upload executable files for remote code execution on the server. [...]

security

Surveillance – Everything You Wanted to Know, But Were Afraid to Ask

We all know they’re watching us. But we don’t know who they are, nor why nor how they are doing it. The post Surveillance – Everything You Wanted to Know, But Were Afraid to Ask appeared first on SecurityWeek.

nation-statecritical

The push to designate AI as the next critical infrastructure sector

The designation would unlock a range of federal services, tools and resources for an industry that policymakers view as increasingly tied to national and economic security. The post The push to designate AI as the next critical infrastructure sector appeared first on CyberScoop.

malware

'Grandoreiro' Malware Resurfaces With Mexico Campaign

The banking Trojan, post-law enforcement takedown, is sprucing itself up with features that make detection and analysis harder.

ai

Twitch wants your content for Amazon AI training. Here’s how to opt out

Twitch added an option to opt out of training Amazon AI with your content—two years after it confirmed that training had begun.