CVE-2026-48860
Last modified
CVE-2026-48860 is a high-severity vulnerability rated 7.5/10 on the CVSS scale. 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. EPSS estimates a 0.19% chance of exploitation in the next 30 days.
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.
Metrics
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N
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/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
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Erlang | Erlang\/Otp | >= 26.0, < 27.3.4.13 |
| Erlang | Erlang\/Otp | >= 28.0, < 28.5.0.2 |
| Erlang | Erlang\/Otp | >= 29.0, < 29.0.2 |
| Erlang | Erlang\/Ssl | >= 11.0, < 11.2.12.9 |
| Erlang | Erlang\/Ssl | >= 11.6, < 11.6.0.2 |
| Erlang | Erlang\/Ssl | >= 11.7, < 11.7.2 |
References
- https://cna.erlef.org/cves/CVE-2026-48860.htmlThird Party Advisory
- https://osv.dev/vulnerability/EEF-CVE-2026-48860Third Party Advisory
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2026-48860?
How severe is CVE-2026-48860?
How do I fix CVE-2026-48860?
Are you affected by CVE-2026-48860?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
