Release date:
2026-06-10 14:49:47 UTC
Description:
* SECURITY UPDATE: command injection via control characters in imaplib
- debian/patches/CVE-2025-15366-CVE-2025-15367.patch: backport of
cpython 6262704b (gh-143921, Seth Michael Larson).
imaplib.IMAP4._command() concatenated each argument into the
wire-level command without inspecting it, so user-controlled text
(e.g. a username passed to IMAP4.login()) containing CR/LF or other
control characters could inject a second IMAP command. Adds a
module-level _control_chars regex to Lib/imaplib.py and a guard in
_command() that rejects any argument containing a byte in
[\x00-\x1F\x7F] with ValueError before concatenation. Adds a
test_control_characters regression test to Lib/test/test_imaplib.py.
- CVE-2025-15366
* SECURITY UPDATE: command injection via control characters in poplib
- debian/patches/CVE-2025-15366-CVE-2025-15367.patch: backport of
cpython b234a2b6 (gh-143923, Seth Michael Larson).
poplib.POP3._putcmd() sent its argument to the server without
inspecting it, so user-controlled text passed to
user()/pass_()/apop()/rpop()/top() could inject a second POP3
command. Adds a guard in _putcmd() (Lib/poplib.py) that rejects any
argument containing a byte in [\x00-\x1F\x7F] with ValueError before
sending. Adds a test_control_characters regression test to
Lib/test/test_poplib.py.
- CVE-2025-15367
Updated packages:
-
alt-python27_2.7.18-21_amd64.deb
sha:d0c353edeae7d4059c99d53cc1bfe62ba29b8bbf
-
alt-python27-debug_2.7.18-21_amd64.deb
sha:fa9a0af73766eda0d08ff02e596b37a086a023ed
-
alt-python27-devel_2.7.18-21_amd64.deb
sha:12ec2b2f792b5758f04fcece821d256d808aa2c1
-
alt-python27-idle_2.7.18-21_amd64.deb
sha:d8e9613c1642a0f230bb2b9cca3809a7085e0477
-
alt-python27-libs_2.7.18-21_amd64.deb
sha:8cbc84f96fb8cd77d08dddec00d2dda9bd0b2d4f
-
alt-python27-test_2.7.18-21_amd64.deb
sha:1c8154f919a4652ddbb911d3dfa0b63051c2bc95
-
alt-python27-tkinter_2.7.18-21_amd64.deb
sha:00c1be33eb57cbb9ccf4838aba4b4ff49fa0086f
-
alt-python27-tools_2.7.18-21_amd64.deb
sha:1b2bab3eb64621522c40e21af8592e7f2e38fac0
Notes:
This page is generated automatically and has not been checked for errors. For clarification or
corrections please contact the
CloudLinux Packaging Team.