EIP-2026-103438
PRE-CVEChrome V8 JIT - Empty BytecodeJumpTable Out-of-Bounds Read
Title source: legacyExploitation Summary
EIP tracks 1 public exploit for EIP-2026-103438. PoCs published by Google Security Research.
AI-analyzed exploit summary This PoC exploits an out-of-bounds read vulnerability in V8's bytecode generator due to empty jump tables in generator functions. The issue arises in `JumpTableTargetOffsets::iterator::UpdateAndAdvanceToValid`, where `table_offset_` can exceed `table_end_`, leading to memory corruption.
Description
Chrome V8 JIT - Empty BytecodeJumpTable Out-of-Bounds Read
Exploits (1)
This PoC exploits an out-of-bounds read vulnerability in V8's bytecode generator due to empty jump tables in generator functions. The issue arises in `JumpTableTargetOffsets::iterator::UpdateAndAdvanceToValid`, where `table_offset_` can exceed `table_end_`, leading to memory corruption.