NVD - CVE-2024-5535 (original) (raw)
CVE-2024-5535 Detail
Description
Issue summary: Calling the OpenSSL API function SSL_select_next_proto with an empty supported client protocols buffer may cause a crash or memory contents to be sent to the peer. Impact summary: A buffer overread can have a range of potential consequences such as unexpected application beahviour or a crash. In particular this issue could result in up to 255 bytes of arbitrary private data from memory being sent to the peer leading to a loss of confidentiality. However, only applications that directly call the SSL_select_next_proto function with a 0 length list of supported client protocols are affected by this issue. This would normally never be a valid scenario and is typically not under attacker control but may occur by accident in the case of a configuration or programming error in the calling application. The OpenSSL API function SSL_select_next_proto is typically used by TLS applications that support ALPN (Application Layer Protocol Negotiation) or NPN (Next Protocol Negotiation). NPN is older, was never standardised and is deprecated in favour of ALPN. We believe that ALPN is significantly more widely deployed than NPN. The SSL_select_next_proto function accepts a list of protocols from the server and a list of protocols from the client and returns the first protocol that appears in the server list that also appears in the client list. In the case of no overlap between the two lists it returns the first item in the client list. In either case it will signal whether an overlap between the two lists was found. In the case where SSL_select_next_proto is called with a zero length client list it fails to notice this condition and returns the memory immediately following the client list pointer (and reports that there was no overlap in the lists). This function is typically called from a server side application callback for ALPN or a client side application callback for NPN. In the case of ALPN the list of protocols supplied by the client is guaranteed by libssl to never be zero in length. The list of server protocols comes from the application and should never normally be expected to be of zero length. In this case if the SSL_select_next_proto function has been called as expected (with the list supplied by the client passed in the client/client_len parameters), then the application will not be vulnerable to this issue. If the application has accidentally been configured with a zero length server list, and has accidentally passed that zero length server list in the client/client_len parameters, and has additionally failed to correctly handle a "no overlap" response (which would normally result in a handshake failure in ALPN) then it will be vulnerable to this problem. In the case of NPN, the protocol permits the client to opportunistically select a protocol when there is no overlap. OpenSSL returns the first client protocol in the no overlap case in support of this. The list of client protocols comes from the application and should never normally be expected to be of zero length. However if the SSL_select_next_proto function is accidentally called with a client_len of 0 then an invalid memory pointer will be returned instead. If the application uses this output as the opportunistic protocol then the loss of confidentiality will occur. This issue has been assessed as Low severity because applications are most likely to be vulnerable if they are using NPN instead of ALPN - but NPN is not widely used. It also requires an application configuration or programming error. Finally, this issue would not typically be under attacker control making active exploitation unlikely. The FIPS modules in 3.3, 3.2, 3.1 and 3.0 are not affected by this issue. Due to the low severity of this issue we are not issuing new releases of OpenSSL at this time. The fix will be included in the next releases when they become available.
Metrics
NVD enrichment efforts reference publicly available information to associate vector strings. CVSS information contributed by other sources is also displayed.
CVSS 4.0 Severity and Vector Strings:
NIST: NVD
N/A
NVD assessment not yet provided.
CVSS 3.x Severity and Vector Strings:
NIST: NVD
Base Score: N/A
NVD assessment not yet provided.
ADP: CISA-ADP
Base Score: 9.1 CRITICAL
Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:H
CVSS 2.0 Severity and Vector Strings:
NIST: NVD
Base Score: N/A
NVD assessment not yet provided.
References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving NIST webspace. We have provided these links to other web sites because they may have information that would be of interest to you. No inferences should be drawn on account of other sites being referenced, or not, from this page. There may be other web sites that are more appropriate for your purpose. NIST does not necessarily endorse the views expressed, or concur with the facts presented on these sites. Further, NIST does not endorse any commercial products that may be mentioned on these sites. Please address comments about this page to [email protected].
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-125 | Out-of-bounds Read | OpenSSL Software Foundation |
Change History
12 change records found show changes
CVE Modified by siemens-SADP 6/17/2026 4:16:08 AM
| Action | Type | Old Value | New Value |
|---|---|---|---|
| Added | Affected | [{"vendor":"Siemens","product":"RUGGEDCOM RST2428P","defaultStatus":"unknown","versions":[{"version":"0","lessThan":"V3.1","versionType":"custom","status":"affected"}]},{"vendor":"Siemens","product":"SCALANCE XC-300/XR-300/XC-400/XR-500WG/XR-500 family","defaultStatus":"unknown","versions":[{"version":"0","lessThan":"*","versionType":"custom","status":"unaffected"}]},{"vendor":"Siemens","product":"SCALANCE XCM-/XRM-/XCH-/XRH-300 family","defaultStatus":"unknown","versions":[{"version":"0","lessThan":"V3.1","versionType":"custom","status":"affected"}]},{"vendor":"Siemens","product":"SIDIS Prime","defaultStatus":"unknown","versions":[{"version":"0","lessThan":"V4.0.700","versionType":"custom","status":"affected"}]},{"vendor":"Siemens","product":"SIMATIC S7-1500 TM MFP - GNU/Linux subsystem","defaultStatus":"unknown","versions":[{"version":"0","lessThan":"*","versionType":"custom","status":"affected"}]},{"vendor":"Siemens","product":"SIMATIC S7-1500 CPU 1518-4 PN/DP MFP","defaultStatus":"unknown","versions":[{"version":"V3.1.0","lessThan":"V3.1.5","versionType":"custom","status":"affected"}]},{"vendor":"Siemens","product":"SIMATIC S7-1500 CPU 1518-4 PN/DP MFP","defaultStatus":"unknown","versions":[{"version":"V3.1.0","lessThan":"V3.1.5","versionType":"custom","status":"affected"}]},{"vendor":"Siemens","product":"SIMATIC S7-1500 CPU 1518F-4 PN/DP MFP","defaultStatus":"unknown","versions":[{"version":"V3.1.0","lessThan":"V3.1.5","versionType":"custom","status":"affected"}]},{"vendor":"Siemens","product":"SIMATIC S7-1500 CPU 1518F-4 PN/DP MFP","defaultStatus":"unknown","versions":[{"version":"V3.1.0","lessThan":"V3.1.5","versionType":"custom","status":"affected"}]},{"vendor":"Siemens","product":"SIPLUS S7-1500 CPU 1518-4 PN/DP MFP","defaultStatus":"unknown","versions":[{"version":"V3.1.0","lessThan":"V3.1.5","versionType":"custom","status":"affected"}]}] |
CVE Modified by CISA-ADP 6/17/2026 4:16:08 AM
| Action | Type | Old Value | New Value |
|---|---|---|---|
| Added | Affected | [{"vendor":"openssl","product":"openssl","defaultStatus":"unknown","cpes":["cpe:2.3:a:openssl:openssl:*:*:*:*:*:*:*:*"],"versions":[{"version":"3.3.0","lessThan":"3.3.2","versionType":"custom","status":"affected"},{"version":"3.2.0","lessThan":"3.2.3","versionType":"custom","status":"affected"},{"version":"3.1.0","lessThan":"3.1.7","versionType":"custom","status":"affected"},{"version":"3.0.0","lessThan":"3.0.15","versionType":"custom","status":"affected"},{"version":"1.1.1","lessThan":"1.1.1za","versionType":"custom","status":"affected"},{"version":"1.0.2","lessThan":"1.0.2zk","versionType":"custom","status":"affected"}]}] | |
| Added | SSVC | {"timestamp":"2024-11-08T00:00:00+00:00","id":"CVE-2024-5535","options":[{"exploitation":"none"},{"automatable":"yes"},{"technicalImpact":"partial"}],"role":"CISA Coordinator","version":"2.0.3"} |
CVE Modified by OpenSSL Software Foundation 6/17/2026 4:16:08 AM
| Action | Type | Old Value | New Value |
|---|---|---|---|
| Added | Affected | [{"vendor":"OpenSSL","product":"OpenSSL","defaultStatus":"unaffected","versions":[{"version":"3.3.0","lessThan":"3.3.2","versionType":"semver","status":"affected"},{"version":"3.2.0","lessThan":"3.2.3","versionType":"semver","status":"affected"},{"version":"3.1.0","lessThan":"3.1.7","versionType":"semver","status":"affected"},{"version":"3.0.0","lessThan":"3.0.15","versionType":"semver","status":"affected"},{"version":"1.1.1","lessThan":"1.1.1za","versionType":"custom","status":"affected"},{"version":"1.0.2","lessThan":"1.0.2zk","versionType":"custom","status":"affected"}]}] |
CVE Modified by siemens-SADP 5/12/2026 8:17:20 AM
| Action | Type | Old Value | New Value |
|---|---|---|---|
| Added | Reference | https://cert-portal.siemens.com/productcert/html/ssa-265688.html | |
| Added | Reference | https://cert-portal.siemens.com/productcert/html/ssa-277137.html | |
| Added | Reference | https://cert-portal.siemens.com/productcert/html/ssa-398330.html | |
| Added | Reference | https://cert-portal.siemens.com/productcert/html/ssa-613116.html | |
| Added | Reference | https://cert-portal.siemens.com/productcert/html/ssa-769027.html | |
| Added | Reference | https://cert-portal.siemens.com/productcert/html/ssa-915275.html |
CVE Modified by CVE 11/03/2025 6:17:30 PM
| Action | Type | Old Value | New Value |
|---|---|---|---|
| Added | Reference | https://lists.debian.org/debian-lts-announce/2024/10/msg00033.html | |
| Added | Reference | https://lists.debian.org/debian-lts-announce/2024/11/msg00000.html | |
| Added | Reference | https://security.netapp.com/advisory/ntap-20241025-0006/ | |
| Added | Reference | https://security.netapp.com/advisory/ntap-20241025-0010/ |
CVE Modified by OpenSSL Software Foundation 9/01/2025 5:15:34 AM
| Action | Type | Old Value | New Value |
|---|---|---|---|
| Added | CWE | CWE-125 | |
| Removed | CWE | CWE-200 | |
| Removed | Reference | http://www.openwall.com/lists/oss-security/2024/06/27/1 | |
| Removed | Reference | http://www.openwall.com/lists/oss-security/2024/06/28/4 | |
| Removed | Reference | https://security.netapp.com/advisory/ntap-20240712-0005/ |
CVE Modified by CVE 11/21/2024 4:47:53 AM
CVE Modified by OpenSSL Software Foundation 7/12/2024 10:15:16 AM
| Action | Type | Old Value | New Value |
|---|---|---|---|
| Added | Reference | OpenSSL Software Foundation https://security.netapp.com/advisory/ntap-20240712-0005/ [No types assigned] |
CVE Modified by CISA-ADP 7/02/2024 10:09:04 PM
| Action | Type | Old Value | New Value |
|---|---|---|---|
| Added | CVSS V3.1 | CISA-ADP AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:H |
CVE Modified by OpenSSL Software Foundation 6/28/2024 3:15:07 PM
| Action | Type | Old Value | New Value |
|---|---|---|---|
| Added | Reference | OpenSSL Software Foundation http://www.openwall.com/lists/oss-security/2024/06/28/4 [No types assigned] |
CVE Modified by OpenSSL Software Foundation 6/27/2024 1:15:10 PM
| Action | Type | Old Value | New Value |
|---|---|---|---|
| Added | Reference | OpenSSL Software Foundation http://www.openwall.com/lists/oss-security/2024/06/27/1 [No types assigned] |
New CVE Received from OpenSSL Software Foundation 6/27/2024 7:15:24 AM
| Action | Type | Old Value | New Value |
|---|---|---|---|
| Added | Description | Record truncated, showing 2048 of 3882 characters. View Entire Change Record Issue summary: Calling the OpenSSL API function SSL_select_next_proto with an empty supported client protocols buffer may cause a crash or memory contents to be sent to the peer. Impact summary: A buffer overread can have a range of potential consequences such as unexpected application beahviour or a crash. In particular this issue could result in up to 255 bytes of arbitrary private data from memory being sent to the peer leading to a loss of confidentiality. However, only applications that directly call the SSL_select_next_proto function with a 0 length list of supported client protocols are affected by this issue. This would normally never be a valid scenario and is typically not under attacker control but may occur by accident in the case of a configuration or programming error in the calling application. The OpenSSL API function SSL_select_next_proto is typically used by TLS applications that support ALPN (Application Layer Protocol Negotiation) or NPN (Next Protocol Negotiation). NPN is older, was never standardised and is deprecated in favour of ALPN. We believe that ALPN is significantly more widely deployed than NPN. The SSL_select_next_proto function accepts a list of protocols from the server and a list of protocols from the client and returns the first protocol that appears in the server list that also appears in the client list. In the case of no overlap between the two lists it returns the first item in the client list. In either case it will signal whether an overlap between the two lists was found. In the case where SSL_select_next_proto is called with a zero length client list it fails to notice this condition and returns the memory immediately following the client list pointer (and reports that there was no overlap in the lists). This function is typically called from a server side application callback for ALPN or a client side application callback for NPN. In the case of ALPN the list of protocols supplied by the client is guaranteed by libssl to never be zero in length. The list of server p | |
| Added | CWE | OpenSSL Software Foundation CWE-200 | |
| Added | Reference | OpenSSL Software Foundation https://github.com/openssl/openssl/commit/4ada436a1946cbb24db5ab4ca082b69c1bc10f37 [No types assigned] | |
| Added | Reference | OpenSSL Software Foundation https://github.com/openssl/openssl/commit/99fb785a5f85315b95288921a321a935ea29a51e [No types assigned] | |
| Added | Reference | OpenSSL Software Foundation https://github.com/openssl/openssl/commit/cf6f91f6121f4db167405db2f0de410a456f260c [No types assigned] | |
| Added | Reference | OpenSSL Software Foundation https://github.com/openssl/openssl/commit/e86ac436f0bd54d4517745483e2315650fae7b2c [No types assigned] | |
| Added | Reference | OpenSSL Software Foundation https://github.openssl.org/openssl/extended-releases/commit/9947251413065a05189a63c9b7a6c1d4e224c21c [No types assigned] | |
| Added | Reference | OpenSSL Software Foundation https://github.openssl.org/openssl/extended-releases/commit/b78ec0824da857223486660177d3b1f255c65d87 [No types assigned] | |
| Added | Reference | OpenSSL Software Foundation https://www.openssl.org/news/secadv/20240627.txt [No types assigned] |
Quick Info
CVE Dictionary Entry:
CVE-2024-5535
NVD Published Date:
06/27/2024
NVD Last Modified:
06/17/2026
Source:
OpenSSL Software Foundation