]> 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 13:52:33 +0000 (15:52 +0200)
commit966d6ac9e40222b84bb21674cc4f83c8d72a5a26
tree4090211ac1e95e42ea34ec3d2cab5a12dff55476
parent52f73e5c4e29b14e79167272297977f360ae1e97
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