{"affected":[{"ranges":[{"events":[{"introduced":"be95772ee1fcfe71045ef070130bea7a910b81e3"},{"fixed":"2691a806231ffd0490a8a9e20500dec0c7e73727"},{"fixed":"521bcfa24407ee8cb5614823cf905c37ea3aa605"}],"repo":"https://github.com/erlang/otp","type":"GIT"}]}],"aliases":["GHSA-24cv-hwgr-37fq","CVE-2026-48858"],"credits":[{"name":"Jonatan Männchen / EEF","type":"FINDER"},{"name":"Jonatan Männchen / EEF","type":"REMEDIATION_DEVELOPER"},{"name":"Ingela Anderton Andin","type":"REMEDIATION_REVIEWER"}],"database_specific":{"capec_ids":["CAPEC-664"],"cpe_ids":["cpe:2.3:a:erlang:erlang\\/otp:*:*:*:*:*:*:*:*"],"cwe_ids":["CWE-918"]},"details":"## Summary\n\nServer-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.\n\nThe 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.\n\nThe 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.\n\nThe ftp application is deprecated and scheduled for removal in OTP-30.\n\nThis 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).\n\nThis 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.\n\n## Workaround\n\nPass {ftp\\_extension, true} to ftp:open/2 to use EPSV instead of PASV. Alternatively, pass {mode, active} to use active mode, or pass {ipfamily, inet6} to force IPv6, both of which bypass the vulnerable PASV path.\n\n## Configuration\n\nThe vulnerable path is active under the default configuration: mode=passive, ipfamily=inet, and ftp\\_extension=false are all defaults for ftp:open/2.","id":"EEF-CVE-2026-48858","modified":"2026-06-10T14:38:20.421Z","published":"2026-06-10T14:35:45.466Z","references":[{"type":"ADVISORY","url":"https://github.com/erlang/otp/security/advisories/GHSA-24cv-hwgr-37fq"},{"type":"WEB","url":"https://cna.erlef.org/cves/CVE-2026-48858.html"},{"type":"WEB","url":"https://www.erlang.org/doc/system/versions.html#order-of-versions"},{"type":"FIX","url":"https://github.com/erlang/otp/commit/2691a806231ffd0490a8a9e20500dec0c7e73727"},{"type":"FIX","url":"https://github.com/erlang/otp/commit/521bcfa24407ee8cb5614823cf905c37ea3aa605"}],"related":[],"schema_version":"1.7.3","severity":[{"score":"CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:L/VI:L/VA:N/SC:L/SI:L/SA:N","type":"CVSS_V4"}],"summary":"ftp client PASV response IP not validated against control peer, enabling SSRF and FTP bounce attacks","upstream":[]}