Lucene search
+L

14 matches found

Tenable Nessus
Tenable Nessus
added 2024/11/18 12:0 a.m.17 views

Siemens SCALANCE and RUGGEDCOM Devices Improper Locking (CVE-2024-26925)

In the Linux kernel, the following vulnerability has been resolved: netfilter: nftables: release mutex after nftgcseqend from abort path The commit mutex should not be released during the critical section between nftgcseqbegin and nftgcseqend, otherwise, async GC worker could collect expired...

7.8CVSS6.1AI score0.00267EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/05/14 11:56 p.m.46 views

CVE-2024-27397

A use-after-free flaw was found in the Linux kernel’s netfilter subsystem in how a user triggers the element timeout. This flaw allows a local user to crash or potentially escalate their privileges on the system. Mitigation In order to trigger the issue, it requires the ability to create user/net...

7CVSS6.9AI score0.00264EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2024/05/13 12:0 a.m.37 views

Amazon Linux 2023 : bpftool, kernel, kernel-devel (ALAS2023-2024-613)

It is, therefore, affected by multiple vulnerabilities as referenced in the ALAS2023-2024-613 advisory. In the Linux kernel, the following vulnerability has been resolved: inet: inetdefrag: prevent sk release while still in use CVE-2024-26921 In the Linux kernel, the following vulnerability has...

9.8CVSS6.3AI score0.01177EPSS
SaveExploits1References66
Vulnrichment
Vulnrichment
added 2024/05/09 4:37 p.m.41 views

CVE-2024-27397 netfilter: nf_tables: use timestamp to check for set element timeout

In the Linux kernel, the following vulnerability has been resolved: netfilter: nftables: use timestamp to check for set element timeout Add a timestamp field at the beginning of the transaction, store it in the nftables per-netns area. Update set backend .insert, .deactivate and sync gc path to u...

7.8CVSS6.7AI score0.00264EPSS
SaveExploits0References8
OSV
OSV
added 2024/05/09 4:37 p.m.38 views

CVE-2024-27397 netfilter: nf_tables: use timestamp to check for set element timeout

In the Linux kernel, the following vulnerability has been resolved: netfilter: nftables: use timestamp to check for set element timeout Add a timestamp field at the beginning of the transaction, store it in the nftables per-netns area. Update set backend .insert, .deactivate and sync gc path to u...

7.8CVSS6AI score
SaveExploits0References14
Cvelist
Cvelist
added 2024/04/24 9:49 p.m.36 views

CVE-2024-26925 netfilter: nf_tables: release mutex after nft_gc_seq_end from abort path

In the Linux kernel, the following vulnerability has been resolved: netfilter: nftables: release mutex after nftgcseqend from abort path The commit mutex should not be released during the critical section between nftgcseqbegin and nftgcseqend, otherwise, async GC worker could collect expired...

7.8CVSS7.7AI score0.00267EPSS
SaveExploits0References7
Debian CVE
Debian CVE
added 2024/04/24 9:49 p.m.36 views

CVE-2024-26925

In the Linux kernel, the following vulnerability has been resolved: netfilter: nftables: release mutex after nftgcseqend from abort path The commit mutex should not be released during the critical section between nftgcseqbegin and nftgcseqend, otherwise, async GC worker could collect expired...

7.8CVSS7.9AI score0.00267EPSS
SaveExploits0
Vulnrichment
Vulnrichment
added 2024/04/24 9:49 p.m.29 views

CVE-2024-26925 netfilter: nf_tables: release mutex after nft_gc_seq_end from abort path

In the Linux kernel, the following vulnerability has been resolved: netfilter: nftables: release mutex after nftgcseqend from abort path The commit mutex should not be released during the critical section between nftgcseqbegin and nftgcseqend, otherwise, async GC worker could collect expired...

7.8CVSS7AI score0.00267EPSS
SaveExploits0References7
CVE
CVE
added 2024/04/24 9:49 p.m.7882 views

CVE-2024-26925

CVE-2024-26925 affects the Linux kernel netfilter nf_tables module. The root cause is releasing the commit mutex during the critical section between nft_gc_seq_begin() and nft_gc_seq_end(), which allows an async GC worker to collect expired objects and acquire the released commit lock within the ...

7.8CVSS6.4AI score0.00267EPSS
SaveExploits0References10Affected Software1
RedhatCVE
RedhatCVE
added 2024/03/21 11:4 p.m.40 views

CVE-2024-26643

A vulnerability was found in the netfilter/nftables subsystem of Linux Kernel, where a race condition caused where the garbage collector could prematurely collect elements from anonymous sets with timeouts while they were being released. Mitigation Red Hat has investigated whether a possible...

4.7CVSS6.8AI score0.00202EPSS
SaveExploits0References4
CVE
CVE
added 2024/03/21 10:43 a.m.8250 views

CVE-2024-26643

The CVE-2024-26643 entry concerns the Linux kernel netfilter nf_tables: a race that could allow the rhashtable set GC to collect elements from anonymous sets with timeouts during release from the commit path. The issue is tied to anonymous sets with timeouts and is mitigated by setting the dead f...

7.8CVSS6.2AI score0.00202EPSS
SaveExploits0References10Affected Software1
SUSE CVE
SUSE CVE
added 2024/02/22 3:6 a.m.7 views

SUSE CVE-2023-52433

In the Linux kernel, the following vulnerability has been resolved: netfilter: nftsetrbtree: skip sync GC for new elements in this transaction New elements in this transaction might expired before such transaction ends. Skip sync GC for such elements otherwise commit path might walk over an alrea...

7.8CVSS6.5AI score0.00252EPSS
SaveExploits0References11
CVE
CVE
added 2024/02/20 12:52 p.m.6336 views

CVE-2023-52433

CVE-2023-52433: Linux kernel netfilter nft_set_rbtree vulnerability. New elements in a single transaction may expire before the transaction ends; skip sync GC during the transaction to avoid the commit path traversing an already released object. Async GC will collect expired elements after the tr...

7.8CVSS5.7AI score0.00252EPSS
SaveExploits0References8Affected Software1
Vulnrichment
Vulnrichment
added 2024/02/20 12:52 p.m.24 views

CVE-2023-52433 netfilter: nft_set_rbtree: skip sync GC for new elements in this transaction

In the Linux kernel, the following vulnerability has been resolved: netfilter: nftsetrbtree: skip sync GC for new elements in this transaction New elements in this transaction might expired before such transaction ends. Skip sync GC for such elements otherwise commit path might walk over an alrea...

6.8AI score0.00252EPSS
SaveExploits0References7
Rows per page
Query Builder