Researcher publishes FalconFlank zero-day targeting CrowdStrike Falcon Sensor

A privilege escalation flaw abuses Falcon's own Office macro cleanup routine to hand attackers SYSTEM-level access on Windows machines.

ThreatVectr Newsdesk· 4 min read
cybersecurity defenders responding to a critical alert
Share

Key points

  • A researcher using the handle Chaotic Eclipse published proof-of-concept code on GitHub for a zero-day flaw in CrowdStrike Falcon Sensor, the security software installed on millions of corporate Windows PCs.
  • The bug, named FalconFlank, abuses Falcon's built-in cleanup of malicious Microsoft Office macros to gain SYSTEM privileges, the highest level of access on a Windows computer.
  • CrowdStrike had not issued a fix at the time of publication, meaning the flaw is a true zero-day, a defect the vendor did not know about before it went public.
  • The technique targets the endpoint agent itself, turning a defensive feature into an attack path.
  • Ordinary users cannot patch this directly; it is on IT teams to update Falcon once CrowdStrike ships a fix.

A security researcher going by Chaotic Eclipse, also known as INFINITE NIGHTMARE, MSNightmare and Nightmare-Eclipse, has published a working attack against CrowdStrike Falcon, one of the most widely deployed corporate security products in the world.

The flaw is called FalconFlank. According to a README on the researcher's GitHub page, first reported by The Hacker News, it is a privilege escalation bug. In plain English: an attacker who already has a foothold as a normal user on a Windows PC can use FalconFlank to become SYSTEM, the all-powerful account Windows itself runs under. Once you are SYSTEM, the machine is yours.

What is CrowdStrike Falcon and why does this matter?

Falcon is an endpoint agent, a small program installed on company laptops and servers that watches for malware and stops it. Banks, hospitals, airlines and government departments run it on huge fleets of machines. When a defensive tool with that much reach has a hole in it, the blast radius is large.

The irony here is sharp. FalconFlank does not exploit a bug in some obscure component. It abuses Falcon's feature that cleans up malicious Office macros, the little scripts inside Word or Excel files that criminals have used for years to deliver malware. The cleanup runs with high privileges. The researcher found a way to hijack that cleanup and ride its privileges to SYSTEM.

In practice, the failure mode here is a classic one: a security product doing sensitive work on behalf of a low-privileged user, without properly checking what it is acting on. One thing the post-mortem will say is that trusted paths and file operations inside an EDR agent need the same paranoid handling as a kernel driver.

Should CrowdStrike customers be worried?

Yes, but with context. FalconFlank is not a way for a stranger on the internet to break in from scratch. The attacker needs to already be on the machine as a normal user. What it gives them is the last mile: full control of the box, and the ability to tamper with the very tool meant to catch them.

That is exactly the kind of primitive ransomware crews and state-backed groups pay for. Disabling or blinding the EDR is step one of most modern intrusions.

Detail What we know
Vulnerability name FalconFlank
Affected product CrowdStrike Falcon Sensor for Windows
Impact Local privilege escalation to SYSTEM
Disclosure Public PoC on GitHub, no vendor patch at time of writing
Discoverer Chaotic Eclipse (also INFINITE NIGHTMARE, MSNightmare, Nightmare-Eclipse)

What should IT teams do right now?

Watch CrowdStrike's support portal for an out-of-band sensor update and stage it fast when it lands. Until then, tighten the basics attackers need to reach this bug: restrict local admin, block Office macros from the internet by policy, and alert on any process spawning from Falcon's remediation paths.

CrowdStrike has weathered a rough eighteen months of public attention, and the vendor PR spin will likely stress that exploitation requires local access. True. Also true: local access is cheap, and every phishing click is a candidate foothold.

Operational takeaway: your EDR is code running as SYSTEM on every endpoint you own. Patch it like you patch the kernel, not like you patch a browser plugin.

© 2026 Threat Vectr