CVE-2024-27019

CVSS v3.1 4.7 (Medium)
47% Progress
EPSS 0.04 % (11th)
0.04% Progress
Affected Products 2
Advisories 37
NVD Status Modified

In the Linux kernel, the following vulnerability has been resolved:

netfilter: nf_tables: Fix potential data-race in __nft_obj_type_get()

nft_unregister_obj() can concurrent with __nft_obj_type_get(),
and there is not any protection when iterate over nf_tables_objects
list in __nft_obj_type_get(). Therefore, there is potential data-race
of nf_tables_objects list entry.

Use list_for_each_entry_rcu() to iterate over nf_tables_objects
list in __nft_obj_type_get(), and use rcu_read_lock() in the caller
nft_obj_type_get() to protect the entire type query process.

Weaknesses
CWE-362
Concurrent Execution using Shared Resource with Improper Synchronization ('Race Condition')
CVE Status
PUBLISHED
NVD Status
Modified
CNA
kernel.org
Published Date
2024-05-01 06:15:20
(4 months ago)
Updated Date
2024-06-16 13:15:51
(3 months ago)

Affected Products

Loading...
Loading...
Loading...

Configuration #1

    CPE23 From Up To
  Linux Kernel from 4.10 version and prior 5.15.157 version cpe:2.3:o:linux:linux_kernel >= 4.10 < 5.15.157
  Linux Kernel from 5.16 version and prior 6.1.88 version cpe:2.3:o:linux:linux_kernel >= 5.16 < 6.1.88
  Linux Kernel from 6.2 version and prior 6.6.29 version cpe:2.3:o:linux:linux_kernel >= 6.2 < 6.6.29
  Linux Kernel from 6.7 version and prior 6.8.8 version cpe:2.3:o:linux:linux_kernel >= 6.7 < 6.8.8
  Linux Kernel 6.9 Rc1 cpe:2.3:o:linux:linux_kernel:6.9:rc1
  Linux Kernel 6.9 Rc2 cpe:2.3:o:linux:linux_kernel:6.9:rc2
  Linux Kernel 6.9 Rc3 cpe:2.3:o:linux:linux_kernel:6.9:rc3
  Linux Kernel 6.9 Rc4 cpe:2.3:o:linux:linux_kernel:6.9:rc4

Configuration #2

    CPE23 From Up To
  Fedoraproject Fedora 38 cpe:2.3:o:fedoraproject:fedora:38
  Fedoraproject Fedora 39 cpe:2.3:o:fedoraproject:fedora:39
  Fedoraproject Fedora 40 cpe:2.3:o:fedoraproject:fedora:40
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...