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 |
Linux Linux kernel | >=3.13<4.19.313 | |
Linux Linux kernel | >=4.20<5.4.275 | |
Linux Linux kernel | >=5.5<5.10.216 | |
Linux Linux kernel | >=5.11<5.15.157 | |
Linux Linux kernel | >=5.16<6.1.88 | |
Linux Linux kernel | >=6.2<6.6.29 | |
Linux Linux kernel | >=6.7<6.8.8 | |
Linux Linux kernel | =6.9-rc1 | |
Linux Linux kernel | =6.9-rc2 | |
Linux Linux kernel | =6.9-rc3 | |
Linux Linux kernel | =6.9-rc4 | |
debian/linux | 5.10.223-1 5.10.226-1 6.1.115-1 6.1.112-1 6.11.7-1 6.11.9-1 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.