Release date:
2026-08-12 14:59:19 UTC
Description:
* SECURITY UPDATE: FTP data-connection redirection (SSRF) via the
ftplib.ftpcp() helper. ftpcp() was not updated when CVE-2021-4189 was
fixed: it still called parse227() directly and passed the raw
attacker-controllable IPv4 address and port from the source server's
PASV reply to target.sendport(), so a malicious source FTP server could
redirect the target server's data connection to an arbitrary host:port.
- debian/patches/CVE-2026-8328.patch: backport of cpython eac4fe3b
(gh-87451, GH-149648). ftpcp() now ignores the advertised PASV host
and uses the source server's real peer address
(source.sock.getpeername()[0]), honoring the existing
trust_server_pasv_ipv4_address opt-out, the same as FTP.makepasv().
Includes a TestFtpcpSecurity unit test adapted to Python 2.7
(hand-written stubs instead of unittest.mock).
- CVE-2026-8328
Updated packages:
-
alt-python27_2.7.18-28_amd64.deb
sha:0aeefae4080011f93f423bf09d23e613623c4a9c
-
alt-python27-debug_2.7.18-28_amd64.deb
sha:df2962f9bd4519d96a5d5cea7976b31f822324fc
-
alt-python27-devel_2.7.18-28_amd64.deb
sha:f05a37ea50094637b91b1c8b08201aedb9efb832
-
alt-python27-idle_2.7.18-28_amd64.deb
sha:e51ef5bd6f4cf14cac24de4410688f59fcbfd612
-
alt-python27-libs_2.7.18-28_amd64.deb
sha:7925cf46e89c607964b6ba2eea8c3ff6f76d2906
-
alt-python27-test_2.7.18-28_amd64.deb
sha:c4d4e2ec7d1b7a0b7fd9a4fd4b956b452eb453d2
-
alt-python27-tkinter_2.7.18-28_amd64.deb
sha:d7bd01faca0ae2e40ce20145c8f5a01395dc7486
-
alt-python27-tools_2.7.18-28_amd64.deb
sha:12fb5e0cc76531e3d50b41a4bed3821e34acb920
Notes:
This page is generated automatically and has not been checked for errors. For clarification or
corrections please contact the
CloudLinux Packaging Team.