Lucene search
+L

1095 matches found

OSV
OSV
added 2024/05/01 6:15 a.m.20 views

UBUNTU-CVE-2024-27019

In the Linux kernel, the following vulnerability has been resolved: netfilter: nftables: Fix potential data-race in nftobjtypeget nftunregisterobj can concurrent with nftobjtypeget, and there is not any protection when iterate over nftablesobjects list in nftobjtypeget. Therefore, there is...

7.8CVSS6.1AI score0.00211EPSS
SaveExploits0References26
Cvelist
Cvelist
added 2024/05/01 5:30 a.m.43 views

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

In the Linux kernel, the following vulnerability has been resolved: netfilter: nftables: Fix potential data-race in nftexprtypeget nftunregisterexpr can concurrent with nftexprtypeget, and there is not any protection when iterate over nftablesexpressions list in nftexprtypeget. Therefore, there i...

7.8CVSS7.2AI score0.00221EPSS
SaveExploits0References8
Vulnrichment
Vulnrichment
added 2024/05/01 5:30 a.m.23 views

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

In the Linux kernel, the following vulnerability has been resolved: netfilter: nftables: Fix potential data-race in nftexprtypeget nftunregisterexpr can concurrent with nftexprtypeget, and there is not any protection when iterate over nftablesexpressions list in nftexprtypeget. Therefore, there i...

7.8CVSS6.7AI score0.00221EPSS
SaveExploits0References8
CVE
CVE
added 2024/05/01 5:30 a.m.234 views

CVE-2024-27020

In CVE-2024-27020, the Linux kernel nf_tables code had a potential data race when nft_unregister_expr() ran concurrently with __nft_expr_type_get() due to insufficient protection while iterating nf_tables_expressions. The fix involves iterating nf_tables_expressions with list_for_each_entry_rcu()...

7.8CVSS6.2AI score0.00221EPSS
SaveExploits0References16Affected Software1
Debian CVE
Debian CVE
added 2024/05/01 5:30 a.m.22 views

CVE-2024-27020

In the Linux kernel, the following vulnerability has been resolved: netfilter: nftables: Fix potential data-race in nftexprtypeget nftunregisterexpr can concurrent with nftexprtypeget, and there is not any protection when iterate over nftablesexpressions list in nftexprtypeget. Therefore, there i...

7.8CVSS7.7AI score0.00221EPSS
SaveExploits0
OSV
OSV
added 2024/05/01 5:30 a.m.21 views

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

In the Linux kernel, the following vulnerability has been resolved: netfilter: nftables: Fix potential data-race in nftexprtypeget nftunregisterexpr can concurrent with nftexprtypeget, and there is not any protection when iterate over nftablesexpressions list in nftexprtypeget. Therefore, there i...

7.8CVSS6.2AI score
SaveExploits0References19
Cvelist
Cvelist
added 2024/05/01 5:30 a.m.49 views

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

In the Linux kernel, the following vulnerability has been resolved: netfilter: nftables: Fix potential data-race in nftobjtypeget nftunregisterobj can concurrent with nftobjtypeget, and there is not any protection when iterate over nftablesobjects list in nftobjtypeget. Therefore, there is...

7.8CVSS5.9AI score0.00211EPSS
SaveExploits0References6
OSV
OSV
added 2024/05/01 5:30 a.m.35 views

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

In the Linux kernel, the following vulnerability has been resolved: netfilter: nftables: Fix potential data-race in nftobjtypeget nftunregisterobj can concurrent with nftobjtypeget, and there is not any protection when iterate over nftablesobjects list in nftobjtypeget. Therefore, there is...

7.8CVSS6.2AI score
SaveExploits0References12
Vulnrichment
Vulnrichment
added 2024/05/01 5:30 a.m.29 views

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

In the Linux kernel, the following vulnerability has been resolved: netfilter: nftables: Fix potential data-race in nftobjtypeget nftunregisterobj can concurrent with nftobjtypeget, and there is not any protection when iterate over nftablesobjects list in nftobjtypeget. Therefore, there is...

7.8CVSS6.7AI score0.00211EPSS
SaveExploits0References6
CVE
CVE
added 2024/05/01 5:30 a.m.213 views

CVE-2024-27019

CVE-2024-27019 affects the Linux kernel nf_tables component via a data race in __nft_obj_type_get() when nft_unregister_obj() runs concurrently with the iteration over nf_tables_objects. The fix is to iterate nf_tables_objects with list_for_each_entry_rcu() and to protect the entire type query wi...

