EIP-2026-103439
PRE-CVEChrome V8 JIT - JSBuiltinReducer::ReduceObjectCreate Fails to Ensure that the Prototype is _null_
Title source: legacyExploitation Summary
EIP tracks 1 public exploit for EIP-2026-103439. PoCs published by Google Security Research.
AI-analyzed exploit summary This PoC exploits a type confusion vulnerability in V8's Object.create implementation, where the prototype check fails to ensure the prototype is null or a JSReceiver, leading to potential memory corruption. The exploit triggers the bug by manipulating the prototype during optimization.
Description
Chrome V8 JIT - JSBuiltinReducer::ReduceObjectCreate Fails to Ensure that the Prototype is _null_
Exploits (1)
This PoC exploits a type confusion vulnerability in V8's Object.create implementation, where the prototype check fails to ensure the prototype is null or a JSReceiver, leading to potential memory corruption. The exploit triggers the bug by manipulating the prototype during optimization.