EEF-CVE-2026-48860

Source
https://cna.erlef.org/osv/EEF-CVE-2026-48860.html
Import Source
https://cna.erlef.org/osv/EEF-CVE-2026-48860.json
JSON Data
https://api.osv.dev/v1/vulns/EEF-CVE-2026-48860
Aliases
  • CVE-2026-48860
  • GHSA-gp7x-mfv6-52cv
Published
2026-06-10T14:35:49.987Z
Modified
2026-06-10T15:11:29.520673318Z
Severity
  • 7.5 (High) CVSS_V4 - CVSS:4.0/AV:A/AC:H/AT:P/PR:L/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N CVSS Calculator
Summary
Distribution-over-TLS LAN allowlist silently bypassed due to sockname/peername confusion in inet_tls_dist
Details

Summary

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.

Workaround

Implement a custom verify_fun SSL option that correctly checks the peer IP address using inet:peername/1 on the socket.

Configuration

The Erlang distribution must be configured to use TLS (inet_tls_dist) with the check_ip option enabled. The default Erlang distribution configuration does not use TLS and is not affected.

Database specific
{
    "cpe_ids": [
        "cpe:2.3:a:erlang:erlang\\/otp:*:*:*:*:*:*:*:*"
    ],
    "capec_ids": [
        "CAPEC-1",
        "CAPEC-115"
    ],
    "cwe_ids": [
        "CWE-1025",
        "CWE-863"
    ]
}
References
Credits
    • Lukas Backström - FINDER
    • Ingela Anderton Andin - REMEDIATION_DEVELOPER
    • Raimo Niskanen - REMEDIATION_REVIEWER
    • Jakub Witczak - REMEDIATION_REVIEWER

Affected packages

Git / github.com/erlang/otp

Affected ranges

Type
GIT
Repo
https://github.com/erlang/otp
Events

Database specific

source
"https://cna.erlef.org/osv/EEF-CVE-2026-48860.json"