EIP-2026-103436
PRE-CVEChrome V8 JIT - 'NodeProperties::InferReceiverMaps' Type Confusion
Title source: legacyExploitation Summary
EIP tracks 1 public exploit for EIP-2026-103436. PoCs published by Google Security Research.
AI-analyzed exploit summary This exploit demonstrates a type confusion vulnerability in V8's NodeProperties::InferReceiverMaps, where a JSBoundFunction is incorrectly cast to JSFunction, leading to a fatal error in debug mode. The PoC triggers the issue by feeding a bound function as new.target during optimization.
Description
Chrome V8 JIT - 'NodeProperties::InferReceiverMaps' Type Confusion
Exploits (1)
This exploit demonstrates a type confusion vulnerability in V8's NodeProperties::InferReceiverMaps, where a JSBoundFunction is incorrectly cast to JSFunction, leading to a fatal error in debug mode. The PoC triggers the issue by feeding a bound function as new.target during optimization.