### [CVE-2013-6501](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-6501) ![](https://img.shields.io/static/v1?label=Product&message=n%2Fa&color=blue) ![](https://img.shields.io/static/v1?label=Version&message=n%2Fa%20&color=brightgreen) ![](https://img.shields.io/static/v1?label=Vulnerability&message=n%2Fa&color=brightgreen) ### Description The default soap.wsdl_cache_dir setting in (1) php.ini-production and (2) php.ini-development in PHP through 5.6.7 specifies the /tmp directory, which makes it easier for local users to conduct WSDL injection attacks by creating a file under /tmp with a predictable filename that is used by the get_sdl function in ext/soap/php_sdl.c. ### POC #### Reference - http://www.oracle.com/technetwork/topics/security/bulletinjul2015-2511963.html #### Github - https://github.com/ARPSyndicate/cvemon