mirror of
https://github.com/0xMarcio/cve.git
synced 2025-11-30 18:56:19 +00:00
18 lines
725 B
Markdown
18 lines
725 B
Markdown
### [CVE-2007-0448](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-0448)
|
|

|
|

|
|

|
|
|
|
### Description
|
|
|
|
The fopen function in PHP 5.2.0 does not properly handle invalid URI handlers, which allows context-dependent attackers to bypass safe_mode restrictions and read arbitrary files via a file path specified with an invalid URI, as demonstrated via the srpath URI.
|
|
|
|
### POC
|
|
|
|
#### Reference
|
|
- http://securityreason.com/securityalert/2175
|
|
|
|
#### Github
|
|
No PoCs found on GitHub currently.
|
|
|