Stanislav Fort

#1791of 53,630
128.1Total CVSS
Vulnerabilities · 20
Medium
14
High
4
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-4940
6.1
2025-01-01
Openssl · Openssl · CVE-2025-11187
**Name of the Vulnerable Software and Affected Versions** OpenSSL versions 3.4.0 through 3.6.0 **Description** The vulnerability relates to improper validation of PBMAC1 parameters within PKCS#12 files. Specifically, the PBKDF2 salt and keylength parameters are used without sufficient validation during MAC verification. If the `keylength` value exceeds the size of a fixed stack buffer (64 bytes), a stack-based buffer overflow can occur. Additionally, if the `salt` parameter is not an OCTET STRING type, it can lead to an invalid or NULL pointer dereference. Exploitation requires processing a maliciously crafted PKCS#12 file. This can result in a denial of service (DoS) due to application crashes, and potentially enable code execution depending on platform mitigations. The FIPS modules in versions 3.6, 3.5, and 3.4 are not affected, as PKCS#12 processing falls outside the FIPS module boundary. The vulnerability is triggered when verifying a PKCS#12 file that uses PBMAC1 for the MAC. Attackers can deliver a malicious .p12/.pfx file to systems that import or validate PKCS#12 files from external sources. **Recommendations** Upgrade to OpenSSL version 3.4.1, 3.5.1, or 3.6.1 or later. Restrict or disable PKCS#12 import/upload features where feasible. Add strict validation controls, including file size limits and content-type enforcement. Isolate PKCS#12 parsing into a sandboxed or helper process. Monitor for crashes or segmentation faults in certificate-handling components and OpenSSL error patterns related to PKCS#12 verification. Identify all services that parse .p12/.pfx files.
PT-2026-4946
4.7
2025-01-01
Openssl · Openssl 1.0.2 · 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.8
2025-01-01
Unknown · Openssl 3.6 · 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.