PatchSiren

PatchSiren cyber security CVE debrief

CVE-2026-9983 Google CVE debrief

A type confusion vulnerability in Skia, the 2D graphics library used by Google Chrome, allows remote code execution inside the browser sandbox when a user visits a crafted HTML page. The flaw was fixed in Chrome 148.0.7778.216. Google rates this as High severity. The NVD-assigned CVSS 3.1 score is 8.8 (High), reflecting network attack vector, low complexity, no privileges required, user interaction required, and high impact to confidentiality, integrity, and availability. The underlying weakness is categorized as CWE-843 (Access of Resource Using Incompatible Type). No known exploitation in ransomware campaigns has been catalogued in CISA KEV.

Vendor
Google
Product
Chrome
CVSS
HIGH 8.8
CISA KEV
Not listed in stored evidence
Original CVE published
2026-05-28
Original CVE updated
2026-05-29
Advisory published
2026-05-28
Advisory updated
2026-05-29

Who should care

Organizations with large Chrome deployments, security teams responsible for browser patching, and endpoint protection administrators should prioritize this update due to the High severity and potential for remote code execution via user browsing activity.

Technical summary

The vulnerability exists in Skia's handling of certain graphics objects, where a type confusion can be triggered through malicious HTML content. Successful exploitation results in arbitrary code execution within the Chrome sandbox. The attack requires user interaction (e.g., visiting a malicious page) but does not require elevated privileges. The fix was released in Chrome stable channel version 148.0.7778.216.

Defensive priority

high

Recommended defensive actions

  • Update Google Chrome to version 148.0.7778.216 or later on all endpoints.
  • Verify automatic update policies are enabled and functioning for managed Chrome deployments.
  • If immediate patching is not feasible, restrict user access to untrusted or non-essential websites and enforce site isolation policies where available.
  • Monitor for unexpected Chrome crashes or renderer process anomalies that may indicate exploitation attempts.
  • Review and apply vendor security advisories for other Chromium-based browsers that incorporate the same Skia fix.

Evidence notes

CVE description and NVD metadata confirm the vulnerability is a Skia type confusion leading to sandboxed RCE. CPE data indicates affected Chrome versions prior to 148.0.7778.216 across Windows, macOS, and Linux. The Chromium issue tracker entry is marked Permissions Required.

Official resources

2026-05-28