CVE-2026-18002
This CVE (a sandbox escape via insufficient validation in Google Lens) carries a 9.6 CVSS, but that score masks a critical precondition: exploitation requires a renderer process already compromised. In practice, this is a privilege escalation path, not a standalone attack vector. An attacker would need to chain this with a separate renderer exploit — making the actual attack chain significantly more complex than a typical drive-by scenario. The Chromium security team assigned this 'Low' severity, which is notable. Google's severity ratings aren't arbitrary — they reflect internal threat modeling that accounts for discovery context (whether this was caught via fuzzing, its provenance, and the barrier to reaching the prerequisite state). The EPSS score of 0.00202 confirms what Chromium implicitly acknowledges: this will almost certainly not be exploited in the wild. The practical implication for defenders: your patching priority should not be driven by the CVSS number alone. For Chrome specifically, the auto-update mechanism (typically 2-3 weeks) means you have minimal control over remediation timing anyway. Instead, focus on whether your organization has users on unsupported Chromium-based browsers — that's the actionable risk signal, and neither CVSS nor EPSS captures it. The deeper issue is that escalation-only vulnerabilities like this are becoming the expected residue of mature sandboxing. Google's 'Low' rating effectively encodes institutional knowledge about attack chain complexity that the CVSS framework cannot model. Treat the Chromium severity rating as a stronger signal than the CVSS base score for this class of vulnerability.
Reviewed through automated stages and approved by a human before publication.