CRLF Injection The advisory has been revoked - it doesn't affect any version of package python3-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-RHEL7-PYTHON3IDLE-15146952
  • 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 Red Hat security team deemed this advisory irrelevant for RHEL:7.

NVD Description

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

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".