Fixing bsc#1257044 (CVE-2025-15366)

Add CVE-2025-15366-imap-ctrl-chars.patch fixing bsc#1257044
(CVE-2025-15366) using gh#python/cpython!143922 and doing basically the
same as the previous patch for IMAP protocol.
This commit is contained in:
2026-02-04 10:35:09 +01:00
parent 706c7b4cac
commit 3a530bad02
3 changed files with 62 additions and 0 deletions

View File

@@ -5,6 +5,9 @@ Thu Feb 5 17:26:23 UTC 2026 - Matej Cepl <mcepl@cepl.eu>
(CVE-2025-12781) combining gh#python/cpython!141061,
gh#python/cpython!141128, and gh#python/cpython!141153. All
`*b64decode` functions should not accept non-altchars.
- Add CVE-2025-15366-imap-ctrl-chars.patch fixing bsc#1257044
(CVE-2025-15366) using gh#python/cpython!143922 and doing
basically the same as the previous patch for IMAP protocol.
-------------------------------------------------------------------
Thu Feb 5 12:57:09 UTC 2026 - Matej Cepl <mcepl@cepl.eu>