CRLF Injection The advisory has been revoked - it doesn't affect any version of package python39-idle  (opens in a new tab)


Threat Intelligence

EPSS
0.56% (42nd percentile)

Do your applications use this vulnerable package?

In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.

Test your applications
  • Snyk IDSNYK-CENTOS8-PYTHON39IDLE-15146498
  • published29 Jan 2026
  • disclosed23 Jan 2026

Introduced: 23 Jan 2026

CVE-2026-1299  (opens in a new tab)
CWE-93  (opens in a new tab)

Amendment

The Centos security team deemed this advisory irrelevant for Centos:8.

NVD Description

Note: Versions mentioned in the description apply only to the upstream python39-idle package and not the python39-idle package as distributed by Centos.

The email module, specifically the "BytesGenerator" class, didn’t properly quote newlines for email headers when serializing an email message allowing for header injection when an email is serialized. This is only applicable if using "LiteralHeader" writing headers that don't respect email folding rules, the new behavior will reject the incorrectly folded headers in "BytesGenerator".