[CLSA-2026:1786538317] Fix CVE(s): CVE-2026-0864, CVE-2026-11972, CVE-2026-3276, CVE-2026-8328
Type:
security
Severity:
Important
Release date:
2026-08-13 13:29:26 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:13930fe4c7fa591523acf65d37ba6f1d1d729f87
  • alt-python27-debug_2.7.18-28_amd64.deb
    sha:69ce1074d2d2885913461f751a29e9cb8be17b2c
  • alt-python27-devel_2.7.18-28_amd64.deb
    sha:8ff411b1fcf9d9bddf5fd823c979203fedadec2c
  • alt-python27-idle_2.7.18-28_amd64.deb
    sha:6baf72137d48fcab2a9f1c4afcbbf805f4bfe925
  • alt-python27-libs_2.7.18-28_amd64.deb
    sha:ae87f9df197fe2eb2b38f2b93d3978d5c9d521e6
  • alt-python27-test_2.7.18-28_amd64.deb
    sha:8a6373980c18ccfd4532627fc4d9e6354f810050
  • alt-python27-tkinter_2.7.18-28_amd64.deb
    sha:558bbc373a3f0f0c2b02795d110f20a723d67c48
  • alt-python27-tools_2.7.18-28_amd64.deb
    sha:7d77f85aec05e24a28b1fefe7a7da33acd8e7f8c
Notes:
This page is generated automatically and has not been checked for errors. For clarification or corrections please contact the CloudLinux Packaging Team.