Security Advisory

CVE-2026-1299

CVE vulnerability detail — eXtreme Datacenter Security Operations

Published 2026-01-23 16:27:13
Last updated 2026-03-03 14:43:35
Assigner PSF
State PUBLISHED

Description

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 dont respect email folding rules, the new behavior will reject the incorrectly folded headers in "BytesGenerator".