Release date:
2026-08-12 10:56:59 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:2257c556d01130da8d8505c6b131db617f3e71d8
-
alt-python27-debug_2.7.18-28_amd64.deb
sha:72981fe63bdba02a15cffd68eb18e241852bf796
-
alt-python27-devel_2.7.18-28_amd64.deb
sha:ad53257da41910692771d7e6769b972eed62b239
-
alt-python27-idle_2.7.18-28_amd64.deb
sha:d86596e1a663110f881e365aab84a18c5ff2e68a
-
alt-python27-libs_2.7.18-28_amd64.deb
sha:4c3c1d31ea8ca484c39869799c8acdbff82dd077
-
alt-python27-test_2.7.18-28_amd64.deb
sha:484c2ed81965002981f75599371b2f4540aec477
-
alt-python27-tkinter_2.7.18-28_amd64.deb
sha:a360c2100c6a50cdf145c9bdac859b4c5ea8eb5f
-
alt-python27-tools_2.7.18-28_amd64.deb
sha:ec97c767a617a155d5686c88686433a840641202
Notes:
This page is generated automatically and has not been checked for errors. For clarification or
corrections please contact the
CloudLinux Packaging Team.