7.8CVSS6.2AI score0.00211EPSS
SaveExploits0References9Affected Software1
Cvelist
Cvelist
added 2024/05/01 5:29 a.m.44 views

CVE-2024-27012 netfilter: nf_tables: restore set elements when delete set fails

In the Linux kernel, the following vulnerability has been resolved: netfilter: nftables: restore set elements when delete set fails From abort path, nftmapelemactivate needs to restore refcounters to the original state. Currently, it uses the set-ops-walk to iterate over these set elements. The...

7.8CVSS5.9AI score0.00272EPSS
SaveExploits0References4
CVE
CVE
added 2024/05/01 5:29 a.m.249 views

CVE-2024-27012

CVE-2024-27012 is a Linux kernel nf_tables issue (nft_mapelem_deactivate) where restore of refcounts and next-generation bits during abort/delete paths could misbehave, potentially enabling local impact. Connected advisories confirm this is addressed in patched kernel releases across distros (e.g...

7.8CVSS6.5AI score0.00272EPSS
SaveExploits0References7Affected Software1
Vulnrichment
Vulnrichment
added 2024/05/01 5:29 a.m.30 views

CVE-2024-27012 netfilter: nf_tables: restore set elements when delete set fails

In the Linux kernel, the following vulnerability has been resolved: netfilter: nftables: restore set elements when delete set fails From abort path, nftmapelemactivate needs to restore refcounters to the original state. Currently, it uses the set-ops-walk to iterate over these set elements. The...

7.8CVSS6.8AI score0.00272EPSS
SaveExploits0References4
OSV
OSV
added 2024/05/01 5:29 a.m.22 views

CVE-2024-27012 netfilter: nf_tables: restore set elements when delete set fails

In the Linux kernel, the following vulnerability has been resolved: netfilter: nftables: restore set elements when delete set fails From abort path, nftmapelemactivate needs to restore refcounters to the original state. Currently, it uses the set-ops-walk to iterate over these set elements. The...

7.8CVSS6.2AI score
SaveExploits0References10
Debian CVE
Debian CVE
added 2024/05/01 5:29 a.m.37 views

CVE-2024-27012

In the Linux kernel, the following vulnerability has been resolved: netfilter: nftables: restore set elements when delete set fails From abort path, nftmapelemactivate needs to restore refcounters to the original state. Currently, it uses the set-ops-walk to iterate over these set elements. The...

7.8CVSS7.6AI score0.00272EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2024/05/01 5:29 a.m.24 views

CVE-2024-27011

In the Linux kernel, the following vulnerability has been resolved: netfilter: nftables: fix memleak in map from abort path The delete set command does not rely on the transaction object for element removal, therefore, a combination of delete element + delete set from the abort path could result ...

5.5CVSS7.5AI score0.00232EPSS
SaveExploits0
OSV
OSV
added 2024/05/01 5:29 a.m.30 views

CVE-2024-27011 netfilter: nf_tables: fix memleak in map from abort path

In the Linux kernel, the following vulnerability has been resolved: netfilter: nftables: fix memleak in map from abort path The delete set command does not rely on the transaction object for element removal, therefore, a combination of delete element + delete set from the abort path could result ...

6.1AI score
SaveExploits0References9
CVE
CVE
added 2024/05/01 5:29 a.m.3852 views

CVE-2024-27011

CVE-2024-27011 is a Linux kernel memleak fix in netfilter nf_tables. Root cause: a combination of delete element and delete set from the abort path could restore twice the refcount of a mapping when the transaction object is not used for element removal. The fix adds a check for inactive elements...

5.5CVSS6.5AI score0.00232EPSS
SaveExploits0References6Affected Software1
Vulnrichment
Vulnrichment
added 2024/05/01 5:29 a.m.28 views

CVE-2024-27011 netfilter: nf_tables: fix memleak in map from abort path

In the Linux kernel, the following vulnerability has been resolved: netfilter: nftables: fix memleak in map from abort path The delete set command does not rely on the transaction object for element removal, therefore, a combination of delete element + delete set from the abort path could result ...

6.8AI score0.00232EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2024/05/01 5:29 a.m.53 views

CVE-2024-27011 netfilter: nf_tables: fix memleak in map from abort path

In the Linux kernel, the following vulnerability has been resolved: netfilter: nftables: fix memleak in map from abort path The delete set command does not rely on the transaction object for element removal, therefore, a combination of delete element + delete set from the abort path could result ...

7.7AI score0.00232EPSS
SaveExploits0References3
Rows per page
Query Builder