]> git.ipfire.org Git - thirdparty/glibc.git/commit
CVE-2024-33599: nscd: Stack-based buffer overflow in netgroup cache (bug 31677)
authorFlorian Weimer <fweimer@redhat.com>
Thu, 25 Apr 2024 13:00:45 +0000 (15:00 +0200)
committerFlorian Weimer <fweimer@redhat.com>
Thu, 25 Apr 2024 14:10:32 +0000 (16:10 +0200)
commita77064893bfe8a701770e2f53a4d33805bc47a5a
tree88db39257f9d3d2748a9ee0b9014ed687d6ba18a
parent682ad4c8623e611a971839990ceef00346289cc9
CVE-2024-33599: nscd: Stack-based buffer overflow in netgroup cache (bug 31677)

Using alloca matches what other caches do.  The request length is
bounded by MAXKEYLEN.

Reviewed-by: Carlos O'Donell <carlos@redhat.com>
(cherry picked from commit 87801a8fd06db1d654eea3e4f7626ff476a9bdaa)
nscd/netgroupcache.c