EIP-2026-102948
PRE-CVEPHP Fuzzer Framework - Default Location Insecure Temporary File Creation
Title source: legacyExploitation Summary
EIP tracks 1 public exploit for EIP-2026-102948. PoCs published by Melissa Elliott.
AI-analyzed exploit summary This exploit demonstrates a local privilege escalation vulnerability in the PHP Fuzzer Framework by creating a malicious PHP file in a predictable location and triggering its execution via a race condition. The PoC writes a PHP script that copies /bin/bash to /tmp/sh with SUID permissions, then uses inotify to monitor for file creation and rename the malicious file to the target location.
Description
PHP Fuzzer Framework - Default Location Insecure Temporary File Creation
Exploits (1)
This exploit demonstrates a local privilege escalation vulnerability in the PHP Fuzzer Framework by creating a malicious PHP file in a predictable location and triggering its execution via a race condition. The PoC writes a PHP script that copies /bin/bash to /tmp/sh with SUID permissions, then uses inotify to monitor for file creation and rename the malicious file to the target location.