Stanislav Fort

#1213of 56,336
187Total CVSS
Vulnerabilities · 27
Medium
13
High
12
Critical
2
PT-2025-39988
5.9
2025-09-30
Openssl · Openssl · CVE-2025-9232
**Name of the Vulnerable Software and Affected Versions** OpenSSL versions 3.0.16 through 3.5.0 EDK II (affected versions not specified) **Description** An issue has been identified in OpenSSL where an application using the 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 HTTP URL is an IPv6 address. This can lead to a denial of service for the application. The vulnerable code was introduced in releases 3.0.16, 3.1.8, 3.2.4, 3.3.3, 3.4.0, and 3.5.0. The FIPS modules are not affected, as the HTTP client implementation is outside the FIPS module boundary. The vulnerability requires an attacker-controlled URL to be passed to the OpenSSL function and the user must have the `no proxy` environment variable set. The issue was assessed as having low severity. The HTTP client API functions are used directly by applications and also by the OCSP and CMP client implementations within OpenSSL, though URLs used by these implementations are unlikely to be controlled by an attacker. **Recommendations** OpenSSL versions 3.0.16 through 3.0.17-1~deb12u3 OpenSSL versions 3.1.8 through 3.5.1-1+deb13u1 OpenSSL versions 3.2.4 through 3.5.1-1+deb13u1 OpenSSL versions 3.3.3 through 3.5.1-1+deb13u1 OpenSSL versions 3.4.0 through 3.5.1-1+deb13u1 OpenSSL version 3.5.0 through 3.5.1-1+deb13u1 As a temporary workaround, consider disabling the use of the HTTP client API functions if possible. Restrict access to the vulnerable functions `HTTP client API functions` to minimize the risk of exploitation. Avoid setting the `no proxy` environment variable if not required.
PT-2026-4946
4.7
2025-01-01
Openssl · Openssl 3.0 · CVE-2025-68160
**Name of the Vulnerable Software and Affected Versions** OpenSSL versions 1.0.2 through 3.6 OpenSSL versions 1.1.1 OpenSSL versions 3.0 through 3.6 OpenSSL versions 3.3 through 3.6 OpenSSL versions 3.4 through 3.6 OpenSSL versions 3.5 through 3.6 **Description** A heap-based out-of-bounds write can occur when writing large, newline-free data into a BIO chain utilizing the line-buffering filter, particularly when the subsequent BIO performs short writes. This memory corruption can lead to a denial of service. The line-buffering BIO filter (BIO f linebuffer) is not typically used in default TLS/SSL configurations. The issue is assessed as low severity due to the unlikely circumstances of attacker control and the filter's limited use with attacker-controlled data. The FIPS modules in versions 3.0, 3.3, 3.4, 3.5, and 3.6 are not affected as the BIO implementation is outside the FIPS module boundary. **Recommendations** OpenSSL version 1.0.2: At the moment, there is no information about a newer version that contains a fix for this vulnerability. OpenSSL version 1.1.1: At the moment, there is no information about a newer version that contains a fix for this vulnerability. OpenSSL versions 3.0 through 3.6: At the moment, there is no information about a newer version that contains a fix for this vulnerability. OpenSSL versions 3.3 through 3.6: At the moment, there is no information about a newer version that contains a fix for this vulnerability. OpenSSL versions 3.4 through 3.6: At the moment, there is no information about a newer version that contains a fix for this vulnerability. OpenSSL versions 3.5 through 3.6: At the moment, there is no information about a newer version that contains a fix for this vulnerability.
PT-2026-4949
7.5
2025-01-01
Unknown · Openssl 1.1.1 · CVE-2025-69419
**Name of the Vulnerable Software and Affected Versions** OpenSSL versions 1.1.1, 3.0, 3.3, 3.4, 3.5 and 3.6 **Description** A flaw exists in the handling of maliciously crafted PKCS#12 files when using the `PKCS12 get friendlyname()` API. Specifically, processing a PKCS#12 file with a BMPString (UTF-16BE) friendly name containing non-ASCII BMP code points can lead to a one-byte write before the allocated buffer. This out-of-bounds write can cause memory corruption, potentially resulting in a Denial of Service. The issue stems from an incorrect capacity calculation within the `bmp to utf8()` function during the UTF-16 to UTF-8 conversion process, specifically when handling BMP code points above U+07FF. The `OPENSSL uni2utf8()` function is involved in this conversion. The vulnerability is triggered when parsing attacker-controlled PKCS#12 files via the public `PKCS12 get friendlyname()` API. The FIPS modules in versions 3.6, 3.5, 3.4, 3.3 and 3.0 are not affected. **Recommendations** OpenSSL version 1.1.1: At the moment, there is no information about a newer version that contains a fix for this vulnerability. OpenSSL version 3.0: At the moment, there is no information about a newer version that contains a fix for this vulnerability. OpenSSL version 3.3: At the moment, there is no information about a newer version that contains a fix for this vulnerability. OpenSSL version 3.4: At the moment, there is no information about a newer version that contains a fix for this vulnerability. OpenSSL version 3.5: At the moment, there is no information about a newer version that contains a fix for this vulnerability. OpenSSL version 3.6: At the moment, there is no information about a newer version that contains a fix for this vulnerability.