CVE-2023-0466
Last modified
CVE-2023-0466 is a medium-severity vulnerability rated 5.3/10 on the CVSS scale. 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.. EPSS estimates a 1.63% chance of exploitation in the next 30 days.
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.
Metrics
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Openssl | Openssl | >= 1.0.2, < 1.0.2zh |
| Openssl | Openssl | >= 1.1.1, < 1.1.1u |
| Openssl | Openssl | >= 3.0.0, < 3.0.9 |
| Openssl | Openssl | >= 3.1.0, < 3.1.1 |
References
- https://www.openssl.org/news/secadv/20230328.txtVendor Advisory
- https://www.openssl.org/news/secadv/20230328.txtVendor Advisory
Timeline
- Published
- Last Modified
- Status
- Modified
Frequently Asked Questions
What is CVE-2023-0466?
How severe is CVE-2023-0466?
How do I fix CVE-2023-0466?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2023
- CVE-2023-0460The YouTube Embedded 1.2 SDK binds to a service within the Y…7.3
- CVE-2023-0461There is a use-after-free vulnerability in the Linux Kernel …7.8
- CVE-2023-0462An arbitrary code execution flaw was found in Foreman. This …9.1
- CVE-2023-0463The force offline MFA prompt setting is not respected when s…3.3
- CVE-2023-0464A security vulnerability has been identified in all supporte…7.5
- CVE-2023-0465Applications that use a non-default option when verifying ce…5.3
- CVE-2023-0467The WP Dark Mode WordPress plugin before 4.0.8 does not prop…4.3
- CVE-2023-0468A use-after-free flaw was found in io_uring/poll.c in io_pol…4.7
- CVE-2023-0469A use-after-free flaw was found in io_uring/filetable.c in i…5.5
- CVE-2023-0470Cross-site Scripting (XSS) - Stored in GitHub repository mod…5.4
- CVE-2023-0471Use after free in WebTransport in Google Chrome prior to 109…8.8
- CVE-2023-0472Use after free in WebRTC in Google Chrome prior to 109.0.541…8.8
Are you affected by CVE-2023-0466?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
