§ Category
Category

CM

CM

LegacyHive Mounts a Target’s Hive Into the Helper’s Session

A working Windows exploit dropped roughly half an hour after July’s Patch Tuesday, with no CVE and no Microsoft advisory. LegacyHive edits a registry hive while it is unmounted, so live registry auditing never sees the write, and the payoff is another account’s hive mounted into a session the attacker controls. Here is what actually fires, what the first published rule got wrong, and which controls cut the class.

·
CM

FileFix: Process Lineage Outlasts the Content Signatures

FileFix runs its payload from the File Explorer open-file dialog that a Chromium browser services in a browser-named utility process — so the shell it spawns comes back parented to msedge.exe or chrome.exe. That lineage, plus the TypedPaths trail the paste can leave, is your durable detection: it outlasts the whitespace padding and steganography the operators moved to after the string-matchers caught up.

·
CM

BYOVD: The Driver-Load Event Is the Last High-Confidence Signal

Bring Your Own Vulnerable Driver has industrialized into a commodity EDR-killer market. The defensive problem is a race: the driver’s whole job is to blind the telemetry you’d use to catch it, so you have to get the driver-load event off the host before the killer disables collection or clears the logs.

·
CM

Screening Serpens Hijacks AppDomainManager Ahead of Its RAT

Iran-nexus Screening Serpens paired AppDomainManager hijacking with DLL sideloading across its 2026 campaigns. A managed loader assembly runs before the host binary’s normal entry point and isn’t reliably represented in Sysmon ImageLoad telemetry, so the detection has to move to file-create events and .config content.

·
CM

The pnpm Cache Poisoning Primitive GitHub Closed in June

The TanStack compromise published 84 poisoned npm versions across 42 packages by writing a cache entry into the default-branch scope from an untrusted fork PR. GitHub has since made that write path read-only for low-trust triggers — but cache creation still never touches the audit log, so post-hoc detection has to live on the runner and in cache-inventory differencing instead.

·
CM

kvm_mmu_get_child_sp(), the Shadow-Page Reuse Check That Skipped role.word

CVE-2026-53359 is a 16-year-old use-after-free in KVM’s shadow MMU that lets a guest-root attacker on a vulnerable nested-virt KVM/x86 host crash the box or, with a separate withheld exploit, run as root on the hypervisor. The clearest detection is a kernel oops in journald; the real control is patching plus turning off nested virt you never used.

·
CM

ClickFix Payloads Now Ship From an On-Demand API

A researcher pulled roughly 3,000 live ClickFix payloads and found the delivery running like a metered API — request 100, get 100 different builds. That breaks detection built on the pasted command, the encoded blob, or a string IOC. Here’s the content-blind detection that survives, and why the registry rule was never the durable part.

·