Release date:
2026-08-12 14:52:05 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:a488e2098f87427d1a81698755a037acfe23a2e1
-
alt-python27-debug_2.7.18-28_amd64.deb
sha:9e3ff6b3dff17d687d6f55db708a1676f29edf10
-
alt-python27-devel_2.7.18-28_amd64.deb
sha:81d1561aaac740839c0d6c13bef765dfcc454e14
-
alt-python27-idle_2.7.18-28_amd64.deb
sha:e51ef5bd6f4cf14cac24de4410688f59fcbfd612
-
alt-python27-libs_2.7.18-28_amd64.deb
sha:a0cb73359a70c32b6258fbf1cdd146676f2f698d
-
alt-python27-test_2.7.18-28_amd64.deb
sha:5961656f5abc622c755886d91eb711096f9a7db8
-
alt-python27-tkinter_2.7.18-28_amd64.deb
sha:272643df4385778c2b066eae8bd0a29c6c84b526
-
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.