The CVSS 9.6 rating on CVE-2026-17749 significantly overstates the actual risk for most deployments. This is a Chrome extension sandbox-escape vulnerability, but exploitation requires a user to actively seek out, evaluate, and manually install a malicious extension—it's not a drive-by or zero-click scenario. Chrome's own severity classification of 'Medium' correctly reflects this prerequisite friction, while the EPSS score of 0.00213 confirms that active exploitation in the wild remains statistically unlikely.
The practical implication: treat the Chromium 'Medium' rating as the authoritative severity for standard consumer and managed Chrome deployments. The CVSS calculation models impact in isolation without adequately discounting for the user-interaction barrier.
However, sideloaded extensions fundamentally change this calculus. Enterprise environments that allow internal extension deployment (bypassing Web Store enforcement) operate in a different risk regime—the 'user must install' prerequisite effectively disappears because IT has already performed that social-engineering step on behalf of end users. If your organization permits sideloaded extensions, this CVE warrants elevated priority despite the low EPSS.
Patch validation should focus on whether the fix addresses manifest parsing, API call validation, or a broader trust boundary in the extension system. A narrow fix in manifest handling carries different deployment risk than a patch touching multiple extension surfaces.
For triage purposes: consumer and standard enterprise Chrome deployments can treat this as 'Medium' priority. Organizations with sideloading enabled should treat it as 'High' until patched. The EPSS trajectory bears watching—a proof-of-concept or targeted campaign would shift the probability estimate and warrant reassessment.