Hackers News Hackers News
  • CyberSecurity News
  • Threats
  • Attacks
  • Vulnerabilities
  • Breaches
  • Comparisons

Social Media

Hackers News Hackers News
  • CyberSecurity News
  • Threats
  • Attacks
  • Vulnerabilities
  • Breaches
  • Comparisons
Search the Site
Popular Searches:
technology Amazon AI
Recent Posts
Apple iPhone’s New Anti-Snatching Auto Apple’s Feature
May 27, 2026
Glassworm Malware Abuses npm, PyPI, OpenVS Developer-Targeting OpenVSX
May 27, 2026
0-Click WhatsApp Attack Targets iOS 16 Users Account Takeover
May 27, 2026
Home/CyberSecurity News/Hackers Use Lenovo Driver to Terminate Critical E Weaponize Processes
CyberSecurity News

Hackers Use Lenovo Driver to Terminate Critical E Weaponize Processes

Hackers are weaponizing a legitimately signed Lenovo driver to terminate security processes. This technique highlights a dangerous ‘Bring Your Own Vulnerable Driver’ (BYOVD) attack...

Emy Elsamnoudy
Emy Elsamnoudy
May 22, 2026 3 Min Read
18 0

Hackers are weaponizing a legitimately signed Lenovo driver to terminate security processes. This technique highlights a dangerous ‘Bring Your Own Vulnerable Driver’ (BYOVD) attack vector, which can bypass endpoint protection controls.

Security researcher Jehad Abudagga has analyzed a Lenovo driver, BootRepair.sys, originally associated with the Lenovo PC Manager utility, and discovered that it can be abused to kill arbitrary processes at the kernel level.

The driver (SHA-256: 5ab36c116767eaae53a466fbc2dae7cfd608ed77721f65e83312037fbd57c946) is digitally signed by Lenovo and, at the time of analysis, showed no detections on VirusTotal, making it an attractive candidate for stealthy abuse.

Driver on Virus total(source : medium)
Driver on Virus total(source : Jehad Abudagga)

Lenovo Driver Kills EDR

Reverse engineering of the driver reveals multiple security weaknesses that enable unprivileged access and process termination capabilities:

  • The driver creates a device object named \Device\::BootRepair without applying a secure DACL, allowing low-privileged users to interact with it.
  • A symbolic link \DosDevices\BootRepair exposes the device to user-mode applications.
  • No access control checks are enforced when handling IRP_MJ_CREATE requests, meaning any user can obtain a handle to the driver.

Further analysis of the IOCTL handler shows that the driver exposes a single control code, 0x222014, which accepts a 4-byte input buffer. This buffer contains a process ID (PID) that is passed to an internal routine that terminates processes.

The underlying function leverages the Windows kernel API ZwTerminateProcess to kill the specified PID, effectively granting any user the ability to terminate arbitrary processes, including protected or security-critical services.

TerminateProcessByPID Function(source : medium)
TerminateProcessByPID Function(source : Jehad Abudagga)

The vulnerabilities enable two primary attack scenarios:

  • If the driver is already present on a system, a low-privileged attacker can directly interact with it to terminate antivirus or EDR processes.
  • If not present, attackers can deploy the signed driver as part of a BYOVD attack, loading it into the kernel to turn off defenses before executing post-exploitation tools.

In a proof-of-concept demonstration, the researcher showed that even protected processes, such as CrowdStrike’s Falcon sensor, can be terminated after the driver is loaded.

Crowdstrike process is killed(source : medium)
Crowdstrike process is killed(source : medium)

Once disabled, offensive tools like credential dumpers can be executed without interference.

Researcher Jehad Abudagga said in a report shared with Cyber Security News that the PoC interacts with the driver using standard Windows APIs:

  • Opens a handle to \.BootRepair.
  • Sends a target PID via IOCTL 0x222014.
  • The driver terminates the process in kernel mode.

This simple interaction demonstrates how minimal effort is required to weaponize the flaw once the driver is accessible.

Running mimikatz after killing crowdstrike process(source : medium)
Running mimikatz after killing CrowdStrike process (Source: Jehad Abudagga)

Security Implications

This issue underscores the growing threat of BYOVD attacks, in which adversaries exploit trusted, signed drivers to undermine endpoint protections.

Because the driver is legitimately signed and initially undetected, it can evade traditional security controls that rely on signature trust.

Organizations should consider:

  • Blocking known vulnerable drivers using Microsoft’s recommended driver blocklist.
  • Monitoring for suspicious driver loads and kernel-level behavior.
  • Restricting the ability to load unsigned or unapproved drivers.
  • Leveraging EDR protections that detect abuse of legitimate drivers.

As attackers continue to abuse trusted components, proactive driver control and behavioral detection remain critical to defending modern endpoints.

Disclaimer: HackersRadar reports on cybersecurity threats and incidents for informational and awareness purposes only. We do not engage in hacking activities, data exfiltration, or the hosting or distribution of stolen or leaked information. All content is based on publicly available sources.

Tags:

AttackExploitHackerSecurityThreat

Share Article

Emy Elsamnoudy

Emy Elsamnoudy

Emy is a cybersecurity analyst and reporter specializing in threat hunting, defense strategies, and industry trends. With expertise in proactive security measures, Emily covers the tools and techniques organizations use to detect and prevent cyber attacks. She is a regular speaker at security conferences and has contributed to industry reports on threat intelligence and security operations. Emily's reporting focuses on helping organizations improve their security posture through practical, actionable insights.

Previous Post

Mini Shai-Hulud Attack Forces npm Reset Bypass-2FA

Next Post

Google Releases Exploit for Unfixed Chromium Bug Publishes Code

No Comment! Be the first one.

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Popular Posts
CERT-In: Patch Critical Vulnerabilities in Systems Within
May 27, 2026
BIND 9 Flaws Expose Servers & Resolvers to Software Vulnerabilities
May 27, 2026
Anthropic’s Free Plugin Secures Claude Releases Security
May 27, 2026
Top Authors
Marcus Rodriguez
Marcus Rodriguez
Jennifer sherman
Jennifer sherman
Emy Elsamnoudy
Emy Elsamnoudy
Let's Connect
156k
2.25m
285k

Related Posts

Jennifer sherman
By Jennifer sherman
Threats

GlassWorm Attacks macOS via Malicious VS Code…

January 1, 2026
Emy Elsamnoudy
By Emy Elsamnoudy
Attacks

ClickFix Attack Hides Malicious Code via Stegan Security

January 1, 2026
Sarah simpson
By Sarah simpson
Vulnerabilities

MongoBleed Detector Tool Detects Critical MongoDB CVE-

January 1, 2026
Emy Elsamnoudy
By Emy Elsamnoudy
Breaches

Conti Ransomware Gang Leaders & Infrastructure Exposed

January 1, 2026
Hackers News Hackers News
  • [email protected]

Quick Links

  • Contact Us
  • Privacy Policy
  • Terms of service

Categories

Attacks
Breaches
Comparisons
CyberSecurity News
Threats
Vulnerabilities

Let's keep in touch

receive fresh updates and breaking cyber news every day and week!

All Rights Reserved by HackersRadar ©2026

Follow Us