### [CVE-2007-0448](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-0448) ![](https://img.shields.io/static/v1?label=Product&message=n%2Fa&color=blue) ![](https://img.shields.io/static/v1?label=Version&message=n%2Fa&color=blue) ![](https://img.shields.io/static/v1?label=Vulnerability&message=n%2Fa&color=brighgreen) ### 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.