mirror of
https://github.com/0xMarcio/cve.git
synced 2026-06-02 16:11:39 +02:00
18 lines
738 B
Markdown
18 lines
738 B
Markdown
### [CVE-2008-5625](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2008-5625)
|
|

|
|

|
|

|
|
|
|
### Description
|
|
|
|
PHP 5 before 5.2.7 does not enforce the error_log safe_mode restrictions when safe_mode is enabled through a php_admin_flag setting in httpd.conf, which allows context-dependent attackers to write to arbitrary files by placing a "php_value error_log" entry in a .htaccess file.
|
|
|
|
### POC
|
|
|
|
#### Reference
|
|
- https://www.exploit-db.com/exploits/7171
|
|
|
|
#### Github
|
|
No PoCs found on GitHub currently.
|
|
|