]> git.ipfire.org Git - thirdparty/glibc.git/commit
CVE-2024-33600: nscd: Do not send missing not-found response in addgetnetgrentX ...
authorFlorian Weimer <fweimer@redhat.com>
Thu, 25 Apr 2024 13:01:07 +0000 (15:01 +0200)
committerFlorian Weimer <fweimer@redhat.com>
Thu, 25 Apr 2024 14:10:32 +0000 (16:10 +0200)
commit394eae338199078b7961b051c191539870742d7b
treef455514a6a4f7bd169ea5e682653f86c03987bdb
parenta77064893bfe8a701770e2f53a4d33805bc47a5a
CVE-2024-33600: nscd: Do not send missing not-found response in addgetnetgrentX (bug 31678)

If we failed to add a not-found response to the cache, the dataset
point can be null, resulting in a null pointer dereference.

Reviewed-by: Siddhesh Poyarekar <siddhesh@sourceware.org>
(cherry picked from commit 7835b00dbce53c3c87bbbb1754a95fb5e58187aa)
nscd/netgroupcache.c