Fix bsc#1257041 (CVE-2025-15367)

Add CVE-2025-15367-poplib-ctrl-chars.patch fixing bsc#1257041
(CVE-2025-15367) using gh#python/cpython!143924 and doing basically the
same as the previous patch for poplib library.
This commit is contained in:
2026-02-04 20:54:27 +01:00
parent 3a530bad02
commit 5a93ef3ac0
4 changed files with 63 additions and 0 deletions

View File

@@ -8,6 +8,9 @@ Thu Feb 5 17:26:23 UTC 2026 - Matej Cepl <mcepl@cepl.eu>
- 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.
- Add CVE-2025-15367-poplib-ctrl-chars.patch fixing bsc#1257041
(CVE-2025-15367) using gh#python/cpython!143924 and doing
basically the same as the previous patch for poplib library.
-------------------------------------------------------------------
Thu Feb 5 12:57:09 UTC 2026 - Matej Cepl <mcepl@cepl.eu>