Release date:
2026-08-12 15:05:49 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:0c73f944ecd515ea889937ffca15166254b0c398
-
alt-python27-debug_2.7.18-28_amd64.deb
sha:a817c2fe5348370174c200923e8b39087149b65e
-
alt-python27-devel_2.7.18-28_amd64.deb
sha:6fc06328c07ed6f82a8f9397c0644c156648d61f
-
alt-python27-idle_2.7.18-28_amd64.deb
sha:e51ef5bd6f4cf14cac24de4410688f59fcbfd612
-
alt-python27-libs_2.7.18-28_amd64.deb
sha:d2c4d14ede3816783e8b75ee1ee2cf722996fda2
-
alt-python27-test_2.7.18-28_amd64.deb
sha:aa79a6b5facf0406c998c2350918b4f042d03220
-
alt-python27-tkinter_2.7.18-28_amd64.deb
sha:87fb252a60393bddfa6da5dc28142f4adbf6a0fb
-
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.