Katalog CVE

CVE-2015-8994

Wysokie
Opublikowano: Przetłumaczono: NVD NIST

Streszczenie

W PHP 5.x i 7.x występuje problem związany z OpCache, który może prowadzić do nieautoryzowanego dostępu do skompilowanego kodu skryptów. Problem ten występuje w konfiguracjach używających apache2handler/mod_php lub php-fpm z włączonym OpCache.

Ocena ryzyka

Organizacje mogą być narażone na nieautoryzowany dostęp do skompilowanego kodu, co może prowadzić do ujawnienia wrażliwych informacji lub wykonania złośliwego kodu.

Rekomendacja

Zaleca się włączenie opcache.validate_permission=1 w konfiguracji PHP, aby zminimalizować ryzyko związane z tą podatnością.

Powiązane podatności

Oryginalny opis (angielski, źródło NVD)

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 s

Dane podatności pochodzą z NVD (NIST) · CISA KEV · EPSS