CVE-2015-8994
Last modified
CVE-2015-8994 is a high-severity vulnerability rated 7.5/10 on the CVSS scale. An issue was discovered in PHP 5.x and 7.x, when the configuration uses apache2handler/mod_php or php-fpm with OpCache enabled. With 5.x after 5.6.28 or 7.x after 7.0.13, the issue is resolved in a non-default configuration with the opcache.validate_permission=1 setting. EPSS estimates a 2.94% chance of exploitation in the next 30 days.
Description
An issue was discovered in PHP 5.x and 7.x, when the configuration uses apache2handler/mod_php or php-fpm with OpCache enabled. With 5.x after 5.6.28 or 7.x after 7.0.13, the issue is resolved in a non-default configuration with the opcache.validate_permission=1 setting. The vulnerability details are as follows. In PHP SAPIs where PHP interpreters share a common parent process, Zend OpCache creates a shared memory object owned by the common parent during initialization. Child PHP processes inherit the SHM descriptor, using it to cache and retrieve compiled script bytecode ("opcode" in PHP jargon). Cache keys vary depending on configuration, but filename is a central key component, and compiled opcode can generally be run if a script's filename is known or can be guessed. Many common shared-hosting configurations change EUID in child processes to enforce privilege separation among hosted users (for example using mod_ruid2 for the Apache HTTP Server, or php-fpm user settings). In these scenarios, the default Zend OpCache behavior defeats script file permissions by sharing a single SHM cache among all child PHP processes. PHP scripts often contain sensitive information: Think of CMS configurations where reading or running another user's script usually means gaining privileges to the CMS database.
Metrics
CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Php | Php | >= 5.0.0, <= 5.6.29 |
| Php | Php | >= 7.0.0, < 7.0.14 |
References
- http://seclists.org/oss-sec/2016/q4/343Mailing List, Third Party Advisory
- http://seclists.org/oss-sec/2017/q1/520Mailing List, Third Party Advisory
- https://bugs.php.net/bug.php?id=69090Exploit, Issue Tracking
- https://ma.ttias.be/a-better-way-to-run-php-fpm/Exploit, Technical Description, Third Party Advisory
- http://seclists.org/oss-sec/2016/q4/343Mailing List, Third Party Advisory
- http://seclists.org/oss-sec/2017/q1/520Mailing List, Third Party Advisory
- https://bugs.php.net/bug.php?id=69090Exploit, Issue Tracking
- https://ma.ttias.be/a-better-way-to-run-php-fpm/Exploit, Technical Description, Third Party Advisory
Timeline
- Published
- Last Modified
- Status
- Modified
Frequently Asked Questions
What is CVE-2015-8994?
How severe is CVE-2015-8994?
How do I fix CVE-2015-8994?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2015
- CVE-2015-8988Unquoted executable path vulnerability in Client Management …
- CVE-2015-8989Unsalted password vulnerability in the Enterprise Manager (w…
- CVE-2015-8990Detection bypass vulnerability in Intel Security Advanced Th…
- CVE-2015-8991Malicious file execution vulnerability in Intel Security McA…
- CVE-2015-8992Malicious file execution vulnerability in Intel Security Web…
- CVE-2015-8993Malicious file execution vulnerability in Intel Security Clo…
- CVE-2015-8995In TrustZone an integer overflow vulnerability can potential…
- CVE-2015-8996In TrustZone a time-of-check time-of-use race condition coul…
- CVE-2015-8997In TrustZone a time-of-check time-of-use race condition coul…
- CVE-2015-8998In TrustZone an integer overflow vulnerability can potential…
- CVE-2015-8999In TrustZone a buffer overflow vulnerability can potentially…
- CVE-2015-9000In TrustZone an untrusted pointer dereference vulnerability …
Are you affected by CVE-2015-8994?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
