Improper Certificate Validation Affecting openssl package, versions <1.0.2g-1ubuntu4.20+esm7


low

Snyk CVSS

    Attack Complexity Low

    Threat Intelligence

    EPSS 0.17% (53rd percentile)
Expand this section
NVD
5.3 medium
Expand this section
SUSE
2 low
Expand this section
Red Hat
5.3 medium

Do your applications use this vulnerable package?

In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.

Test your applications
  • Snyk ID SNYK-UBUNTU1604-OPENSSL-5296064
  • published 30 Mar 2023
  • disclosed 28 Mar 2023

How to fix?

Upgrade Ubuntu:16.04 openssl to version 1.0.2g-1ubuntu4.20+esm7 or higher.

NVD Description

Note: Versions mentioned in the description apply only to the upstream openssl package and not the openssl package as distributed by Ubuntu. See How to fix? for Ubuntu:16.04 relevant fixed versions and status.

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.