A 15‑year‑old Linux kernel flaw, known as 'GhostLock', which has plagued major distributions since 2011, earned researchers a $92,337 bounty from Google. The vulnerability allows attackers to gain root privileges and escape containers. Nebula Security released exploit code and technical details.

Since 2011, a single flaw in the Linux kernel—tracked as CVE‑2026‑43499 and known as GhostLock—has quietly undermined every major distribution worldwide. Introduced in kernel 2.6.39, it remained unpatched for a staggering 15 years until an April release finally addressed it.

Technical Breakdown

GhostLock is a classic use‑after‑free vulnerability that surfaces during task cleanup. When a task terminates, the kernel invokes a helper routine that clears the current task’s memory block. If a deadlock triggers a rollback, the routine frees and reuses that memory while another task still holds a pointer to it. This subtle mismatch allows an attacker to hijack the freed memory and elevate privileges to root.

Researchers’ Findings

Nebula Security demonstrated both local privilege escalation and a container escape using the flaw, publishing detailed technical notes and a working exploit. The proof‑of‑concept not only confirmed the severity of the bug but also showcased the potential for container‑based attacks in Google’s kernelCTF program.

Broader Context

GhostLock joins a growing list of Linux kernel defects revealed in recent months—Januscape, Bad Epoll, DirtyClone, CIFSwitch, DirtyDecrypt (aka DirtyCBC), Fragnesia, and Dirty Frag—each underscoring how intricate and fragile kernel code can be. While the open‑source community has been swift to issue patches, the sheer volume of bugs highlights the need for more rigorous, automated security practices.

Takeaway for the Future

This episode illustrates that long‑shadowed software flaws can quietly accumulate risk, demanding relentless vigilance and swift patching. Researchers must not only claim bounties but also act as early warning systems for the wider security community.