Predictive Vulnerability Intelligence.

Product

  • Product
  • Pricing
  • Documentation

Company

  • About
  • Partnerships
  • Blog
  • Support

Legal

  • Terms
  • Privacy
  • Data Licensing

© 2026 FAUCET Technologies LLC. All rights reserved.

CVE-2026-54891

26
FAUCET Score

Improper Enforcement of Message Integrity During Transmission in a Communication Channel vulnerability in Erlang/OTP ssl (tls_gen_connection module) allows a network-positioned attacker to inject unauthenticated plaintext that the TLS client application later treats as authenticated server data. The function tls_gen_connection:handle_protocol_record/3 rejects APPLICATION_DATA records that arrive in pre-handshake states when the TLS endpoint acts as a server, but does not apply the same check when the endpoint acts as a client. A network-positioned attacker can send plaintext APPLICATION_DATA records to the client during the handshake. The records are buffered and, once the handshake completes successfully, delivered to the application as if they were authenticated post-handshake data. The attacker cannot observe the client's response or steer the connection, so the impact is limited to blind injection of unauthenticated bytes. The injection window is wider for TLS versions prior to TLS 1.3 than for TLS 1.3. This vulnerability is associated with program file lib/ssl/src/tls_gen_connection.erl. This issue affects OTP from OTP 17.0 before OTP 29.0.3, OTP 28.5.0.3 and OTP 27.3.4.14, corresponding to ssl from 5.3.4 before 11.7.3, 11.6.0.3 and 11.2.12.10. TLS 1.3 is affected starting with OTP 22.0, when TLS 1.3 support was added.

First published: Jul 2, 2026Last modified: Jul 24, 2026

Impacted Technologies

VendorProductVersion(s)CPE
>= 17.0, < 27.3.4.14CPE matchmatch criteria
cpe:2.3:a:erlang:erlang\/otp:*:*:*:*:*:*:*:*
>= 28.0, < 28.5.0.3CPE matchmatch criteria
cpe:2.3:a:erlang:erlang\/otp:*:*:*:*:*:*:*:*
>= 29.0, < 29.0.3CPE matchmatch criteria
cpe:2.3:a:erlang:erlang\/otp:*:*:*:*:*:*:*:*
>= 5.3.4, < 11.2.12.10CPE matchmatch criteria
cpe:2.3:a:erlang:erlang\/ssl:*:*:*:*:*:*:*:*
>= 11.3, < 11.6.0.3CPE matchmatch criteria
cpe:2.3:a:erlang:erlang\/ssl:*:*:*:*:*:*:*:*

CVSS Data

CVSS version used by this source: 4.0

6.3MEDIUM

CVSS:4.0/AV:N/AC:H/AT:P/PR:N/UI:N/VC:N/VI:L/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X

Attack Vector
NETWORK
Attack Complexity
HIGH
Attack Requirements
PRESENT
Privileges Required
NONE
User Interaction
NONE
VS Confidentiality
NONE
VS Integrity
LOW
VS Availability
NONE
SS Confidentiality
NONE
SS Integrity
NONE
SS Availability
NONE
Exploit Maturity
NOT_DEFINED
CvssVersion
4.0

Exploit Intelligence

EPSS Score
0.14%
Probability of exploitation in next 30 days
EPSS Percentile
3.4%
Percentile rank of EPSS score among Peer Group
As of 2026-07-25
Model: v2026.06.15
This CVE's current EPSS score of 0.0014 is in the 0th percentile among its peer group of 1,506 CVEs.

Social Chatter

The average CVE in this peer group has 0.0 Twitter, 0.0 Reddit, 0.1 Bluesky, 0.0 Mastodon, and 0.3 GitHub mentions.

Media Mentions

No media coverage found for this CVE.

The average CVE in this peer group has 0.0 InfoSec Media, 0.0 Vendor Blog, and 0.0 Security Researcher mentions.

Remediation

Patch Available

Vendor Patches (1)

github_advisorypatch availablevia nvd_reference
View patch

Vendor Advisories (1)

microsoft2026-Jul/CVE-2026-54891Moderate

Plaintext APPLICATION_DATA injected during TLS handshake delivered to client application post-handshake in ssl

Jul 2, 2026

References

cna.erlef.org / cves/CVE-2026-54891.html
Vendor Advisory
github.com / erlang/otp/commit/07d2d0e93f6aaf7652a81e8df075fc1728da5e96
Patch
github.com / erlang/otp/security/advisories/GHSA-gf6r-99xw-6qg6
Vendor Advisory
osv.dev / vulnerability/EEF-CVE-2026-54891
Third Party Advisory
erlang.org / doc/system/versions.html
Release Notes