CVE-2026-1299

Updated on 23 Jan 2026

Severity

Awaiting Analysis

Details

CVSS score
8.6

Overview

About vulnerability

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

Details

Affected packages:
python3.11 @ 3.11.11 (+9 more)
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”.

Fixes