🔐 CVE Alert

CVE-2026-48860

UNKNOWN 0.0

Distribution-over-TLS LAN allowlist silently bypassed due to sockname/peername confusion in inet_tls_dist

CVSS Score
0.0
EPSS Score
0.0%
EPSS Percentile
0th

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.

CWE CWE-1025 CWE-863
Vendor erlang
Product otp
Published Jun 10, 2026
Last Updated Jun 10, 2026
Stay Ahead of the Next One

Get instant alerts for erlang otp

Be the first to know when new unknown vulnerabilities affecting erlang otp are published — delivered to Slack, Telegram or Discord.

Get Free Alerts → Free · No credit card · 60 sec setup

Affected Versions

Erlang / OTP
11.0 < *
Erlang / OTP
26.0 < * 7a08c5507862a7011568506d0c17b1fdef30bee4 < 0209a6df65d605552b378273027b3968b35f26b4

References

NVD ↗ CVE.org ↗ EPSS Data ↗
github.com: https://github.com/erlang/otp/security/advisories/GHSA-gp7x-mfv6-52cv cna.erlef.org: https://cna.erlef.org/cves/CVE-2026-48860.html osv.dev: https://osv.dev/vulnerability/EEF-CVE-2026-48860 erlang.org: https://www.erlang.org/doc/system/versions.html#order-of-versions github.com: https://github.com/erlang/otp/commit/0209a6df65d605552b378273027b3968b35f26b4

Credits

Lukas Backström Ingela Anderton Andin Raimo Niskanen Jakub Witczak