CVE REMEDIATION GUIDE
Review reviewHighFixed-version data available

CVE-2026-48860 remediation guide

Erlang OTP, erlang/otp, erlang/ssl

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...

Open CVE record
ProductErlang OTP, erlang/otp, erlang/ssl
Affected versions>= 11.0, >= 26.0, >= 7a08c5507862a7011568506d0c17b1fdef30bee4 < 0209a6df65d605552b378273027b3968b35f26b4, >= 26.0 < 27.3.4.13, >= 28.0 < 28.5.0.2, >= 29.0 < 29.0.2, >= 11.0 < 11.2.12.9, >= 11.6 < 11.6.0.2, >= 11.7 < 11.7.2
Fixed versions27.3.4.13, 28.5.0.2, 29.0.2, 11.2.12.9, 11.6.0.2, 11.7.2
Priority basisReview · CVSS 7.5 · EPSS 0.19%
01

Identify the affected asset

Confirm whether Erlang OTP, erlang/otp, erlang/ssl is installed, record the deployed version and installation path, and identify exposed interfaces.

  • Record the product name, package or appliance identifier, and installed version.
  • Identify internet-facing, administrative, API, and internal access paths.
  • Preserve the pre-change configuration and relevant service logs.
02

Validate the affected-version match

Compare the deployed version with the affected range: >= 11.0, >= 26.0, >= 7a08c5507862a7011568506d0c17b1fdef30bee4 < 0209a6df65d605552b378273027b3968b35f26b4, >= 26.0 < 27.3.4.13, >= 28.0 < 28.5.0.2, >= 29.0 < 29.0.2, >= 11.0 < 11.2.12.9, >= 11.6 < 11.6.0.2, >= 11.7 < 11.7.2. Treat incomplete inventory results as unresolved.

03

Prioritize with independent signals

The CVSS severity warrants an early asset and exposure review. Combine this signal with asset criticality, exposure, compensating controls, and business impact.

04

Apply supported remediation

Follow the vendor advisory or supported update path. Current fixed-version status: 27.3.4.13, 28.5.0.2, 29.0.2, 11.2.12.9, 11.6.0.2, 11.7.2. Preserve configuration and rollback material before change.

05

Verify the result

Confirm the resulting version, service health, authentication and access paths, monitoring coverage, and relevant security logs.

  • Confirm the expected version and package state.
  • Run a functional health check for critical service paths.
  • Review authentication, error, application, and security monitoring logs.
  • Reassess exposure if the supported fix cannot be applied.

Operational boundary

This page does not replace the vendor advisory, support contract, change-management process, or recovery plan. Do not infer that an asset is unaffected from an incomplete inventory query or a missing fixed-version field.