Skip to content

Cherry-pick fix for CVE-2022-37434 and extra field processing bug#32

Merged
LloydW93 merged 2 commits intocloudflare:gcc.amd64from
Axel-Naumann:zlib-upstream-CVE-2022-37434-and-field-proc
Sep 22, 2022
Merged

Cherry-pick fix for CVE-2022-37434 and extra field processing bug#32
LloydW93 merged 2 commits intocloudflare:gcc.amd64from
Axel-Naumann:zlib-upstream-CVE-2022-37434-and-field-proc

Conversation

@Axel-Naumann
Copy link
Copy Markdown

See for instance https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1016710

Not my code, obviously, and I'm not a security expert at all. But I'd like to see this fixed :-)

Mark Adler added 2 commits September 2, 2022 08:28
If the extra field was larger than the space the user provided with
inflateGetHeader(), and if multiple calls of inflate() delivered
the extra header data, then there could be a buffer overflow of the
provided space. This commit assures that provided space is not
exceeded.
The recent commit to fix a gzip header extra field processing bug
introduced the new bug fixed here.
@LloydW93 LloydW93 merged commit 432e519 into cloudflare:gcc.amd64 Sep 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants