[CLSA-2026:1781098341] Fix CVE(s): CVE-2025-15366, CVE-2025-15367
Type:
security
Severity:
Important
Release date:
2026-06-10 13:32:49 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:84b98f548ac8817220d92c0ffbbb67b2790b7595
  • alt-python27-debug_2.7.18-21_amd64.deb
    sha:efd7916a92ea4ca3bd94283f6f37cd67dab9a214
  • alt-python27-devel_2.7.18-21_amd64.deb
    sha:e6aa7260d2b22744c73f8f3082623d0e39e34a0e
  • alt-python27-idle_2.7.18-21_amd64.deb
    sha:6d67e729a427a2671716e06e4f18ebc374d4ab75
  • alt-python27-libs_2.7.18-21_amd64.deb
    sha:926c946ba6a18805e2c43a4090b85c69ac4ee7a3
  • alt-python27-test_2.7.18-21_amd64.deb
    sha:94050b7bccf1fa8b40b0ef3dd0c32b032662990b
  • alt-python27-tkinter_2.7.18-21_amd64.deb
    sha:260f286e29436116fd3cc1e80f6a573bd0c4690e
  • 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.