CVE-2006-4625
PHP 4.x-4.4.4 and 5-5.1.6 - Local Security Restriction Bypass via ini_restore Function
Title source: llmExploitation Summary
EIP tracks 1 public exploit for CVE-2006-4625. PoCs published by Maksymilian Arciemowicz.
AI-analyzed exploit summary This exploit demonstrates a bypass of PHP's safe_mode and open_basedir restrictions by using ini_restore() to reset configurations, allowing unauthorized file access. It includes /etc/passwd to prove the bypass works.
Description
PHP 4.x up to 4.4.4 and PHP 5 up to 5.1.6 allows local users to bypass certain Apache HTTP Server httpd.conf options, such as safe_mode and open_basedir, via the ini_restore function, which resets the values to their php.ini (Master Value) defaults.
Exploits (1)
This exploit demonstrates a bypass of PHP's safe_mode and open_basedir restrictions by using ini_restore() to reset configurations, allowing unauthorized file access. It includes /etc/passwd to prove the bypass works.