Release date:
2026-08-12 13:39:56 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:64f7515691552f43b05a9313a580d73457c42553
-
alt-python27-debug_2.7.18-28_amd64.deb
sha:3c6d6c26281d66b3410f8176af0d1b3dc2e9bcac
-
alt-python27-devel_2.7.18-28_amd64.deb
sha:c36284c1771f2f575256c59abdfc2033073be58d
-
alt-python27-idle_2.7.18-28_amd64.deb
sha:e51ef5bd6f4cf14cac24de4410688f59fcbfd612
-
alt-python27-libs_2.7.18-28_amd64.deb
sha:84e137c742ffd90cc5f70347693e9c75dffbe64e
-
alt-python27-test_2.7.18-28_amd64.deb
sha:0666fbeae60079c208e8ebf4023a397707fa6ec3
-
alt-python27-tkinter_2.7.18-28_amd64.deb
sha:8f18c3813fc7864db8780fa9580368fdc6c2a74a
-
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.