First published: Wed May 01 2024(Updated: )
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.
Credit: 416baaa9-dc9f-4396-8d5f-8c081fb06d67 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Software | Affected Version | How to fix |
---|---|---|
redhat/kernel | <5.15.157 | 5.15.157 |
redhat/kernel | <6.1.88 | 6.1.88 |
redhat/kernel | <6.6.29 | 6.6.29 |
redhat/kernel | <6.8.8 | 6.8.8 |
redhat/kernel | <6.9 | 6.9 |
debian/linux | 5.10.223-1 5.10.226-1 6.1.123-1 6.1.119-1 6.12.9-1 6.12.10-1 | |
Linux Kernel | >=3.13<4.19.313 | |
Linux Kernel | >=4.20<5.4.275 | |
Linux Kernel | >=5.5<5.10.216 | |
Linux Kernel | >=5.11<5.15.157 | |
Linux Kernel | >=5.16<6.1.88 | |
Linux Kernel | >=6.2<6.6.29 | |
Linux Kernel | >=6.7<6.8.8 | |
Linux Kernel | =6.9-rc1 | |
Linux Kernel | =6.9-rc2 | |
Linux Kernel | =6.9-rc3 | |
Linux Kernel | =6.9-rc4 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2024-27020 has been classified as a medium severity vulnerability due to the potential data race condition in the Linux kernel.
To fix CVE-2024-27020, update your kernel to versions 5.15.157, 6.1.88, or later versions as specified in the security advisories.
CVE-2024-27020 affects various versions of the Linux kernel from 3.13 up to 6.9-rc4, depending on the specific distribution and version.
CVE-2024-27020 was reported as a potential data race condition in the kernel netfilter component.
Currently, there is no known workaround for CVE-2024-27020, making it essential to apply the recommended kernel updates.