CVE-2025-69418
Node.js vulnerability analysis and mitigation

Overview

CVE-2025-69418 is an OpenSSL vulnerability involving unencrypted and unauthenticated trailing bytes in the OCB (Offset Codebook) mode when using hardware-accelerated code paths such as AES-NI or ARMv8 CE. When the low-level CRYPTO_ocb128_encrypt() or CRYPTO_ocb128_decrypt() functions are called directly with inputs whose length is not a multiple of 16 bytes, the trailing 1–15 bytes are left unencrypted and excluded from the authentication tag. Affected OpenSSL versions include 1.1.1 (before 1.1.1ze), 3.0.0–3.0.18, 3.3.0–3.3.5, 3.4.0–3.4.3, 3.5.0–3.5.4, and 3.6.0. The vulnerability was disclosed on January 27, 2026, and carries a CVSS v3.1 base score of 4.0 (Medium) (OpenSSL Advisory, Red Hat Bugzilla).

Technical details

The root cause is classified as CWE-325 (Missing Cryptographic Step). In the hardware-accelerated stream path of crypto/modes/ocb128.c, after calling ctx->stream() to process full 16-byte blocks, the code failed to advance the in and out buffer pointers by the number of bytes processed. As a result, the subsequent tail-handling code operated on the original base pointers, effectively reprocessing the beginning of the buffer rather than the actual trailing bytes. The authentication checksum was also computed over the wrong data, excluding the true tail bytes from integrity protection. The fix, applied across all affected branches, introduces a processed_bytes variable (num_blocks * 16) and advances both in and out pointers accordingly after the stream call (OpenSSL Commit, Red Hat Bugzilla). The vulnerability only triggers when: (1) the application calls the low-level OCB API directly (not via EVP), (2) the input length is not a multiple of 16 bytes, and (3) the build includes hardware-accelerated AES support.

Impact

Successful exploitation allows an attacker with local access to read the trailing 1–15 bytes of an encrypted message in cleartext, bypassing the confidentiality guarantee of OCB mode for those bytes. Additionally, an attacker can tamper with those trailing bytes without detection, as they are excluded from the authentication tag, undermining the integrity guarantee of the AEAD scheme. The impact is limited to applications that directly invoke CRYPTO_ocb128_encrypt() or CRYPTO_ocb128_decrypt() with non-block-aligned inputs on hardware-accelerated builds; typical EVP-based consumers and TLS implementations are not affected. FIPS modules are also unaffected since OCB is not a FIPS-approved algorithm (Red Hat Bugzilla, OpenSSL Advisory).

Exploitability

There is no public proof-of-concept exploit and no evidence of in-the-wild exploitation at this time (Red Hat Bugzilla). The EPSS score is approximately 0.016%, reflecting very low probability of exploitation in the near term. The vulnerability is not listed in the CISA Known Exploited Vulnerabilities (KEV) catalog. Exploitation requires local access and is constrained to a narrow set of applications using the low-level OCB API directly with non-block-aligned inputs on hardware-accelerated platforms, significantly limiting the practical attack surface.

Mitigation and workarounds

Upgrade OpenSSL to one of the following patched versions: 1.1.1ze (premium support customers), 3.0.19, 3.3.6, 3.4.4, 3.5.5, or 3.6.1 (OpenSSL Advisory, Red Hat Bugzilla). As a workaround, audit application code to identify any direct calls to CRYPTO_ocb128_encrypt() or CRYPTO_ocb128_decrypt() with variable-length inputs and migrate to the higher-level EVP API, which is not affected. If OCB mode is not required, consider switching to an alternative AEAD mode such as AES-GCM. Red Hat has issued errata RHSA-2026:1472 (RHEL 10) and RHSA-2026:1473 (RHEL 9); IBM, FreeBSD, Debian, Ubuntu, SUSE, Alpine, and other distributions have also released corresponding updates.

Community reactions

The vulnerability was notably discovered as part of a batch of 12 OpenSSL CVEs identified by an AI-assisted security research team (Aisle), which attracted significant media attention from outlets including Tom's Hardware, TechRadar, and Heise, praising the quality of the reports and the collaborative disclosure process (Tom's Hardware, TechRadar). The OpenSSL project acknowledged the findings and coordinated patching across all affected branches. Community discussion on oss-security and OpenSSL mailing lists noted the narrow scope of impact, with the OpenSSL team assessing the severity as Low due to the restricted conditions required for exploitation (oss-sec).

Additional resources

Linux Distribution fix status

Fix availability across major Linux distributions and their releases.

Debian

Fixed

bookworm

openssl: 3.0.18-1~deb12u2

Fixed

sid

openssl: 3.5.5-1

Fixed

trixie

openssl: 3.5.4-1~deb13u2

Fixed

Ubuntu

Fixed

bionic (esm-apps)

nodejs

Unknown

bionic (esm-infra)

openssl: 1.1.1-1ubuntu2.1~18.04.23+esm7

Fixed

bionic (fips-updates)

openssl: 1.1.1-1ubuntu2.fips.2.1~18.04.23.7

Fixed

bionic (fips)

openssl

Affected

devel

openssl: 3.5.5-1ubuntu1

Fixed

focal (esm-apps)

nodejs

Not Affected

focal (esm-infra)

openssl: 1.1.1f-1ubuntu2.24+esm2

Fixed

focal (fips-updates)

openssl: 1.1.1f-1ubuntu2.fips.24.2

Fixed

RHEL / CentOS

Fixed

OpenShift

openshift/ose-rhel-coreos-8

Affected

RHEL 8

compat-openssl10.src

Affected

RHEL 9

:appstream:openssl-1:3.5.1-7.el9_7

Fixed

RHEL 10

openssl/openssl-1:3.2.2-16.el10_0.7

Fixed

Alpine

Fixed

edge

openssl: 3.5.5-r0

Fixed

v3.20

openssl: 3.3.6-r0

Fixed

v3.21

openssl: 3.3.6-r0

Fixed

v3.22

openssl: 3.5.5-r0

Fixed

v3.23

openssl: 3.5.5-r0

Fixed

SourceThis report was generated using AI

Related Node.js vulnerabilities:

CVE ID

Severity

Score

Technologies

Component name

CISA KEV exploit

Has fix

Published date

CVE-2026-69184HIGH7.5
  • Node.js logoNode.js
  • c-ares
NoYesSep 18, 2026
CVE-2026-19534HIGH7.5
  • Grafana logoGrafana
  • node-undici
NoYesSep 04, 2026
CVE-2026-84890MEDIUM5.9
  • Grafana logoGrafana
  • nodejs:22::v8-12.4-devel
NoYesSep 04, 2026
CVE-2026-87859MEDIUM5.3
  • Node.js logoNode.js
  • nodejs-libs
NoYesSep 11, 2026
CVE-2026-18540LOW3.7
  • Grafana logoGrafana
  • nodejs24.src
NoYesSep 04, 2026

Free Vulnerability Assessment

Benchmark your Cloud Security Posture

Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.

Request assessment

Get a personalized demo

Ready to see Wiz in action?

"Best User Experience I have ever seen, provides full visibility to cloud workloads."
David EstlickCISO
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
Adam FletcherChief Security Officer
"We know that if Wiz identifies something as critical, it actually is."
Greg PoniatowskiHead of Threat and Vulnerability Management