Release date:
2026-06-15 13:43:04 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:a05a20ae4abb74dfaead1933f4d4b7751912f733
-
alt-python36-debug_3.6.15-38_amd64.deb
sha:66ffb4a0e11feeded69384ebc8da682cf3617077
-
alt-python36-devel_3.6.15-38_amd64.deb
sha:ad941c315a1f50911a5d03906d694c09589f87cc
-
alt-python36-libs_3.6.15-38_amd64.deb
sha:e5ce81c5ece13f95bfd8c86a8e2ec8734cb1fc7b
-
alt-python36-test_3.6.15-38_amd64.deb
sha:48223a2b8d51c840339b1e2c0e80006705670b48
-
alt-python36-tkinter_3.6.15-38_amd64.deb
sha:5ad9be4172c8172b210f5fadb51dfdf20ff5d494
-
alt-python36-tools_3.6.15-38_amd64.deb
sha:e02f2b93979ceb4c45f48b82695c7452279bd17d
Notes:
This page is generated automatically and has not been checked for errors. For clarification or
corrections please contact the
CloudLinux Packaging Team.