Skip to content

Security1 publisher2 min readPublished

Attackers are exploiting a medium-rated V8 write in Chrome's 230-fix release

CVE-2026-87491 gives a crafted web page code execution inside Chrome's sandbox. The fix only takes effect when the browser restarts, and long-running sessions carry that exposure until they do.

The Watch · Security desk

What happened

  • The release carries a fix for CVE-2026-87491, which Malwarebytes reports is already being exploited in the wild.
  • The same update closes five flaws rated Critical, four of them in WebGL, the browser's 2D and 3D graphics interface.
  • Malwarebytes rates the actively exploited V8 bug as medium severity, below those five critical entries.

Compiled by The WatchSomething wrong?How this is made

Why it matters

  • contradiction Severity ranking and exploitation data point in opposite directions in this release, so any queue sorted by rating alone puts the one bug with attackers behind it after five that nobody is reported to be using.
  • exposure Mail sanitization does not sit in the delivery path, so a filtered inbox still reaches the vulnerable code the moment someone follows a link out of it.
  • decision Because the update only lands on restart, the length of a user's browser session becomes a patch-window question that an administrator has to answer rather than a preference.
  • constraint Sandbox containment limits what this single bug yields to a foothold, which bounds the blast radius but not the value of closing it before someone supplies the escape.

V8 runs the JavaScript on every page Chrome renders. An out-of-bounds write there lets a crafted HTML page push the engine into mishandling memory and executing attacker-chosen instructions inside the browser's sandbox [4]. There is no download step and no credential step involved. Malwarebytes notes that reputable mail clients strip active content from incoming HTML, so the message body will not fire this; a link in that message to an attacker-controlled page will [9].

The rating is the part worth arguing with. Malwarebytes puts CVE-2026-87491 at medium severity [5], while the same release closes five flaws rated critical, four of them in WebGL [6], which puts 80 percent of the critical-rated bugs in one graphics component [12]. Sort the release by severity and the WebGL bugs go first. Sort it instead by who is already using what, and the medium bug moves to the top, because it is the only one in the batch with reported exploitation behind it [14]. The sandbox is why the number is low: the code lands inside Chrome's sandbox rather than on the host [8]. That is a foothold, and a foothold needs a second bug to reach the device.

The 230 figure is a scheduling number rather than a risk number [2]. Severity is stated for six of those fixes, leaving 224 unranked in this account [13]. In practice, nobody triages 230 items here; the thing that actually gets triaged is one restart.

That restart is where deferral lives. Chrome updates itself, but the update completes only when the browser is restarted, and a session that is never closed, or one where an extension breaks the update, sits on the old build indefinitely [10]. The manual path is the More menu, then Settings, then About Chrome, then a restart [11]. On Windows and Mac the target build is 153.0.8010.36 or .37, and on Linux it is 153.0.8010.36 [1]. The remediation cost per endpoint is one browser restart, so lag on this release is a decision about session uptime somebody owns, not a gap in patch management.

What is established is the mechanism; the actor, a date for first exploitation, and whether the V8 write was chained to a sandbox escape in the wild are not established in this material [15]. The mechanism is what the evidence supports. The browser is the reachable entry point in this release, and the campaign context around CVE-2026-87491 is not established by an advisory summary.

What to watch

  • A confirmed in-the-wild chain pairing CVE-2026-87491 with a sandbox escape would move this from a restart to a hunt.
  • Exploitation reports against any of the four WebGL critical-rated flaws in the same release.
  • Whether managed fleets push 153.0.8010.36 out of band or wait for the normal staged rollout to reach them.
Loading claim ledger
Loading source directory links
Loading share composer
Loading topic controls
Loading related stories