Server-Side Request Forgery (SSRF) vulnerability in Erlang/OTP ftp (ftp_internal module) allows FTP bounce attacks and SSRF via an unvalidated PASV response IP address. The ftp_internal:handle_ctrl_result/2 PASV handler (mode=passive, ipfamily=inet, ftp_extension=false) extracts the IP address from the server's 227 response and passes it directly to gen_tcp:connect/4 without validating it against the control connection peer address. The adjacent EPSV handlers correctly call peername(CSock) to derive the IP from the control connection, but the PASV handler does not. A malicious or compromised FTP server can redirect the client's data connection to an arbitrary internal host and port. On read operations (ftp:ls/1,2, ftp:nlist/1,2, ftp:recv/2,3), data from the redirected target is returned to the caller. On write operations (ftp:send/2,3, ftp:append/2,3), file content is sent to the redirected target. This enables SSRF against internal hosts, cloud metadata endpoints, and FTP bounce attacks against third-party hosts. The vulnerable path is the default configuration (mode=passive, ipfamily=inet, ftp_extension=false). RFC 2577 section 3 explicitly recommends validating the PASV response IP against the control connection peer. The ftp application is deprecated and scheduled for removal in OTP-30. This vulnerability is associated with program files lib/inets/src/ftp/ftp_internal.erl (inets 5.10.4 through 6.5, OTP 17.4 through 20.3) and lib/ftp/src/ftp_internal.erl (ftp 1.0 and later, OTP 21.0 and later). This issue affects OTP from OTP 17.4 before 29.0.2, 28.5.0.2 and 27.3.4.13 corresponding to inets from 5.10.4 before 7.0 and ftp from 1.0 before 1.2.6, 1.2.4.1 and 1.2.3.1.
総合評価: CVE-2026-48858 は低リスク(30.3/100)。CVSS 深刻度は中。悪用される可能性が高い(EPSS 0.23%、14 パーセンタイル) 推奨対応: 悪用情報と EPSS の推移を監視し、必要に応じて優先度を見直してください。
リスクは変動します。再評価に基づき、本ページの表示内容を更新しています。
EPSS は日次で悪用されやすさの相対度合いを推定します。パーセンタイルは採点済み CVE の中での相対位置(高いほど相対的に深刻)を示します。
| # | 日付 | 旧 EPSS スコア | 新 EPSS スコア | Δ(新 − 旧) |
|---|---|---|---|---|
| 1 | 2026-06-15 | 0.05% | 0.23% | +0.18% |
| 2 | 2026-06-11 | — | 0.05% | — |
EPSS の全履歴 (全 2 件)
この CVE の CVSS 指標。
| ベーススコア | バージョン | 深刻度 | ベクトル | 悪用しやすさ | 影響 | スコアの出典 |
|---|---|---|---|---|---|---|
| 6.3 | 4.0 | MEDIUM |
|
— | — | 6b3ad84c-e1a6-4bf7-a703-f496b71e49db |
| 6.5 | 3.1 | MEDIUM |
|
3.9 | 2.5 | [email protected] |
| vendor | priority | summary | link |
|---|---|---|---|
debian
|
not yet assigned | CVE-2026-48858 not yet assigned priority: Debian including 1 source packages (erlang), 5 status rows across 5 suites (bookworm, bullseye, forky, sid, trixie): open 3, resolved 2. | https://security-tracker.debian.org/tracker/CVE-2026-48858 |
suse
|
high | — | https://www.suse.com/security/cve/CVE-2026-48858/ |
| ベンダー | 製品 | バージョン | 生の CPE |
|---|---|---|---|
| erlang | erlang\/inets | >= 5.10.4, < 7.0 | cpe:2.3:a:erlang:erlang\/inets:*:*:*:*:*:*:*:* |
| erlang | erlang\/otp | >= 17.4, < 27.3.4.13 | cpe:2.3:a:erlang:erlang\/otp:*:*:*:*:*:*:*:* |
| erlang | erlang\/otp | >= 28.0, < 28.5.0.2 | cpe:2.3:a:erlang:erlang\/otp:*:*:*:*:*:*:*:* |
| erlang | erlang\/otp | >= 29.0, < 29.0.2 | cpe:2.3:a:erlang:erlang\/otp:*:*:*:*:*:*:*:* |
| erlang | ftp | >= 1.0, < 1.2.3.1 | cpe:2.3:a:erlang:ftp:*:*:*:*:*:*:*:* |
| erlang | ftp | >= 1.2.4, < 1.2.4.1 | cpe:2.3:a:erlang:ftp:*:*:*:*:*:*:*:* |
| erlang | ftp | >= 1.2.5, < 1.2.6 | cpe:2.3:a:erlang:ftp:*:*:*:*:*:*:*:* |
| URL | タグ |
|---|---|
| https://cna.erlef.org/cves/CVE-2026-48858.html | Mitigation Third Party Advisory |
| https://github.com/erlang/otp/commit/2691a806231ffd0490a8a9e20500dec0c7e73727 | Patch |
| https://github.com/erlang/otp/commit/521bcfa24407ee8cb5614823cf905c37ea3aa605 | Patch |
| https://github.com/erlang/otp/security/advisories/GHSA-24cv-hwgr-37fq | Mitigation Vendor Advisory |
| https://osv.dev/vulnerability/EEF-CVE-2026-48858 | Mitigation Third Party Advisory |
| https://www.erlang.org/doc/system/versions.html#order-of-versions | Product |