Release date:
2026-06-15 13:20:32 UTC
Description:
* SECURITY UPDATE: imaplib.IMAP4._command() concatenated each command
argument into the wire-level command without inspecting it, so a
caller passing user-controlled text could inject additional IMAP
commands using CR/LF or other control characters.
- debian/patches/CVE-2025-15366.patch: backport of cpython
6262704b (gh-143921, Seth Larson). Adds a module-level
_control_chars regex and rejects any byte in [\x00-\x1F\x7F] with
ValueError before concatenating each argument. Upstream-main-only
fix; mirrors Red Hat's python3-3.6.8-21.el7_9.4 (RHSA-2026:6464).
- CVE-2025-15366
* SECURITY UPDATE: poplib.POP3._putcmd() encoded its argument and sent
it to the server without inspecting it, allowing the same command
injection via user() / pass_() / apop() / rpop() / top().
- debian/patches/CVE-2025-15367.patch: backport of cpython
b234a2b6 (gh-143923, Seth Larson). Rejects any byte in
[\x00-\x1F\x7F] with ValueError before sending. Upstream-main-only
fix; mirrors Red Hat's python3-3.6.8-21.el7_9.4 (RHSA-2026:6464).
- CVE-2025-15367
Updated packages:
-
alt-python36_3.6.15-38_amd64.deb
sha:b361238535072ec311ac99a26a105b1c5143bcc6
-
alt-python36-debug_3.6.15-38_amd64.deb
sha:37fb5b18d3f522705bb7f828239883f903cef2ff
-
alt-python36-devel_3.6.15-38_amd64.deb
sha:d79969997c4edf0481c946188efea2419e5c33d0
-
alt-python36-libs_3.6.15-38_amd64.deb
sha:02d7ba60898ad80db1290169bd3eb27137b85c84
-
alt-python36-test_3.6.15-38_amd64.deb
sha:c23dee248826404f745c5c150f460667501a2a74
-
alt-python36-tkinter_3.6.15-38_amd64.deb
sha:6fb4a6e91b3739d27bd9ae0dc2ce3d915547858a
-
alt-python36-tools_3.6.15-38_amd64.deb
sha:8212883f271f3e8e2baa33b1caf460662b42bc85
Notes:
This page is generated automatically and has not been checked for errors. For clarification or
corrections please contact the
CloudLinux Packaging Team.