CVE-2024-6923: The email module didn’t properly quote newlines for email headers when serializing an email message allowing for header injection when an email is serialized. 3.13 PR: https://github.com/python/cpython/pull/122233 Backports: 3.12 PR: https://github.com/python/cpython/pull/122599 3.11 PR: https://github.com/python/cpython/pull/122608 3.10 PR: https://github.com/python/cpython/pull/122609 3.9 PR: https://github.com/python/cpython/pull/122610 3.8 PR: https://github.com/python/cpython/pull/122611
> 3.13 PR: https://github.com/python/cpython/pull/122233 That's 3.14, actually. 3.13 PR: https://github.com/python/cpython/pull/122484
cleanup done