CVE-2026-64767
This CVE carries a 9.8 CVSS but an EPSS score of just 0.00445 — a divergence that tells you something the severity rating alone does not: the actual exploitability constraints matter more than the number suggests. The description mentions 'improved bounds checking' with remote exploit potential corrupting kernel memory, but provides no specifics about which kernel subsystem, which network-adjacent code path, or what conditions enable exploitation. That missing detail is the real problem. The 'improved bounds checking' language is developer shorthand with a recognizable fingerprint — it almost always corresponds to bounds variables added, comparisons tightened, or buffer sizes checked against computed lengths rather than hardcoded ones. You can pull the before/after kernel binaries from Apple's delta releases and do the diff yourself. Compare Sequoia 15.7.8, Sonoma 14.8.8, and Tahoe 26.6 to identify the shared kernel component that received this patch. If the same flawed code propagated across all three simultaneously, that's a supply chain signal about how Apple stages kernel updates. The 'Tahoe' designation is almost certainly an internal codename for a future macOS release that hasn't shipped publicly yet. Apple patching a vulnerability in unreleased code implies either internal discovery or pre-release external disclosure — either way, the vulnerability existed in active development while stable branches remained exposed. That changes the threat model: the vulnerable code is in a subsystem that will touch new syscalls and protocol handlers in future releases, expanding the attack surface. Prioritize remediation by exposure window. If this flaw required simultaneous backport fixes across three distinct release trains, that process takes time. Apple's security team was aware before public disclosure — the gap between internal knowledge and public release is where defenders lost visibility. Patch immediately on principle, but allocate audit resources based on which systems have longest exposure: the oldest release train carrying this flaw has been vulnerable longest.
Reviewed through automated stages and approved by a human before publication.