Nixpkgs security tracker

Login with GitHub

Suggestion detail

Untriaged
created 4 months ago Activity log
  • Created suggestion
email BytesGenerator header injection due to unquoted newlines

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

Affected products

CPython
  • <3.13.12
  • <3.15.0
  • <3.15.0a6
  • <3.14.3

Matching in nixpkgs

Package maintainers