Lucene search
+L

215 matches found

OSV
OSV
added 2025/01/20 11:15 a.m.8 views

DEBIAN-CVE-2023-52923

In the Linux kernel, the following vulnerability has been resolved: netfilter: nftables: adapt set backend to use GC transaction API Use the GC transaction API to replace the old and buggy gc API and the busy mark approach. No set elements are removed from async garbage collection anymore, instea...

5.5CVSS5.7AI score0.00256EPSS
SaveExploits0References1
OSV
OSV
added 2024/12/27 3:15 p.m.14 views

DEBIAN-CVE-2024-56581

In the Linux kernel, the following vulnerability has been resolved: btrfs: ref-verify: fix use-after-free after invalid ref action At btrfsreftreemod after we successfully inserted the new ref entry local variable 'ref' into the respective block entry's rbtree local variable 'be', if we find an...

7.8CVSS5.7AI score0.00236EPSS
SaveExploits0References1
OSV
OSV
added 2024/12/27 3:15 p.m.7 views

UBUNTU-CVE-2024-56581

In the Linux kernel, the following vulnerability has been resolved: btrfs: ref-verify: fix use-after-free after invalid ref action At btrfsreftreemod after we successfully inserted the new ref entry local variable 'ref' into the respective block entry's rbtree local variable 'be', if we find an...

7.8CVSS6.2AI score0.00236EPSS
SaveExploits0References51
Vulnrichment
Vulnrichment
added 2024/12/27 2:23 p.m.5 views

CVE-2024-56581 btrfs: ref-verify: fix use-after-free after invalid ref action

In the Linux kernel, the following vulnerability has been resolved: btrfs: ref-verify: fix use-after-free after invalid ref action At btrfsreftreemod after we successfully inserted the new ref entry local variable 'ref' into the respective block entry's rbtree local variable 'be', if we find an...

7CVSS7.5AI score0.00236EPSS
SaveExploits0References7
BDU FSTEC
BDU FSTEC
added 2024/12/03 12:00 a.m.13 views

The vulnerability of the regmap component in the Linux operating system’s kernel allows a hacker to cause a service failure.

The vulnerability of the regmap component in the Linux operating system’s kernel is related to double-freeing errors in the regcacherbtreeinserttoblock function. Exploiting this vulnerability can allow an attacker to cause a service failure...

5.5CVSS6.1AI score0.00229EPSS
SaveExploits0References16Affected Software5
Positive Technologies
Positive Technologies
added 2024/11/29 12:00 a.m.9 views

PT-2024-36888

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A use-after-free vulnerability has been identified in the Linux kernel, specifically in the btrfs file system. The issue occurs when an unexpected action of BTRFS DROP DELAYED REF is...

7.8CVSS6.5AI score0.00236EPSS
SaveExploits0
RedhatCVE
RedhatCVE
added 2024/11/21 7:13 p.m.13 views

CVE-2024-50204

In the Linux kernel, the following vulnerability has been resolved: fs: don't try and remove empty rbtree node When copying a namespace we won't have added the new copy into the namespace rbtree until after the copy succeeded. Calling freemntns will try to remove the copy from the rbtree which is...

5.5CVSS6.8AI score0.00177EPSS
SaveExploits0References4
RedHat Linux
RedHat Linux
added 2024/11/12 9:11 a.m.12 views

kernel: iommu: Don't reserve 0-length IOVA region

A flaw was found in the Linux kernel. When the bootloader/firmware does not set up the framebuffers, the address and size are 0 in the "iommu-addresses" property. If the IOVA region is reserved with a 0 length, it corrupts the IOVA rbtree with an entry that has pfnhi pfnlo. If the intent is to us...

7.8CVSS7.2AI score0.00236EPSS
SaveExploits0References5
SUSE CVE
SUSE CVE
added 2024/11/09 3:48 a.m.5 views

SUSE CVE-2024-50204

In the Linux kernel, the following vulnerability has been resolved: fs: don't try and remove empty rbtree node When copying a namespace we won't have added the new copy into the namespace rbtree until after the copy succeeded. Calling freemntns will try to remove the copy from the rbtree which is...

5.5CVSS7.7AI score0.00177EPSS
SaveExploits0References3
NVD
NVD
added 2024/11/08 6:15 a.m.29 views

CVE-2024-50204

In the Linux kernel, the following vulnerability has been resolved: fs: don't try and remove empty rbtree node When copying a namespace we won't have added the new copy into the namespace rbtree until after the copy succeeded. Calling freemntns will try to remove the copy from the rbtree which is...

5.5CVSS0.00177EPSS
SaveExploits0References2
CVE
CVE
added 2024/11/08 6:07 a.m.113 views

