CVE-2024-27020

CVSS v3.1 7 (High)
70% Progress
EPSS 0.04 % (5th)
0.04% Progress
Affected Products 1
Advisories 44
NVD Status Modified

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

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

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

Use list_for_each_entry_rcu() to iterate over nf_tables_expressions
list in __nft_expr_type_get(), and use rcu_read_lock() in the caller
nft_expr_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-27 12:15:23
(2 months ago)

Affected Products

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

Configuration #1

    CPE23 From Up To
  Linux Kernel from 3.13 version and prior 4.19.313 version cpe:2.3:o:linux:linux_kernel >= 3.13 < 4.19.313
  Linux Kernel from 4.20 version and prior 5.4.275 version cpe:2.3:o:linux:linux_kernel >= 4.20 < 5.4.275
  Linux Kernel from 5.5 version and prior 5.10.216 version cpe:2.3:o:linux:linux_kernel >= 5.5 < 5.10.216
  Linux Kernel from 5.11 version and prior 5.15.157 version cpe:2.3:o:linux:linux_kernel >= 5.11 < 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
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...