Monday , August 24 2026
EDR-Freeze

EDR-Freeze: A Tool That Puts EDRs And Antivirus Into A Coma State

A new proof-of-concept tool named EDR-Freeze has been developed, capable of placing Endpoint Detection and Response (EDR) and antivirus solutions into a suspended “coma” state.

Zero Salarium’s technique uses a built-in Windows feature, providing a stealthy option compared to the rising trend of Bring Your Own Vulnerable Driver (BYOVD) attacks that hackers employ to turn off security software.

Researchers show new technique to bypass AI safety guardrails in Grok and Gemini

A new hacking technique has been demonstrated to steal data from Elon Musk's Grok AI. It uses a simple trick...
Read More
Researchers show new technique to bypass AI safety guardrails in Grok and Gemini

About thousands of leaked AWS keys Held Full Admin Rights

More than 9,300 AWS access keys that were made public from August 2022 to August 2026 are still active, says...
Read More
About thousands of leaked AWS keys Held Full Admin Rights

US Bank investigates LockBit’s Data Breach Claims

US Bank is looking into LockBit's claims about a breach and stolen data. The ransomware group says they will share...
Read More
US Bank investigates LockBit’s Data Breach Claims

Five new malware families actively targeting Asian Gov.t infra

Central Asian government agencies have been attacked in a cyber spy operation that used a small but different range of...
Read More
Five new malware families actively targeting Asian Gov.t infra

T-Mobile Cuts Cables to Remove Chiness Salt Typhoon Hackers from Network

T-Mobile’s cybersecurity team reportedly physically cut a network cable connecting compromised infrastructure to the outside world. According to Bloomberg, the move...
Read More
T-Mobile Cuts Cables to Remove Chiness Salt Typhoon Hackers from Network

Splunk, Zyxel Patch Multiple Flaws Enabling RCE and Root Command Execution

Splunk has issued security fixes for 17 weaknesses in different apps and add-ons, such as Splunk MCP Server, Splunk AI...
Read More
Splunk, Zyxel Patch Multiple Flaws Enabling RCE and Root Command Execution

“Zombie Card” attack revels expired Visa card may be used for contactless payments

Security experts have shown that expired credit cards can still be used. A study from the University of Massachusetts Amherst,...
Read More
“Zombie Card” attack revels expired Visa card may be used for contactless payments

Critical Zimbra RCE Flaw Actively Exploited in the Wild

CERT Polska has alerted that bad actors are actively exploiting a security flaw in Zimbra Collaboration Suite to execute code...
Read More
Critical Zimbra RCE Flaw Actively Exploited in the Wild

Operation CameraSwarm
A single hacker compromise 1400+ Dahua camera worldwide 

Operation CameraSwarm compromised 14,500+ Dahua IP cameras mostly in Ukraine and Russia. The operation lasted for at least 35 days...
Read More
Operation CameraSwarm  A single hacker compromise 1400+ Dahua camera worldwide 

Cl0p Ransomware Listed 40+ Victims of PTC Windchill Campaign

The Cl0p ransomware group has listed over 40 organizations that they say they targeted in a recent attack. This attack...
Read More
Cl0p Ransomware Listed 40+ Victims of PTC Windchill Campaign

This method eliminates the need for third-party drivers, lowering the risk of system issues and detection. It operates entirely in user-mode, effectively and discreetly disabling security monitoring.

The MiniDumpWriteDump Exploit:

The EDR-Freeze technique mainly involves manipulating the MiniDumpWriteDump function, which is from the Windows DbgHelp library and is used to create a minidump—a memory snapshot of a process for debugging.

To ensure a consistent and uncorrupted snapshot, the function suspends all threads within the target process while the dump is created.

Ordinarily, this suspension is brief. However, the developer of EDR-Freeze devised a method to prolong this suspended state indefinitely.

EDR-Freeze Tool

The main challenges were extending the quick execution time of the MiniDumpWriteDump function and getting past the Protected Process Light (PPL) security feature that protects EDR and antivirus processes from interference.

To overcome PPL protection, the technique utilizes WerFaultSecure.exe, a component of the Windows Error Reporting (WER) service. WerFaultSecure.exe can run with WinTCB level protection, one of the highest privilege levels, allowing it to interact with protected processes.

WerFaultSecure.exe can be set to run the MiniDumpWriteDump function on any process, even those of protected EDR and antivirus software, by using the right parameters.

A race-condition attack can turn a brief pause into a lasting freeze, occurring in a quick, exact sequence:

  1. WerFaultSecure.exe is launched with parameters directing it to create a memory dump of the target EDR or antivirus process.

2. The EDR-Freeze tool continuously monitors the target process.

3. The moment the target process enters a suspended state (as MiniDumpWriteDump begins its work), the EDR-Freeze tool immediately suspends the WerFaultSecure.exe process itself.

Because WerFaultSecure.exe is now suspended, it can never complete the memory dump operation and, crucially, can never resume the threads of the target EDR process.

Zero Salarium stated that the security software remains permanently suspended and ineffective until the WerFaultSecure.exe process is ended.

EDR-Freeze Tool Killing Process:

The developer released the EDR-Freeze tool to showcase this technique. It requires two parameters: the Process ID (PID) of the target and the suspension duration in milliseconds.

An attacker can disable security tools, carry out harmful actions, and then restore security software to normal as if nothing occurred.

EDR-Freeze Tool Kills EDR and Antivirus

A test on Windows 11 24H2 successfully suspended the MsMpEng.exe process of Windows Defender.

For defenders, detecting this technique involves monitoring for unusual executions of WerFaultSecure.exe.

If the program is observed targeting the PIDs of sensitive processes like lsass.exe or EDR agents, it should be treated as a high-priority security alert requiring immediate investigation.

Source: zerosalarium, cybersecurity news

Check Also

NVD

NIST to Modernize NVD in the Age of Artificial Intelligence

National Institute of Standards and Technology (NIST) demands feedback from industry and the government on …