EIP-2026-115646
PRE-CVEMicrosoft Edge Chakra - 'EmitAssignment' uses the 'this' Register Without Initializing
Title source: legacyExploitation Summary
EIP tracks 1 public exploit for EIP-2026-115646. PoCs published by Google Security Research.
AI-analyzed exploit summary This is a technical analysis of a JavaScript engine vulnerability (EIP-2026-138619) where the 'EmitAssignment' function fails to initialize the 'this' register when the 'super' keyword is used, leading to uninitialized register usage. The PoC demonstrates the issue in a class inheritance scenario.
Description
Microsoft Edge Chakra - 'EmitAssignment' uses the 'this' Register Without Initializing
Exploits (1)
This is a technical analysis of a JavaScript engine vulnerability (EIP-2026-138619) where the 'EmitAssignment' function fails to initialize the 'this' register when the 'super' keyword is used, leading to uninitialized register usage. The PoC demonstrates the issue in a class inheritance scenario.