EIP-2026-103704
PRE-CVEWebKit - TypedArray.copyWithin Memory Corruption
Title source: legacyExploitation Summary
EIP tracks 1 public exploit for EIP-2026-103704. PoCs published by Google Security Research.
AI-analyzed exploit summary This exploit leverages a bug in JavaScriptCore's TypedArray.copyWithin function, where a neutered array and large indices allow writing to absolute memory pointers. The PoC demonstrates arbitrary memory write via crafted indices and a valueOf function that neuters the array.
Description
WebKit - TypedArray.copyWithin Memory Corruption
Exploits (1)
This exploit leverages a bug in JavaScriptCore's TypedArray.copyWithin function, where a neutered array and large indices allow writing to absolute memory pointers. The PoC demonstrates arbitrary memory write via crafted indices and a valueOf function that neuters the array.