Security Blog

Vulnerability analyses, exploit deep dives, and research notes on web, Android, and Windows security.

4 posts

Dirty Frag: Copy Fail's Harder Sibling That Beats Your Mitigation

A week after Copy Fail, researcher Hyunwoo Kim chained two separate Linux kernel flaws — in the IPsec ESP and RxRPC networking stacks — to produce the same page-cache-poisoning root primitive, on every major distro, with a public one-liner PoC. The critical twist: it works even on systems where the Copy Fail algif_aead mitigation is already applied. Includes both variant deep-dives, detection rules, and a mitigation script.

Copy Fail: 732 Bytes to Root on Every Linux Since 2017

A nine-year-old Linux kernel bug in the AEAD crypto subsystem lets any local user corrupt in-memory file contents without touching disk, bypass every standard integrity tool, and gain root in under two seconds — on Ubuntu, RHEL, Amazon Linux, and SUSE. Includes a vulnerability checker and mitigation script.

RedSun: When Windows Defender Defeats Itself — SYSTEM via AV-Assisted Arbitrary Write

A Windows privilege escalation PoC that turns Windows Defender's own remediation logic into a SYSTEM-privilege write primitive. Chains VSS, batch oplocks, Cloud Files placeholders, POSIX semantics delete, and directory junctions to redirect Defender's restore write into System32 — then hijacks a COM-activated system service to get an interactive SYSTEM shell.

BlueHammer: Fixing the Bugs in a Windows Zero-Day LPE PoC

Deep dive into BlueHammer — a Windows local privilege escalation exploit that chains Windows Defender RPC abuse, Volume Shadow Copy Service, opportunistic locks and SAM offline parsing to reach SYSTEM without any kernel bug or memory corruption. Full root-cause analysis, broken code walkthrough, and fixes.

Dirty Stream: Weaponizing Android's ContentProvider — CVE-2024-35205

A technical deep dive into CVE-2024-35205 — how a rogue FileProvider turns Android's inter-app file sharing into an arbitrary write primitive. Covers vulnerability background, PoC dissection, full attack chain analysis, detection strategies, and mitigations.