CVE-2024-50204

CVE-2024-50204 affects the Linux kernel: during namespace copying, the code may call free_mnt_ns() to remove the new copy from the rbtree before the copy is actually added, leading to an invalid rbtree operation. The fix is to free the namespace skeleton directly after a successful copy, rather t...

5.5CVSS5.3AI score0.00177EPSS
SaveExploits0References2Affected Software1
Debian CVE
Debian CVE
added 2024/11/08 6:07 a.m.42 views

CVE-2024-50204

In the Linux kernel, the following vulnerability has been resolved: fs: don't try and remove empty rbtree node When copying a namespace we won't have added the new copy into the namespace rbtree until after the copy succeeded. Calling freemntns will try to remove the copy from the rbtree which is...

5.5CVSS5.5AI score0.00177EPSS
SaveExploits0
OSV
OSV
added 2024/11/08 6:07 a.m.15 views

CVE-2024-50204 fs: don't try and remove empty rbtree node

In the Linux kernel, the following vulnerability has been resolved: fs: don't try and remove empty rbtree node When copying a namespace we won't have added the new copy into the namespace rbtree until after the copy succeeded. Calling freemntns will try to remove the copy from the rbtree which is...

5.5CVSS6.1AI score
SaveExploits0References5
Cvelist
Cvelist
added 2024/11/08 6:07 a.m.39 views

CVE-2024-50204 fs: don't try and remove empty rbtree node

In the Linux kernel, the following vulnerability has been resolved: fs: don't try and remove empty rbtree node When copying a namespace we won't have added the new copy into the namespace rbtree until after the copy succeeded. Calling freemntns will try to remove the copy from the rbtree which is...

0.00177EPSS
SaveExploits0References2
RedHat Linux
RedHat Linux
added 2024/08/28 12:34 p.m.6 views

kernel: nftables: nft_set_rbtree skip end interval element from gc

A flaw was found in the Linux kernel’s Netfilter subsystem. This issue occurs in the nftsetrbtree. rbtree lazy gc on insert, which might collect an end interval element just added in a transaction and skip the end interval elements not yet active...

7.8CVSS6.8AI score0.02224EPSS
SaveExploits1References5
RedHat Linux
RedHat Linux
added 2024/07/24 2:03 p.m.12 views

kernel: nftables: nft_set_rbtree skip end interval element from gc

A flaw was found in the Linux kernel’s Netfilter subsystem. This issue occurs in the nftsetrbtree. rbtree lazy gc on insert, which might collect an end interval element just added in a transaction and skip the end interval elements not yet active...

7.8CVSS6.8AI score0.02224EPSS
SaveExploits1References5
RedHat Linux
RedHat Linux
added 2024/07/24 1:20 p.m.25 views

kernel: nftables: nft_set_rbtree skip end interval element from gc

A flaw was found in the Linux kernel’s Netfilter subsystem. This issue occurs in the nftsetrbtree. rbtree lazy gc on insert, which might collect an end interval element just added in a transaction and skip the end interval elements not yet active...

7.8CVSS6.8AI score0.02224EPSS
SaveExploits1References5
RedHat Linux
RedHat Linux
added 2024/05/28 2:11 p.m.24 views

kernel: Linux kernel: Denial of Service in netfilter due to improper garbage collection

A flaw was found in the Linux kernel's netfilter component, specifically within the nftsetrbtree module. A local user with low privileges could exploit an issue where the garbage collection mechanism fails to properly release memory during interval expiration walks. This can lead to a memory leak...

5.5CVSS5.8AI score0.00156EPSS
SaveExploits0References5
SUSE CVE
SUSE CVE
added 2024/05/23 3:04 a.m.5 views

SUSE CVE-2021-47483

In the Linux kernel, the following vulnerability has been resolved: regmap: Fix possible double-free in regcacherbtreeexit In regcacherbtreeinserttoblock, when 'present' realloc failed, the 'blk' which is supposed to assign to 'rbnode-block' will be freed, so 'rbnode-block' points a freed memory,...

7CVSS7.7AI score0.00229EPSS
SaveExploits0References15
OSV
OSV
added 2024/05/22 9:15 a.m.2 views

DEBIAN-CVE-2021-47483

In the Linux kernel, the following vulnerability has been resolved: regmap: Fix possible double-free in regcacherbtreeexit In regcacherbtreeinserttoblock, when 'present' realloc failed, the 'blk' which is supposed to assign to 'rbnode-block' will be freed, so 'rbnode-block' points a freed memory,...

7.8CVSS5.2AI score0.00229EPSS
SaveExploits0References1
Rows per page
Query Builder