Skip to main content

Over 150 LLM Providers · Over 5,300 Models The most extensible AI-powered pentesting platform. Open source. Star on GitHub

CVE-2025-69419

7.4 · HIGH
Published Jan 27, 2026 openssl CWE-787

Overview

CVE-2025-69419 is a high-severity vulnerability affecting openssl openssl. It was published on January 27, 2026 and has a CVSS 3.1 base score of 7.4 (HIGH).

This vulnerability has a CVSS 3.1 base score of 7.4, rated HIGH. It can be exploited remotely over the network. No authentication or special privileges are required for exploitation.

Technical Description

Issue summary: Calling PKCS12_get_friendlyname() function on a maliciously

crafted PKCS#12 file with a BMPString (UTF-16BE) friendly name containing

non-ASCII BMP code point can trigger a one byte write before the allocated

buffer.

Impact summary: The out-of-bounds write can cause a memory corruption

which can have various consequences including a Denial of Service.

The OPENSSL_uni2utf8() function performs a two-pass conversion of a PKCS#12

BMPString (UTF-16BE) to UTF-8. In the second pass, when emitting UTF-8 bytes,

the helper function bmp_to_utf8() incorrectly forwards the remaining UTF-16

source byte count as the destination buffer capacity to UTF8_putc(). For BMP

code points above U+07FF, UTF-8 requires three bytes, but the forwarded

capacity can be just two bytes. UTF8_putc() then returns -1, and this negative

value is added to the output length without validation, causing the

length to become negative. The subsequent trailing NUL byte is then written

at a negative offset, causi

Remediation

Check the references section for vendor advisories and patches from openssl. Update openssl to the latest patched version. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

Affected Products

Vendor Product Versions Status
openssl openssl >= 1.1.1, < 1.1.1ze Affected

Frequently Asked Questions

What is CVE-2025-69419?

CVE-2025-69419 is a high-severity vulnerability affecting openssl openssl. It was published on January 27, 2026 and has a CVSS 3.1 base score of 7.4 (HIGH).

How severe is CVE-2025-69419?

This vulnerability has a CVSS 3.1 base score of 7.4, rated HIGH. It can be exploited remotely over the network. No authentication or special privileges are required for exploitation.

How do I fix or remediate CVE-2025-69419?

Check the references section for vendor advisories and patches from openssl. Update openssl to the latest patched version. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

How can CyberStrike help with CVE-2025-69419?

CyberStrike's AI-powered security agents can automatically detect CVE-2025-69419 across your infrastructure using autonomous pentesting, DAST scanning, and HackBrowser. The platform continuously monitors for known vulnerabilities and provides actionable remediation guidance prioritized by real-world exploitability.