Nixpkgs security tracker

Login with GitHub

Suggestions search

With package: haskellPackages.cpython

Found 22 matching suggestions

View:
Compact
Detailed
Untriaged
created 4 months, 1 week ago Activity log
  • Created suggestion
Incomplete control character validation in http.cookies

The fix for CVE-2026-0672, which rejected control characters in http.cookies.Morsel, was incomplete. The Morsel.update(), |= operator, and unpickling paths were not patched, allowing control characters to bypass input validation. Additionally, BaseCookie.js_output() lacked the output validation applied to BaseCookie.output().

Affected products

CPython
  • <3.15.0

Matching in nixpkgs

Package maintainers

Untriaged
created 4 months, 1 week ago Activity log
  • Created suggestion
tarfile: Skip DIRTYPE normalization during GNU LONGNAME/LONGLINK handling

The "tarfile" module would still apply normalization of AREGTYPE (\x00) blocks to DIRTYPE, even while processing a multi-block member such as GNUTYPE_LONGNAME or GNUTYPE_LONGLINK. This could result in a crafted tar archive being misinterpreted by the tarfile module compared to other implementations.

Affected products

CPython
  • <3.15.0

Matching in nixpkgs

Package maintainers