Количество 3 984
Количество 3 984
GHSA-28cw-qr46-rx46
The php_zip_make_relative_path function in php_zip.c in PHP 5.2.x before 5.2.9 allows context-dependent attackers to cause a denial of service (crash) via a ZIP file that contains filenames with relative paths, which is not properly handled during extraction.
GHSA-2879-hr6w-p3mx
The php_handler function in sapi/apache2handler/sapi_apache2.c in PHP before 5.4.40, 5.5.x before 5.5.24, and 5.6.x before 5.6.8, when the Apache HTTP Server 2.4.x is used, allows remote attackers to cause a denial of service (application crash) or possibly execute arbitrary code via pipelined HTTP requests that result in a "deconfigured interpreter."
GHSA-283g-59hf-7q7h
The get_icu_disp_value_src_php function in ext/intl/locale/locale_methods.c in PHP before 5.3.29, 5.4.x before 5.4.30, and 5.5.x before 5.5.14 does not properly restrict calls to the ICU uresbund.cpp component, which allows remote attackers to cause a denial of service (buffer overflow) or possibly have unspecified other impact via a locale_get_display_name call with a long first argument.
GHSA-2784-39w4-9568
sapi/fpm/fpm/fpm_log.c in PHP before 5.5.31, 5.6.x before 5.6.17, and 7.x before 7.0.2 misinterprets the semantics of the snprintf return value, which allows attackers to obtain sensitive information from process memory or cause a denial of service (out-of-bounds read and buffer overflow) via a long string, as demonstrated by a long URI in a configuration with custom REQUEST_URI logging.
GHSA-276j-rjhh-4rwm
rfc1867.c in PHP before 5.0.2 allows local users to upload files to arbitrary locations via a PHP script with a certain MIME header that causes the "$_FILES" array to be modified.
GHSA-266p-jjrg-gmfx
** DISPUTED ** The GNU Multiple Precision Arithmetic Library (GMP) interfaces for PHP through 7.1.4 allow attackers to cause a denial of service (memory consumption and application crash) via operations on long strings. NOTE: the vendor disputes this, stating "There is no security issue here, because GMP safely aborts in case of an OOM condition. The only attack vector here is denial of service. However, if you allow attacker-controlled, unbounded allocations you have a DoS vector regardless of GMP's OOM behavior."
GHSA-25q8-485x-mwx9
PHP before 5.4.40, 5.5.x before 5.5.24, and 5.6.x before 5.6.8 does not ensure that pathnames lack %00 sequences, which might allow remote attackers to read arbitrary files via crafted input to an application that calls the stream_resolve_include_path function in ext/standard/streamsfuncs.c, as demonstrated by a filename\0.extension attack that bypasses an intended configuration in which client users may read files with only one specific extension.
GHSA-25h5-rq96-q5mq
In PHP before 5.6.28 and 7.x before 7.0.13, incorrect handling of various URI components in the URL parser could be used by attackers to bypass hostname-specific URL checks, as demonstrated by evil.example.com:80#@good.example.com/ and evil.example.com:80?@good.example.com/ inputs to the parse_url function (implemented in the php_url_parse_ex function in ext/standard/url.c).
GHSA-259c-37px-2x76
Integer overflow in the 16 bit variable reference counter in PHP 4 allows context-dependent attackers to execute arbitrary code by overflowing this counter, which causes the same variable to be destroyed twice, a related issue to CVE-2007-1286.
ELSA-2026-40416
ELSA-2026-40416: php:8.2 security, bug fix, and enhancement update (LOW)
ELSA-2022-6158
ELSA-2022-6158: php:7.4 security update (MODERATE)
ELSA-2022-5904
ELSA-2022-5904: php security update (IMPORTANT)
ELSA-2022-5468
ELSA-2022-5468: php:8.0 security update (IMPORTANT)
ELSA-2022-5467
ELSA-2022-5467: php:7.4 security update (IMPORTANT)
ELSA-2018-0406
ELSA-2018-0406: php security update (MODERATE)
ELSA-2013-1813
ELSA-2013-1813: php53 and php security update (CRITICAL)
ELSA-2013-1050
ELSA-2013-1050: php53 security update (CRITICAL)
ELSA-2013-1049
ELSA-2013-1049: php security update (CRITICAL)
ELSA-2012-0093
ELSA-2012-0093: php security update (CRITICAL)
ELSA-2012-0092
ELSA-2012-0092: php53 security update (CRITICAL)
Уязвимостей на страницу
Уязвимость | CVSS | EPSS | Опубликовано | |
|---|---|---|---|---|
GHSA-28cw-qr46-rx46 The php_zip_make_relative_path function in php_zip.c in PHP 5.2.x before 5.2.9 allows context-dependent attackers to cause a denial of service (crash) via a ZIP file that contains filenames with relative paths, which is not properly handled during extraction. | 2% Низкий | около 4 лет назад | ||
GHSA-2879-hr6w-p3mx The php_handler function in sapi/apache2handler/sapi_apache2.c in PHP before 5.4.40, 5.5.x before 5.5.24, and 5.6.x before 5.6.8, when the Apache HTTP Server 2.4.x is used, allows remote attackers to cause a denial of service (application crash) or possibly execute arbitrary code via pipelined HTTP requests that result in a "deconfigured interpreter." | 14% Средний | около 4 лет назад | ||
GHSA-283g-59hf-7q7h The get_icu_disp_value_src_php function in ext/intl/locale/locale_methods.c in PHP before 5.3.29, 5.4.x before 5.4.30, and 5.5.x before 5.5.14 does not properly restrict calls to the ICU uresbund.cpp component, which allows remote attackers to cause a denial of service (buffer overflow) or possibly have unspecified other impact via a locale_get_display_name call with a long first argument. | CVSS3: 9.8 | 5% Низкий | около 4 лет назад | |
GHSA-2784-39w4-9568 sapi/fpm/fpm/fpm_log.c in PHP before 5.5.31, 5.6.x before 5.6.17, and 7.x before 7.0.2 misinterprets the semantics of the snprintf return value, which allows attackers to obtain sensitive information from process memory or cause a denial of service (out-of-bounds read and buffer overflow) via a long string, as demonstrated by a long URI in a configuration with custom REQUEST_URI logging. | CVSS3: 9.1 | 4% Низкий | около 4 лет назад | |
GHSA-276j-rjhh-4rwm rfc1867.c in PHP before 5.0.2 allows local users to upload files to arbitrary locations via a PHP script with a certain MIME header that causes the "$_FILES" array to be modified. | 1% Низкий | больше 4 лет назад | ||
GHSA-266p-jjrg-gmfx ** DISPUTED ** The GNU Multiple Precision Arithmetic Library (GMP) interfaces for PHP through 7.1.4 allow attackers to cause a denial of service (memory consumption and application crash) via operations on long strings. NOTE: the vendor disputes this, stating "There is no security issue here, because GMP safely aborts in case of an OOM condition. The only attack vector here is denial of service. However, if you allow attacker-controlled, unbounded allocations you have a DoS vector regardless of GMP's OOM behavior." | CVSS3: 7.5 | 2% Низкий | около 4 лет назад | |
GHSA-25q8-485x-mwx9 PHP before 5.4.40, 5.5.x before 5.5.24, and 5.6.x before 5.6.8 does not ensure that pathnames lack %00 sequences, which might allow remote attackers to read arbitrary files via crafted input to an application that calls the stream_resolve_include_path function in ext/standard/streamsfuncs.c, as demonstrated by a filename\0.extension attack that bypasses an intended configuration in which client users may read files with only one specific extension. | CVSS3: 5.3 | 4% Низкий | около 4 лет назад | |
GHSA-25h5-rq96-q5mq In PHP before 5.6.28 and 7.x before 7.0.13, incorrect handling of various URI components in the URL parser could be used by attackers to bypass hostname-specific URL checks, as demonstrated by evil.example.com:80#@good.example.com/ and evil.example.com:80?@good.example.com/ inputs to the parse_url function (implemented in the php_url_parse_ex function in ext/standard/url.c). | CVSS3: 7.5 | 2% Низкий | около 4 лет назад | |
GHSA-259c-37px-2x76 Integer overflow in the 16 bit variable reference counter in PHP 4 allows context-dependent attackers to execute arbitrary code by overflowing this counter, which causes the same variable to be destroyed twice, a related issue to CVE-2007-1286. | CVSS3: 9.8 | 15% Средний | около 4 лет назад | |
ELSA-2026-40416 ELSA-2026-40416: php:8.2 security, bug fix, and enhancement update (LOW) | 0% Низкий | 16 дней назад | ||
ELSA-2022-6158 ELSA-2022-6158: php:7.4 security update (MODERATE) | 3% Низкий | почти 4 года назад | ||
ELSA-2022-5904 ELSA-2022-5904: php security update (IMPORTANT) | 58% Средний | почти 4 года назад | ||
ELSA-2022-5468 ELSA-2022-5468: php:8.0 security update (IMPORTANT) | 58% Средний | около 4 лет назад | ||
ELSA-2022-5467 ELSA-2022-5467: php:7.4 security update (IMPORTANT) | 58% Средний | около 4 лет назад | ||
ELSA-2018-0406 ELSA-2018-0406: php security update (MODERATE) | 3% Низкий | больше 8 лет назад | ||
ELSA-2013-1813 ELSA-2013-1813: php53 and php security update (CRITICAL) | 36% Средний | больше 12 лет назад | ||
ELSA-2013-1050 ELSA-2013-1050: php53 security update (CRITICAL) | 5% Низкий | около 13 лет назад | ||
ELSA-2013-1049 ELSA-2013-1049: php security update (CRITICAL) | 5% Низкий | около 13 лет назад | ||
ELSA-2012-0093 ELSA-2012-0093: php security update (CRITICAL) | 30% Средний | больше 14 лет назад | ||
ELSA-2012-0092 ELSA-2012-0092: php53 security update (CRITICAL) | 30% Средний | больше 14 лет назад |
Уязвимостей на страницу