Out-of-bounds Read
CVE-2025-9232
Summary
An application using the OpenSSL HTTP client API functions may trigger an Out-of-Bounds read if the 'no_proxy' environment variable is set and the host portion of the authority component of the HTTP URL is an IPv6 address. This vulnerability affects OpenSSL versions from 3.0.16 prior to 3.0.18, 3.1.8, 3.2.4 prior to 3.2.6, 3.3.3 prior to 3.3.5, 3.4.0-alpha1 prior to 3.4.3, 3.5.0-alpha1 prior to 3.5.4, 3.6.0-alpha1 and 3.6.0-beta1. An Out-of-Bounds read can trigger a crash which leads to Denial-of-Service (DoS) for an application. The OpenSSL HTTP client API functions can be used directly by applications but they are also used by the OCSP client functions and CMP (Certificate Management Protocol) client implementation in OpenSSL. However the URLs used by these implementations are unlikely to be controlled by an attacker. In this vulnerable code the Out-of-Bounds read can only trigger a crash. Furthermore the vulnerability requires an attacker-controlled URL to be passed from an application to the OpenSSL function and the user has to have a 'no_proxy' environment variable set. For the aforementioned reasons the issue was assessed as Low severity. The FIPS modules in 3.5, 3.4, 3.3, 3.2, 3.1 and 3.0 are not affected by this issue, as the HTTP client implementation is outside the OpenSSL FIPS module boundary.
- HIGH
- NETWORK
- NONE
- UNCHANGED
- NONE
- NONE
- NONE
- HIGH
CWE-125 - Out-of-Bounds Read
Out-of-bounds read is a vulnerability that allows access to memory beyond the authorized accessible location. Such a vulnerability compromises the confidentiality of the trusted environment in the application and enables an attacker to launch further attacks by leveraging the exposed information.
References
Advisory Timeline
- Published