cve/2014/CVE-2014-0185.md

19 lines
761 B
Markdown
Raw Normal View History

2024-05-26 14:27:05 +02:00
### [CVE-2014-0185](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-0185)
![](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
sapi/fpm/fpm/fpm_unix.c in the FastCGI Process Manager (FPM) in PHP before 5.4.28 and 5.5.x before 5.5.12 uses 0666 permissions for the UNIX socket, which allows local users to gain privileges via a crafted FastCGI client.
### POC
#### Reference
- https://bugs.php.net/bug.php?id=67060
- https://github.com/php/php-src/commit/35ceea928b12373a3b1e3eecdc32ed323223a40d
#### Github
No PoCs found on GitHub currently.