[New-bugs-announce] [issue45509] Gzip header corruption not properly checked.

Ruben Vorderman report at bugs.python.org
Mon Oct 18 06:41:07 EDT 2021


New submission from Ruben Vorderman <r.h.p.vorderman at lumc.nl>:

The following headers are currently allowed while being wrong:

- Headers with FCOMMENT flag set, but with incomplete or missing COMMENT bytes.
- Headers with FNAME flag set, but with incomplete or missing NAME bytes
- Headers with FHCRC set, the crc is read, but not checked.

----------
components: Library (Lib)
messages: 404174
nosy: rhpvorderman
priority: normal
severity: normal
status: open
title: Gzip header corruption not properly checked.
type: behavior
versions: Python 3.11

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue45509>
_______________________________________


More information about the New-bugs-announce mailing list