EIP-2026-103440

PRE-CVE

Chrome V8 JIT - Simplified-lowererer IrOpcode::kStoreField_ IrOpcode::kStoreElement Optimization Bug

Title source: legacy
STIX 2.1

Exploitation Summary

EIP tracks 1 public exploit for EIP-2026-103440. PoCs published by Google Security Research.

AI-analyzed exploit summary This PoC exploits a write barrier elimination bug in V8's JIT compiler, where incorrect handling of `MachineRepresentation::kTaggedSigned` can lead to memory corruption. The exploit demonstrates two scenarios (kStoreField and kStoreElement) where a heap object is incorrectly treated as a Smi, bypassing write barriers and causing object corruption after garbage collection.

Description

Chrome V8 JIT - Simplified-lowererer IrOpcode::kStoreField_ IrOpcode::kStoreElement Optimization Bug

Exploits (1)

exploitdb WORKING POC VERIFIED
by Google Security Research · javascriptdosmultiple
https://www.exploit-db.com/exploits/44257

This PoC exploits a write barrier elimination bug in V8's JIT compiler, where incorrect handling of `MachineRepresentation::kTaggedSigned` can lead to memory corruption. The exploit demonstrates two scenarios (kStoreField and kStoreElement) where a heap object is incorrectly treated as a Smi, bypassing write barriers and causing object corruption after garbage collection.

Classification
Working Poc 90%
Attack Type
Rce
Complexity
Moderate
Reliability
Reliable
Target: Google V8 (Chromium-based browsers)
No auth needed
Prerequisites: V8 engine with the specific commit introducing the bug
devstral-2 · analyzed Feb 16, 2026 Full analysis →

Details

Status pre_cve
Tracked Since Feb 18, 2026