216.73.216.86

CVE-2026-48860

· Published 10/06/2026 16:17 · Modified 10/06/2026 20:19

Labels: CVE-2026-48860 2026-06-106b3ad84c-e1a6-4bf7-a703-f496b71e49dbCVE-2026-48860CWE-863

Essential information

Published
10/06/2026 16:17
Modified
10/06/2026 20:19
Author
Creator
CVSS
7.5 HIGH (v3) 7.5 HIGH (v4.0)
CISA KEV
No
CWE
CVSS vector

CVSS metrics

Description

Reliance on IP Address for Authentication vulnerability in Erlang/OTP ssl (inet_tls_dist module) allows unauthenticated bypass of the distribution-over-TLS LAN allowlist. The inet_tls_dist:check_ip/1 function, which enforces a LAN allowlist for Erlang distribution over TLS, calls inet:sockname/1 instead of inet:peername/1 to obtain the peer's IP address. Because inet:sockname/1 returns the local socket address, both the local IP and the supposed peer IP resolve to the same value, causing the subnet mask comparison to always succeed regardless of the actual remote address. Any holder of a CA-signed TLS certificate can therefore bypass the LAN restriction and gain full Erlang distribution access to the node, including rpc:call/4 and code:load_binary/3. This vulnerability is associated with program file lib/ssl/src/inet_tls_dist.erl. This issue affects OTP from OTP 26.0 before 29.0.2, 28.5.0.2 and 27.3.4.13 corresponding to ssl from 11.0 before 11.7.2, 11.6.0.2 and 11.2.12.9.

NVD status

Status
Undergoing Analysis — CVE has been recently published to the CVE List and has been received by the NVD.
Source
6b3ad84c-e1a6-4bf7-a703-f496b71e49db
NVD
View on NVD

Affected products (CPE)

ProductCPE
erlang / erlang cpe:2.3:a:erlang:erlang:26.0-29.0.2:*:*:*:*:*:*:*
erlang / ssl cpe:2.3:a:erlang:ssl:<11.0-11.7.2:*:*:*:*:*:*:*
erlang / ssl cpe:2.3:a:erlang:ssl:11.6.0.2:*:*:*:*:*:*:*
erlang / ssl cpe:2.3:a:erlang:ssl:11.2.12.9:*:*:*:*:*:*:*

References