Skip to main content

Over 150 LLM Providers · Over 5,300 Models The most extensible AI-powered pentesting platform. Open source. Star on GitHub

CVE-2023-0466

5.3 · MEDIUM
Published Mar 28, 2023 openssl CWE-295 EPSS 1.63% (74th pctl)

Overview

CVE-2023-0466 is a medium-severity vulnerability affecting openssl openssl. It was published on March 28, 2023 and has a CVSS 3.1 base score of 5.3 (MEDIUM).

This vulnerability has a CVSS 3.1 base score of 5.3, rated MEDIUM. It can be exploited remotely over the network. No authentication or special privileges are required for exploitation.

Technical Description

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.

Remediation

Check the references section for vendor advisories and patches from openssl. Update openssl to the latest patched version. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

Affected Products

Vendor Product Versions Status
openssl openssl >= 1.0.2, < 1.0.2zh Affected

Frequently Asked Questions

What is CVE-2023-0466?

CVE-2023-0466 is a medium-severity vulnerability affecting openssl openssl. It was published on March 28, 2023 and has a CVSS 3.1 base score of 5.3 (MEDIUM).

How severe is CVE-2023-0466?

This vulnerability has a CVSS 3.1 base score of 5.3, rated MEDIUM. It can be exploited remotely over the network. No authentication or special privileges are required for exploitation.

How do I fix or remediate CVE-2023-0466?

Check the references section for vendor advisories and patches from openssl. Update openssl to the latest patched version. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

How can CyberStrike help with CVE-2023-0466?

CyberStrike's AI-powered security agents can automatically detect CVE-2023-0466 across your infrastructure using autonomous pentesting, DAST scanning, and HackBrowser. The platform continuously monitors for known vulnerabilities and provides actionable remediation guidance prioritized by real-world exploitability.