EIP-2026-104664
PRE-CVEPHP 5.4/5.5/5.6 - 'Unserialize()' Use-After-Free
Title source: legacyExploitation Summary
EIP tracks 1 public exploit for EIP-2026-104664. PoCs published by Taoguang Chen.
AI-analyzed exploit summary This exploit demonstrates a use-after-free vulnerability in PHP's unserialize() function with Serializable classes, allowing arbitrary memory manipulation and potential remote code execution. The PoC leverages crafted serialized data to free memory and then reference it, creating a controlled use-after-free condition.
Description
PHP 5.4/5.5/5.6 - 'Unserialize()' Use-After-Free
Exploits (1)
This exploit demonstrates a use-after-free vulnerability in PHP's unserialize() function with Serializable classes, allowing arbitrary memory manipulation and potential remote code execution. The PoC leverages crafted serialized data to free memory and then reference it, creating a controlled use-after-free condition.