Security Vulnerability Report
中文
CVE-2026-9967 CVSS 9.6 CRITICAL

CVE-2026-9967

Published: 2026-05-28 23:16:55
Last Modified: 2026-05-29 16:16:39

Description

Out of bounds write in GPU in Google Chrome prior to 148.0.7778.216 allowed a remote attacker to potentially perform a sandbox escape via a crafted HTML page. (Chromium security severity: High)

CVSS Details

CVSS Score
9.6
Severity
CRITICAL
CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:H

Configurations (Affected Products)

No configuration data available.

Google Chrome < 148.0.7778.216

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
<!-- Conceptual PoC for GPU Out of Bounds Write --> <!-- This code demonstrates the trigger mechanism typically used for such vulnerabilities --> <!DOCTYPE html> <html> <head><title>PoC</title></head> <body> <script> // Attempt to trigger GPU memory corruption via WebGL const canvas = document.createElement('canvas'); const gl = canvas.getContext('webgl'); if (gl) { // Malicious shader or buffer manipulation would go here // to trigger the out-of-bounds write in the GPU process. console.log("GPU context initialized. Exploit logic would execute here."); } </script> </body> </html>

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2026-9967", "sourceIdentifier": "[email protected]", "published": "2026-05-28T23:16:54.913", "lastModified": "2026-05-29T16:16:39.157", "vulnStatus": "Undergoing Analysis", "cveTags": [], "descriptions": [{"lang": "en", "value": "Out of bounds write in GPU in Google Chrome prior to 148.0.7778.216 allowed a remote attacker to potentially perform a sandbox escape via a crafted HTML page. (Chromium security severity: High)"}], "metrics": {"cvssMetricV31": [{"source": "134c704f-9b21-4f2e-91b3-4a467353bcc0", "type": "Secondary", "cvssData": {"version": "3.1", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:H", "baseScore": 9.6, "baseSeverity": "CRITICAL", "attackVector": "NETWORK", "attackComplexity": "LOW", "privilegesRequired": "NONE", "userInteraction": "REQUIRED", "scope": "CHANGED", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "availabilityImpact": "HIGH"}, "exploitabilityScore": 2.8, "impactScore": 6.0}]}, "weaknesses": [{"source": "[email protected]", "type": "Secondary", "description": [{"lang": "en", "value": "CWE-787"}]}], "references": [{"url": "https://chromereleases.googleblog.com/2026/05/stable-channel-update-for-desktop_0877304591.html", "source": "[email protected]"}, {"url": "https://issues.chromium.org/issues/506414791", "source": "[email protected]"}]}}