CVE-2026-48860
Last modified
CVE-2026-48860 is a medium-severity vulnerability rated 6.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 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.
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
- Modified
Frequently Asked Questions
What is CVE-2026-48860?
How severe is CVE-2026-48860?
How do I fix CVE-2026-48860?
How Strix Helps
- Uncovering a hidden BOLA in Appsmith's snapshot logicStrix autonomously discovered a BOLA/IDOR vulnerability in Appsmith's snapshot deletion path.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-48853Deserialization of Untrusted Data and Allocation of Resource…9.2
- CVE-2026-48854Allocation of Resources Without Limits or Throttling vulnera…8.7
- CVE-2026-48855Exposure of Sensitive Information to an Unauthorized Actor v…6.5
- CVE-2026-48856Sensitive Data Exposure vulnerability in Erlang OTP inets (h…6.5
- CVE-2026-48858Server-Side Request Forgery (SSRF) vulnerability in Erlang/O…6.5
- CVE-2026-48859Observable Timing Discrepancy vulnerability in Erlang/OTP ss…5.3
- CVE-2026-48861Improper Neutralization of CRLF Sequences ('CRLF Injection')…2.1
- CVE-2026-48862Allocation of Resources Without Limits or Throttling vulnera…8.2
- CVE-2026-48863A flaw was found in libsolv. A stack-based buffer overflow v…7.5
- CVE-2026-48864A flaw was found in libsolv. This heap buffer overflow occur…7.8
- CVE-2026-48865Improper Neutralization of Input During Web Page Generation …7.1
- CVE-2026-48866Improper Limitation of a Pathname to a Restricted Directory …9.6
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
