CVE-2026-76018
CVE-2026-76018 is a sandbox escape in Chrome's Import function, and the 'social engineering' qualifier in the description is obscuring what you actually need to know: this is a privilege boundary failure, not merely a user-trickery bug. The technical reality is straightforward but critical. The Import feature runs with elevated privileges relative to the sandboxed renderer, and a parsing vulnerability in how it handles crafted files allows code execution outside Chrome's containment architecture. That is a sandbox escape — a fundamental defensive layer failure, not a user education problem. The social engineering prerequisite (the user must import a malicious file) is incidental to the architectural flaw: Chrome's multi-process model explicitly aims to prevent code that originates from user-controlled file parsing from breaking out of the sandbox. When it fails, you're no longer discussing browser hygiene; you're discussing a bypass of a core security boundary. The EPSS score of 0.00323 against a CVSS of 8.8 should not reassure you. This gap likely reflects detection tooling gaps rather than genuine exploit difficulty. The import pipeline sits between the file format fuzzing community and browser security research — it's an undersurveilled surface. Sophisticated attackers with file-based initial access tradecraft (common in enterprise intrusions, red team operations, and state-sponsored campaigns) do not share the analytical devaluation that the 'social engineering' framing implies. Your priorities: First, confirm your Chrome versions — patches landed in 151.0.7922.173 and later. Second, treat the Import function as a privileged attack surface until proven otherwise in your threat model. Third, expect follow-on CVEs in the import pipeline within 60-90 days; the historical pattern shows that patching a specific parsing vector in import functions tends to surface adjacent format vulnerabilities rather than a complete architectural fix. If your environment runs managed browser deployments, profile migrations, or cross-browser switching workflows, the Import function is systematically more relevant to your actual attack surface than to consumer use cases — update your risk model accordingly.
Reviewed through automated stages and approved by a human before publication.