[CLSA-2026:1781101094] Fix CVE(s): CVE-2025-15366, CVE-2025-15367
Type:
security
Severity:
Important
Release date:
2026-06-10 14:18:33 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:f4da5557c24f7f18e2eb9f34e02577f76a96cace
  • alt-python27-debug_2.7.18-21_amd64.deb
    sha:084d571944ad99e3ff4c33d2885b1b1387b4abc2
  • alt-python27-devel_2.7.18-21_amd64.deb
    sha:943853c8953613ab584345b2315fc2084186771d
  • alt-python27-idle_2.7.18-21_amd64.deb
    sha:6d67e729a427a2671716e06e4f18ebc374d4ab75
  • alt-python27-libs_2.7.18-21_amd64.deb
    sha:557198ba4977d86f74acdde00088fb858c47151d
  • alt-python27-test_2.7.18-21_amd64.deb
    sha:b84f50660e0f6f8a1241047da0e89a48af6bfd44
  • alt-python27-tkinter_2.7.18-21_amd64.deb
    sha:f1ef1d36620fa339a38ff29c62d9057025b4145d
  • alt-python27-tools_2.7.18-21_amd64.deb
    sha:e132bfa3b3d42a95ec94a96358814fca984a004a
Notes:
This page is generated automatically and has not been checked for errors. For clarification or corrections please contact the CloudLinux Packaging Team.