VYPR

rpm package

opensuse/php7&distro=openSUSE Leap 15.2

pkg:rpm/opensuse/php7&distro=openSUSE%20Leap%2015.2

Vulnerabilities (9)

  • CVE-2021-21707Nov 29, 2021
    affected < 7.4.6-lp152.2.21.1fixed 7.4.6-lp152.2.21.1

    In PHP versions 7.3.x below 7.3.33, 7.4.x below 7.4.26 and 8.0.x below 8.0.13, certain XML parsing functions, like simplexml_load_file(), URL-decode the filename passed to them. If that filename contains URL-encoded NUL character, this may cause the function to interpret this as

  • CVE-2021-21703Oct 25, 2021
    affected < 7.4.6-lp152.2.21.1fixed 7.4.6-lp152.2.21.1

    In PHP versions 7.3.x up to and including 7.3.31, 7.4.x below 7.4.25 and 8.0.x below 8.0.12, when running PHP FPM SAPI with main FPM daemon process running as root and child worker processes running as lower-privileged users, it is possible for the child processes to access memor

  • CVE-2021-21705Oct 4, 2021
    affected < 7.4.6-lp152.2.18.1fixed 7.4.6-lp152.2.18.1

    In PHP versions 7.3.x below 7.3.29, 7.4.x below 7.4.21 and 8.0.x below 8.0.8, when using URL validation functionality via filter_var() function with FILTER_VALIDATE_URL parameter, an URL with invalid password field can be accepted as valid. This can lead to the code incorrectly p

  • CVE-2021-21704Oct 4, 2021
    affected < 7.4.6-lp152.2.18.1fixed 7.4.6-lp152.2.18.1

    In PHP versions 7.3.x below 7.3.29, 7.4.x below 7.4.21 and 8.0.x below 8.0.8, when using Firebird PDO driver extension, a malicious database server could cause crashes in various database functions, such as getAttribute(), execute(), fetch() and others by returning invalid respon

  • CVE-2021-21702Feb 15, 2021
    affected < 7.4.6-lp152.2.15.1fixed 7.4.6-lp152.2.15.1

    In PHP versions 7.3.x below 7.3.27, 7.4.x below 7.4.15 and 8.0.x below 8.0.2, when using SOAP extension to connect to a SOAP server, a malicious SOAP server could return malformed XML data as a response that would cause PHP to access a null pointer and thus cause a crash.

  • CVE-2020-7071Feb 15, 2021
    affected < 7.4.6-lp152.2.12.1fixed 7.4.6-lp152.2.12.1

    In PHP versions 7.3.x below 7.3.26, 7.4.x below 7.4.14 and 8.0.0, when validating URL with functions like filter_var($url, FILTER_VALIDATE_URL), PHP will accept an URL with invalid password as valid URL. This may lead to functions that rely on URL being valid to mis-parse the URL

  • CVE-2020-7070Oct 2, 2020
    affected < 7.4.6-lp152.2.9.1fixed 7.4.6-lp152.2.9.1

    In PHP versions 7.2.x below 7.2.34, 7.3.x below 7.3.23 and 7.4.x below 7.4.11, when PHP is processing incoming HTTP cookie values, the cookie names are url-decoded. This may lead to cookies with prefixes like __Host confused with cookies that decode to such prefix, thus leading t

  • CVE-2020-7069Oct 2, 2020
    affected < 7.4.6-lp152.2.9.1fixed 7.4.6-lp152.2.9.1

    In PHP versions 7.2.x below 7.2.34, 7.3.x below 7.3.23 and 7.4.x below 7.4.11, when AES-CCM mode is used with openssl_encrypt() function with 12 bytes IV, only first 7 bytes of the IV is actually used. This can lead to both decreased security and incorrect encryption data.

  • CVE-2020-7068Sep 9, 2020
    affected < 7.4.6-lp152.2.6.1fixed 7.4.6-lp152.2.6.1

    In PHP versions 7.2.x below 7.2.33, 7.3.x below 7.3.21 and 7.4.x below 7.4.9, while processing PHAR files using phar extension, phar_parse_zipfile could be tricked into accessing freed memory, which could lead to a crash or information disclosure.