Lucene search
K

14 matches found

Tenable Nessus
Tenable Nessus
added 2024/11/18 12:0 a.m.13 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...

5.5CVSS6.1AI score0.00258EPSS
Exploits0References4
RedhatCVE
RedhatCVE
added 2024/05/14 11:56 p.m.41 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.00257EPSS
Exploits0References4
Tenable Nessus
Tenable Nessus
added 2024/05/13 12:0 a.m.34 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...

8.8CVSS6.3AI score0.01167EPSS
Exploits1References66
Vulnrichment
Vulnrichment
added 2024/05/09 4:37 p.m.39 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...

6.7AI score0.00257EPSS
Exploits0References8
OSV
OSV
added 2024/05/09 4:37 p.m.31 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...

7CVSS6AI score0.00257EPSS
Exploits0References13
CVE
CVE
added 2024/04/24 9:49 p.m.7863 views

CVE-2024-26925

CVE-2024-26925 affects the Linux kernel nf_tables component. The issue arises when the commit mutex is released during the abort path between nft_gc_seq_begin() and nft_gc_seq_end(), allowing an asynchronous GC worker to collect expired objects and obtain the released commit lock within the same ...

5.5CVSS6.4AI score0.00258EPSS
Exploits0References10Affected Software1
Cvelist
Cvelist
added 2024/04/24 9:49 p.m.24 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.7AI score0.00258EPSS
Exploits0References7
Debian CVE
Debian CVE
added 2024/04/24 9:49 p.m.28 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...

5.5CVSS7.9AI score0.00258EPSS
Exploits0
Vulnrichment
Vulnrichment
added 2024/04/24 9:49 p.m.24 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...

7AI score0.00258EPSS
Exploits0References7
RedhatCVE
RedhatCVE
added 2024/03/21 11:4 p.m.36 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.00195EPSS
Exploits0References4
CVE
CVE
added 2024/03/21 10:43 a.m.8233 views

CVE-2024-26643

CVE-2024-26643 is a Linux kernel vulnerability in netfilter nf_tables where the asynchronous rhashtable garbage-collection can race with the release of anonymous sets that have timeouts, leading to a potential collection of elements during commit path teardown. The root cause is a race between se...

5.5CVSS6.2AI score0.00195EPSS
Exploits0References10Affected Software1
SUSE CVE
SUSE CVE
added 2024/02/22 3:6 a.m.3 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.00265EPSS
Exploits0References11
CVE
CVE
added 2024/02/20 12:52 p.m.6328 views

CVE-2023-52433

CVE-2023-52433 refers to a Linux kernel issue in netfilter nft_set_rbtree where new elements within a single transaction may expire before the transaction ends. To avoid a commit path walking over an already released object, the code skips sync garbage collection (GC) for those elements during th...

4.4CVSS5.7AI score0.00265EPSS
Exploits0References8Affected Software1
Vulnrichment
Vulnrichment
added 2024/02/20 12:52 p.m.21 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.00265EPSS
Exploits0References7
Rows per page
Query Builder