Skip to content
This repository has been archived by the owner on Oct 10, 2023. It is now read-only.

0.364.0

Compare
Choose a tag to compare
@cf-buildpacks-eng cf-buildpacks-eng released this 25 Apr 20:56
· 5 commits to main since this release

Notably, this release addresses:

USN-6039-1 USN-6039-1: OpenSSL vulnerabilities:

  • CVE-2022-3996: If an X.509 certificate contains a malformed policy constraint and policy processing is enabled, then a write lock will be taken twice recursively. On some operating systems (most widely: Windows) this results in a denial of service when the affected process hangs. Policy processing being enabled on a publicly facing server is not considered to be a common setup. Policy processing is enabled by passing the -policy' argument to the command line utilities or by calling the X509_VERIFY_PARAM_set1_policies()' function. Update (31 March 2023): The description of the policy processing enablement was corrected based on CVE-2023-0466.
  • CVE-2023-0464: A security vulnerability has been identified in all supported versions of OpenSSL related to the verification of X.509 certificate chains that include policy constraints. Attackers may be able to exploit this vulnerability by creating a malicious certificate chain that triggers exponential use of computational resources, leading to a denial-of-service (DoS) attack on affected systems. Policy processing is disabled by default but can be enabled by passing the -policy' argument to the command line utilities or by calling the X509_VERIFY_PARAM_set1_policies()' function.
  • CVE-2023-0465: Applications that use a non-default option when verifying certificates may be vulnerable to an attack from a malicious CA to circumvent certain checks. Invalid certificate policies in leaf certificates are silently ignored by OpenSSL and other certificate policy checks are skipped for that certificate. A malicious CA could use this to deliberately assert invalid certificate policies in order to circumvent policy checking on the certificate altogether. Policy processing is disabled by default but can be enabled by passing the -policy' argument to the command line utilities or by calling the X509_VERIFY_PARAM_set1_policies()' function.
  • CVE-2023-0466: The function X509_VERIFY_PARAM_add0_policy() is documented to implicitly enable the certificate policy check when doing certificate verification. However the implementation of the function does not enable the check which allows certificates with invalid or incorrect policies to pass the certificate verification. As suddenly enabling the policy check could break existing deployments it was decided to keep the existing behavior of the X509_VERIFY_PARAM_add0_policy() function. Instead the applications that require OpenSSL to perform certificate policy check need to use X509_VERIFY_PARAM_set1_policies() or explicitly enable the policy check by calling X509_VERIFY_PARAM_set_flags() with the X509_V_FLAG_POLICY_CHECK flag argument. Certificate policy checks are disabled by default in OpenSSL and are not commonly used by applications.
  • CVE-2022-3996: If an X.509 certificate contains a malformed policy constraint and policy processing is enabled, then a write lock will be taken twice recursively. On some operating systems (most widely: Windows) this results in a denial of service when the affected process hangs. Policy processing being enabled on a publicly facing server is not considered to be a common setup. Policy processing is enabled by passing the -policy' argument to the command line utilities or by calling the X509_VERIFY_PARAM_set1_policies()' function. Update (31 March 2023): The description of the policy processing enablement was corrected based on CVE-2023-0466.
  • CVE-2023-0464: A security vulnerability has been identified in all supported versions of OpenSSL related to the verification of X.509 certificate chains that include policy constraints. Attackers may be able to exploit this vulnerability by creating a malicious certificate chain that triggers exponential use of computational resources, leading to a denial-of-service (DoS) attack on affected systems. Policy processing is disabled by default but can be enabled by passing the -policy' argument to the command line utilities or by calling the X509_VERIFY_PARAM_set1_policies()' function.
  • CVE-2023-0466: The function X509_VERIFY_PARAM_add0_policy() is documented to implicitly enable the certificate policy check when doing certificate verification. However the implementation of the function does not enable the check which allows certificates with invalid or incorrect policies to pass the certificate verification. As suddenly enabling the policy check could break existing deployments it was decided to keep the existing behavior of the X509_VERIFY_PARAM_add0_policy() function. Instead the applications that require OpenSSL to perform certificate policy check need to use X509_VERIFY_PARAM_set1_policies() or explicitly enable the policy check by calling X509_VERIFY_PARAM_set_flags() with the X509_V_FLAG_POLICY_CHECK flag argument. Certificate policy checks are disabled by default in OpenSSL and are not commonly used by applications.
-ii  libssl-dev:amd64  1.1.1-1ubuntu2.1~18.04.21 amd64  Secure Sockets Layer toolkit - development files
-ii  libssl1.0.0:amd64 1.0.2n-1ubuntu5.11        amd64  Secure Sockets Layer toolkit - shared libraries
-ii  libssl1.1:amd64   1.1.1-1ubuntu2.1~18.04.21 amd64  Secure Sockets Layer toolkit - shared libraries
+ii  libssl-dev:amd64  1.1.1-1ubuntu2.1~18.04.22 amd64  Secure Sockets Layer toolkit - development files
+ii  libssl1.0.0:amd64 1.0.2n-1ubuntu5.12        amd64  Secure Sockets Layer toolkit - shared libraries
+ii  libssl1.1:amd64   1.1.1-1ubuntu2.1~18.04.22 amd64  Secure Sockets Layer toolkit - shared libraries
-ii  openssl           1.1.1-1ubuntu2.1~18.04.21 amd64  Secure Sockets Layer toolkit - cryptographic utility
-ii  openssl1.0        1.0.2n-1ubuntu5.11        amd64  Secure Sockets Layer toolkit 1.0 - cryptographic utility
+ii  openssl           1.1.1-1ubuntu2.1~18.04.22 amd64  Secure Sockets Layer toolkit - cryptographic utility
+ii  openssl1.0        1.0.2n-1ubuntu5.12        amd64  Secure Sockets Layer toolkit 1.0 - cryptographic utility