Vulnerability 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 OTP 29.0.2, OTP 28.5.0.2 and OTP 27.3.4.13, corresponding to ssl from 11.0 before 11.7.2, 11.6.0.2 and 11.2.12.9.
CVSS Score
MEDIUM
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Erlang | Erlang\/Otp | >= 26.0, < 27.3.4.13 |
| Erlang | Erlang\/Ssl | >= 11.0, < 11.2.12.9 |
Related Weaknesses (CWE)
References
- https://cna.erlef.org/cves/CVE-2026-48860.htmlThird Party Advisory
- https://github.com/erlang/otp/commit/0209a6df65d605552b378273027b3968b35f26b4Patch
- https://github.com/erlang/otp/security/advisories/GHSA-gp7x-mfv6-52cvVendor Advisory
- https://osv.dev/vulnerability/EEF-CVE-2026-48860Third Party Advisory
- https://www.erlang.org/doc/system/versions.html#order-of-versionsProduct
FAQ
What is CVE-2026-48860?
CVE-2026-48860 is a vulnerability with a CVSS score of 6.5 (MEDIUM). 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...
How severe is CVE-2026-48860?
CVE-2026-48860 has been rated MEDIUM with a CVSS base score of 6.5/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-48860?
Check the references section above for vendor advisories and patch information. Affected products include: Erlang Erlang\/Otp, Erlang Erlang\/Ssl.