CRLF Injection The advisory has been revoked - it doesn't affect any version of package python-tools  (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 Learn

Learn about CRLF Injection vulnerabilities in an interactive lesson.

Start learning
  • Snyk IDSNYK-CENTOS7-PYTHONTOOLS-15146955
  • 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:7.

NVD Description

Note: Versions mentioned in the description apply only to the upstream python-tools package and not the python-tools 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".