CVE-2023-2650
Last modified
CVE-2023-2650 is a medium-severity vulnerability rated 6.5/10 on the CVSS scale. Issue summary: Processing some specially crafted ASN.1 object identifiers or data containing them may be very slow. Impact summary: Applications that use OBJ_obj2txt() directly, or use any of the OpenSSL subsystems OCSP, PKCS7/SMIME, CMS, CMP/CRMF or TS with no message size limit may experience notable to very long delays when processing those messages, which may lead to a Denial of Service. An OBJECT IDENTIFIER is composed of a series of numbers - sub-identifiers - most of which have no size limit. OBJ_obj2txt() may be used to translate an ASN.1 OBJECT IDENTIFIER given in DER encoding form (using the OpenSSL type ASN1_OBJECT) to its canonical numeric text form, which are the sub-identifiers of the OBJECT IDENTIFIER in decimal form, separated by periods. When one of the sub-identifiers in the OBJECT IDENTIFIER is very large (these are sizes that are seen as absurdly large, taking up tens or hundreds of KiBs), the translation to a decimal number in text may take a very long time. EPSS estimates a 76.45% chance of exploitation in the next 30 days.
Description
Issue summary: Processing some specially crafted ASN.1 object identifiers or data containing them may be very slow. Impact summary: Applications that use OBJ_obj2txt() directly, or use any of the OpenSSL subsystems OCSP, PKCS7/SMIME, CMS, CMP/CRMF or TS with no message size limit may experience notable to very long delays when processing those messages, which may lead to a Denial of Service. An OBJECT IDENTIFIER is composed of a series of numbers - sub-identifiers - most of which have no size limit. OBJ_obj2txt() may be used to translate an ASN.1 OBJECT IDENTIFIER given in DER encoding form (using the OpenSSL type ASN1_OBJECT) to its canonical numeric text form, which are the sub-identifiers of the OBJECT IDENTIFIER in decimal form, separated by periods. When one of the sub-identifiers in the OBJECT IDENTIFIER is very large (these are sizes that are seen as absurdly large, taking up tens or hundreds of KiBs), the translation to a decimal number in text may take a very long time. The time complexity is O(n^2) with 'n' being the size of the sub-identifiers in bytes (*). With OpenSSL 3.0, support to fetch cryptographic algorithms using names / identifiers in string form was introduced. This includes using OBJECT IDENTIFIERs in canonical numeric text form as identifiers for fetching algorithms. Such OBJECT IDENTIFIERs may be received through the ASN.1 structure AlgorithmIdentifier, which is commonly used in multiple protocols to specify what cryptographic algorithm should be used to sign or verify, encrypt or decrypt, or digest passed data. Applications that call OBJ_obj2txt() directly with untrusted data are affected, with any version of OpenSSL. If the use is for the mere purpose of display, the severity is considered low. In OpenSSL 3.0 and newer, this affects the subsystems OCSP, PKCS7/SMIME, CMS, CMP/CRMF or TS. It also impacts anything that processes X.509 certificates, including simple things like verifying its signature. The impact on TLS is relatively low, because all versions of OpenSSL have a 100KiB limit on the peer's certificate chain. Additionally, this only impacts clients, or servers that have explicitly enabled client authentication. In OpenSSL 1.1.1 and 1.0.2, this only affects displaying diverse objects, such as X.509 certificates. This is assumed to not happen in such a way that it would cause a Denial of Service, so these versions are considered not affected by this issue in such a way that it would be cause for concern, and the severity is therefore considered low.
Metrics
CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H
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 |
| Debian | Debian Linux | 10.0 |
| Debian | Debian Linux | 11.0 |
References
- https://lists.debian.org/debian-lts-announce/2023/06/msg00011.htmlMailing List, Third Party Advisory
- https://psirt.global.sonicwall.com/vuln-detail/SNWLID-2023-0009Third Party Advisory
- https://security.netapp.com/advisory/ntap-20230703-0001/Third Party Advisory
- https://www.debian.org/security/2023/dsa-5417Third Party Advisory
- https://www.openssl.org/news/secadv/20230530.txtVendor Advisory
- https://lists.debian.org/debian-lts-announce/2023/06/msg00011.htmlMailing List, Third Party Advisory
- https://psirt.global.sonicwall.com/vuln-detail/SNWLID-2023-0009Third Party Advisory
- https://security.netapp.com/advisory/ntap-20230703-0001/Third Party Advisory
- https://www.debian.org/security/2023/dsa-5417Third Party Advisory
- https://www.openssl.org/news/secadv/20230530.txtVendor Advisory
Timeline
- Published
- Last Modified
- Status
- Modified
Frequently Asked Questions
What is CVE-2023-2650?
How severe is CVE-2023-2650?
How do I fix CVE-2023-2650?
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-26493Cocos Engine is an open-source framework for building 2D & 3…8.8
- CVE-2023-26494lorawan-stack is an open source LoRaWAN network server. Prio…6.1
- CVE-2023-26495An issue was discovered in Open Design Alliance Drawings SDK…7.8
- CVE-2023-26496An issue was discovered in Samsung Baseband Modem Chipset fo…9.8
- CVE-2023-26497An issue was discovered in Samsung Baseband Modem Chipset fo…9.8
- CVE-2023-26498An issue was discovered in Samsung Baseband Modem Chipset fo…9.8
- CVE-2023-26509AnyDesk 7.0.8 allows remote Denial of Service.7.5
- CVE-2023-26510Ghost 5.35.0 allows authorization bypass: contributors can v…5.7
- CVE-2023-26511A Hard Coded Admin Credentials issue in the Web-UI Admin Pan…9.8
- CVE-2023-26512CWE-502 Deserialization of Untrusted Data at the rabbitmq-co…9.8
- CVE-2023-26513Excessive Iteration vulnerability in Apache Software Foundat…7.5
- CVE-2023-26514Cross-Site Request Forgery (CSRF) vulnerability in WPGrim Dy…8.8
Are you affected by CVE-2023-2650?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
