EEF-CVE-2026-48859

Source
https://cna.erlef.org/osv/EEF-CVE-2026-48859.html
Import Source
https://cna.erlef.org/osv/EEF-CVE-2026-48859.json
JSON Data
https://api.osv.dev/v1/vulns/EEF-CVE-2026-48859
Aliases
  • CVE-2026-48859
  • GHSA-3w6p-vwhf-wvp4
Published
2026-06-10T14:35:43.553Z
Modified
2026-06-10T15:11:29.592551089Z
Severity
  • 6.3 (Medium) CVSS_V4 - CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:L/VI:N/VA:N/SC:N/SI:N/SA:N CVSS Calculator
Summary
SSH server timing side-channel in ssh_auth:check_password/3 allows unauthenticated username enumeration
Details

Summary

Observable Timing Discrepancy vulnerability in Erlang/OTP ssh (ssh_auth, ssh_options modules) allows unauthenticated remote username enumeration via timing side-channel in password authentication.

When the SSH daemon is configured with the user_passwords or password option, ssh_auth:check_password/3 performs a PBKDF2-SHA256 computation with 600,000 iterations (~300ms) for valid usernames, but returns immediately (~0ms) for invalid usernames via the ssh_options:get_password_option/2 path. This timing difference is detectable in a single authentication attempt and allows an unauthenticated attacker to distinguish valid from invalid usernames.

The user_passwords and password options are documented as intended for test purposes; the recommended alternative is pwdfun, which is not affected by this vulnerability.

This vulnerability is associated with program files lib/ssh/src/ssh_auth.erl and lib/ssh/src/ssh_options.erl.

This issue affects OTP from OTP 29.0 before 29.0.2 corresponding to ssh from 6.0 before 6.0.1.

Workaround

Use the pwdfun option instead of user_passwords for password authentication. The pwdfun callback gives full control over timing behavior and is not affected by this vulnerability. Implementations should take care to execute in approximately constant time regardless of username validity.

Restrict SSH port access to trusted networks only via firewall rules, reducing the set of potential attackers who can perform timing measurements.

Configuration

The SSH daemon must be configured with the user_passwords or password option for password authentication. Systems using the pwdfun option instead are not affected.

Database specific
{
    "cpe_ids": [
        "cpe:2.3:a:erlang:erlang\\/otp:*:*:*:*:*:*:*:*"
    ],
    "cwe_ids": [
        "CWE-208"
    ],
    "capec_ids": [
        "CAPEC-116"
    ]
}
References
Credits
    • Zhang Delong - FINDER
    • Jakub Witczak - REMEDIATION_DEVELOPER
    • Ingela Anderton Andin - REMEDIATION_REVIEWER
    • Michał Wąsowski - REMEDIATION_REVIEWER

Affected packages

Git / github.com/erlang/otp

Affected ranges

Type
GIT
Repo
https://github.com/erlang/otp
Events

Database specific

source
"https://cna.erlef.org/osv/EEF-CVE-2026-48859.json"