Lucene search

K
debiancveDebian Security Bug TrackerDEBIANCVE:CVE-2024-40993
HistoryJul 12, 2024 - 1:15 p.m.

CVE-2024-40993

2024-07-1213:15:20
Debian Security Bug Tracker
security-tracker.debian.org
6
linux kernel
netfilter
ipset

AI Score

7

Confidence

High

EPSS

0

Percentile

10.6%

In the Linux kernel, the following vulnerability has been resolved: netfilter: ipset: Fix suspicious rcu_dereference_protected() When destroying all sets, we are either in pernet exit phase or are executing a “destroy all sets command” from userspace. The latter was taken into account in ip_set_dereference() (nfnetlink mutex is held), but the former was not. The patch adds the required check to rcu_dereference_protected() in ip_set_dereference().

AI Score

7

Confidence

High

EPSS

0

Percentile

10.6%