Exploited Known exploited (KEV) CVE-2025-13223

Chromium V8 type confusion (CVE-2025-13223) — handling something made as one type as though it were another

Google Chromium V8 Added to KEV Nov 19, 2025 Federal remediation due 2025-12-10

A type confusion vulnerability in V8, the JavaScript engine within the browser. It is described as allowing heap corruption. The component sits where merely viewing a page reaches it, and the remediation deadline was the standard 21 days.

Key facts

  • CVE IDCVE-2025-13223
  • Affected (vendor / product)Google Chromium V8
  • CWECWE-843
  • ExploitationListed in CISA KEV (exploitation confirmed)
  • Remediation due2025-12-10 (U.S. federal civilian agencies, BOD 22-01)

Key points

  • The affected product is Chromium V8, the JavaScript engine within the browser, classified as CWE-843, type confusion.
  • A region made as one type is handled as another, which is described as allowing heap corruption.
  • Opening a page runs the processing it contains, so the everyday act of viewing can bring it within reach.
  • Of the unpublished records this site holds as of 2026-09-03, 37 are classified as type confusion.
  • Use in ransomware campaigns is not marked, but the catalog lists only what has been confirmed as actually exploited.

1The shape of type confusion

Data a program handles has a type: a number, a string, a reference to something else. The type settles how a region is read and written. Type confusion is the flaw where a region made as one type is handled as another.

What is intendedWhere the flaw exists
Handled by the type it was made asHandled as a different type
The region is read consistentlyThe same region is read with a different meaning
Whether something is a reference is judged correctlyA number may be treated as a reference

The same sequence of data means different things depending on the type it is read as. Where something placed as a number is read as a reference, whatever that number points to is touched. That is what the catalog points to in naming heap corruption.

2Reachable merely by viewing

  1. 1The componentThe JavaScript engine within a browser
  2. 2The routeOpening a page runs the processing it contains
  3. 3User actionNo special action may be required
  4. 4What that meansThe range from which it can be reached is wide

V8 is the part of a browser that runs JavaScript. Open a page and the processing written there runs. Without installing or permitting anything, the everyday act of viewing can bring processing within reach. This site also covers vulnerabilities in devices at a boundary; the difference here is that an individual endpoint is the point reached.

3How many of this class

Entries this site holds as of 2026-09-031,69492 with published articles
Unpublished entries classified as type confusion at that date37Neighbouring classes stand at 90 and 98
Due date hereDecember 10, 202521 days after the November 19 listing

Of the unpublished records this site holds as of 2026-09-03, 37 are classified as type confusion. Entries for the same engine recur, suggesting that mechanisms performing involved processing at speed are where this class tends to arise.

4That ransomware is not marked

This entry is not marked as known to be used in ransomware campaigns. The catalog, however, lists only what has been confirmed as actually exploited. The absence of that marking does not mean it has not been exploited; it means use in that particular way has not been confirmed. By the time an entry appears in the catalog, the judgment that it was actually used has already been made.

Why it matters

Unlike devices at a boundary, a component reachable merely by viewing makes individual endpoints the point reached. Where asset management centres on core systems, endpoints missing updates tend to remain.

FAQ

What is type confusion?
A flaw where a region made as one type is handled as another. The same sequence of data means different things depending on the type it is read as.
Does no ransomware marking mean it is safe?
No. The absence means use in that particular way is unconfirmed; appearing in the catalog already means actual exploitation was confirmed.

Sources (primary)

This article is an independent organization based on the U.S. official data below. Always verify the exact, latest details and applicability with the official and vendor sources.

#Security#CISA#KEV#Type confusion#Browsers
Disclaimer: This site independently summarizes and classifies information based on official data sources. Always verify the latest and accurate information with the official sources. Content on finance, health, legal, and security is information, not advice. This site is not an official website of the U.S. government.