In PHP before 5.6.31, 7.x before 7.0.21, and 7.1.x before 7.1.7, the openssl extension PEM sealing code did not check the return value of the OpenSSL sealing function, which could lead to a crash of the PHP interpreter, related to an interpretation conflict for a negative number in ext/openssl/openssl.c, and an OpenSSL documentation omission.
The product does not check or incorrectly checks for unusual or exceptional conditions that are not expected to occur frequently during day to day operation of the product.
Name | Vendor | Start Version | End Version |
---|---|---|---|
Php | Php | * | 5.6.30 (including) |
Php | Php | 7.0.0 (including) | 7.0.0 (including) |
Php | Php | 7.0.1 (including) | 7.0.1 (including) |
Php | Php | 7.0.2 (including) | 7.0.2 (including) |
Php | Php | 7.0.3 (including) | 7.0.3 (including) |
Php | Php | 7.0.4 (including) | 7.0.4 (including) |
Php | Php | 7.0.5 (including) | 7.0.5 (including) |
Php | Php | 7.0.6 (including) | 7.0.6 (including) |
Php | Php | 7.0.7 (including) | 7.0.7 (including) |
Php | Php | 7.0.8 (including) | 7.0.8 (including) |
Php | Php | 7.0.9 (including) | 7.0.9 (including) |
Php | Php | 7.0.10 (including) | 7.0.10 (including) |
Php | Php | 7.0.11 (including) | 7.0.11 (including) |
Php | Php | 7.0.12 (including) | 7.0.12 (including) |
Php | Php | 7.0.13 (including) | 7.0.13 (including) |
Php | Php | 7.0.14 (including) | 7.0.14 (including) |
Php | Php | 7.0.15 (including) | 7.0.15 (including) |
Php | Php | 7.0.16 (including) | 7.0.16 (including) |
Php | Php | 7.0.17 (including) | 7.0.17 (including) |
Php | Php | 7.0.18 (including) | 7.0.18 (including) |
Php | Php | 7.0.19 (including) | 7.0.19 (including) |
Php | Php | 7.0.20 (including) | 7.0.20 (including) |
Php | Php | 7.1.0 (including) | 7.1.0 (including) |
Php | Php | 7.1.1 (including) | 7.1.1 (including) |
Php | Php | 7.1.2 (including) | 7.1.2 (including) |
Php | Php | 7.1.3 (including) | 7.1.3 (including) |
Php | Php | 7.1.4 (including) | 7.1.4 (including) |
Php | Php | 7.1.5 (including) | 7.1.5 (including) |
Php | Php | 7.1.6 (including) | 7.1.6 (including) |
Red Hat Software Collections for Red Hat Enterprise Linux 6 | RedHat | rh-php70-php-0:7.0.27-1.el6 | * |
Red Hat Software Collections for Red Hat Enterprise Linux 6.7 EUS | RedHat | rh-php70-php-0:7.0.27-1.el6 | * |
Red Hat Software Collections for Red Hat Enterprise Linux 7 | RedHat | rh-php70-php-0:7.0.27-1.el7 | * |
Red Hat Software Collections for Red Hat Enterprise Linux 7.3 EUS | RedHat | rh-php70-php-0:7.0.27-1.el7 | * |
Red Hat Software Collections for Red Hat Enterprise Linux 7.4 EUS | RedHat | rh-php70-php-0:7.0.27-1.el7 | * |
Red Hat Software Collections for Red Hat Enterprise Linux 7.5 EUS | RedHat | rh-php70-php-0:7.0.27-1.el7 | * |
Php5 | Ubuntu | trusty | * |
Php5 | Ubuntu | upstream | * |
Php7.0 | Ubuntu | upstream | * |
Php7.0 | Ubuntu | xenial | * |
Php7.0 | Ubuntu | yakkety | * |
Php7.0 | Ubuntu | zesty | * |
Php7.1 | Ubuntu | artful | * |
Php7.1 | Ubuntu | devel | * |
Php7.1 | Ubuntu | upstream | * |
The programmer may assume that certain events or conditions will never occur or do not need to be worried about, such as low memory conditions, lack of access to resources due to restrictive permissions, or misbehaving clients or components. However, attackers may intentionally trigger these unusual conditions, thus violating the programmer’s assumptions, possibly introducing instability, incorrect behavior, or a vulnerability. Note that this entry is not exclusively about the use of exceptions and exception handling, which are mechanisms for both checking and handling unusual or unexpected conditions.