LiveActive security incident?Get immediate response
CVE Record

CVE-2026-3910: Inappropriate implementation in V8 in Google Chrome prior to 146.0.7680.75 allowed a remote attacker to exe...

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)

HighCVSS 8.8Known exploitedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

CVE-2026-3910 is a high-severity Google Chrome V8 flaw. A malicious web page could make vulnerable Chrome versions run attacker-controlled code inside Chrome’s sandbox. This requires a user to visit crafted content. There is no provided evidence of active exploitation or CISA KEV listing.

Executive priority

Treat as a high-priority browser update. The flaw enables remote code execution through web content, but requires user interaction and has no sourced active exploitation signal. Patch promptly through normal emergency browser-update processes.

Technical view

The issue is an inappropriate implementation in V8, mapped to CWE-119. Chrome versions prior to 146.0.7680.75 are described as affected. The CVSS 3.1 score is 8.8, with network attack vector, low complexity, no privileges required, and user interaction required. Impact is rated high for confidentiality, integrity, and availability.

Likely exposure

Organizations with desktop Google Chrome installations below 146.0.7680.75 are potentially exposed, especially where users browse untrusted sites or open externally supplied links. Exposure depends on browser version and update enforcement.

Exploitation context

The attacker must entice a user to load a crafted HTML page. The source states code execution occurs inside a sandbox, so broader system compromise may require additional weaknesses. The provided sources do not show active exploitation.

Researcher notes

Public detail is limited. The Chromium issue reference may not provide full technical internals. Avoid assuming a sandbox escape or observed exploitation from the supplied sources. The key validation item is version-based exposure below 146.0.7680.75.

Mitigation direction

  • Update Google Chrome to 146.0.7680.75 or later.
  • Confirm enterprise browser update policies are enforcing the fixed version.
  • Prioritize users with high web exposure or access to sensitive systems.
  • If updates cannot be immediate, restrict risky browsing until patched.
  • Monitor Google Chrome release guidance for any revised remediation details.

Validation and detection

  • Inventory Chrome versions across managed endpoints.
  • Flag any Chrome installation below 146.0.7680.75.
  • Verify update policy success after deployment.
  • Check whether CVE-2026-3910 appears in CISA KEV; bundle indicates it does not.
  • Review browser crash and security telemetry for unusual activity, without assuming exploitation.
Prepared
Confidence
high
Sources
5

Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.

Potential ATT&CK relevance

Conservative CVE-to-ATT&CK context

These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.

ATT&CK lookup starting points

Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.

cwe · low confidence lookup

CWE-119: Exact CWE lookup

Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.

Open ATT&CK lookup
description · low confidence lookup

Execution behavior lookup

The CVE wording references code or command execution, so execution technique review may help defensive triage. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2026-3910 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
High
CVSS
8.8 (3.1)
Known Exploited
Yes
Published

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

Official CVE source material

CNA and ADP enrichment extracted from CVE v5

These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.

1CVSS vectors
0Timeline events
0ADP providers
4Source links

CISA KEV status

Status
Known exploited
Source
CISA / ADP
Date added
Not provided

CVSS vector scores

1 official score

We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.

ScoreVersionSeverityVectorExploitImpactSource
8.8CVSS 3.1HighCVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H2.85.9Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

8.8High
CVSS 3.1 vector shape for CVE-2026-3910Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

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

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Privileges Required
NoneLowHigh
User Interaction
NoneRequired
Scope
ChangedUnchanged
Confidentiality Impact
HighLowNone
Integrity Impact
HighLowNone
Availability Impact
HighLowNone
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
GoogleChrome146.0.7680.75Listed
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.

CWE-119 · source CWE mapping

Improper Restriction of Operations within the Bounds of a Memory Buffer

Improper Restriction of Operations within the Bounds of a Memory Buffer represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.