VDB
DEBIAN-CVE-2024-27020
DEBIAN-CVE-2024-27020
PUBLISHED
CVSS 7 HIGH
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.
Risk Scores
CVSS 3.1
7
CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Debian:12 | linux | *, 6.1.90-1, * |
| Debian:13 | linux | 0, 0 |
| Debian:11 | linux | 5.10.127-2, 5.10.92-2, 5.10.113-1 |
| Debian:14 | linux | 0, 0 |
Timeline
- May 1, 2024 CVE Published
- Apr 28, 2026 CVE Updated