Lucene search
+L

4622 matches found

CVE
CVE
added 2024/10/21 11:53 a.m.151 views

CVE-2024-47699

CVE-2024-47699 relates to the Linux kernel nilfs2 filesystem. The issue is a potential NULL pointer dereference in nilfs_btree_insert() when the b-tree root is broken and has height > 1, even if the root has 0 children. The root cause is that, in certain corrupted images, nilfs_btree_do_lookup...

5.5CVSS5.3AI score0.00261EPSS
SaveExploits0References13Affected Software1
Cvelist
Cvelist
added 2024/10/21 11:53 a.m.50 views

CVE-2024-47699 nilfs2: fix potential null-ptr-deref in nilfs_btree_insert()

In the Linux kernel, the following vulnerability has been resolved: nilfs2: fix potential null-ptr-deref in nilfsbtreeinsert Patch series "nilfs2: fix potential issues with empty b-tree nodes". This series addresses three potential issues with empty b-tree nodes that can occur with corrupted...

0.00261EPSS
SaveExploits0References9
Vulnrichment
Vulnrichment
added 2024/10/21 11:53 a.m.18 views

CVE-2024-47699 nilfs2: fix potential null-ptr-deref in nilfs_btree_insert()

In the Linux kernel, the following vulnerability has been resolved: nilfs2: fix potential null-ptr-deref in nilfsbtreeinsert Patch series "nilfs2: fix potential issues with empty b-tree nodes". This series addresses three potential issues with empty b-tree nodes that can occur with corrupted...

7.1AI score0.00261EPSS
SaveExploits0References9
Vulnrichment
Vulnrichment
added 2024/10/21 11:53 a.m.27 views

CVE-2024-47678 icmp: change the order of rate limits

In the Linux kernel, the following vulnerability has been resolved: icmp: change the order of rate limits ICMP messages are ratelimited : After the blamed commits, the two rate limiters are applied in this order: 1 host wide ratelimit icmpglobalallow 2 Per destination ratelimit inetpeer based In...

6.8AI score0.00608EPSS
SaveExploits0References5
CNNVD
CNNVD
added 2024/10/21 12:0 a.m.7 views

Linux kernel 代码问题漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in the Linux kernel that stems from the mishandling of empty b-tree nodes in the nilfs2 file system...

5.5CVSS6.7AI score0.00261EPSS
SaveExploits0References10
CNNVD
CNNVD
added 2024/10/21 12:0 a.m.5 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in the Linux kernel that stems from the ocfs2 file system not reserving enough space for an inline xattr before attaching a reflink tree...

5.5CVSS6.7AI score0.00273EPSS
SaveExploits0References10
SUSE CVE
SUSE CVE
added 2024/10/12 2:48 a.m.5 views

SUSE CVE-2024-47668

In the Linux kernel, the following vulnerability has been resolved: lib/generic-radix-tree.c: Fix rare race in genradixptralloc If we need to increase the tree depth, allocate a new node, and then race with another thread that increased the tree depth before us, we'll still have a preallocated no...

4.5CVSS6.4AI score0.00169EPSS
SaveExploits0References23
Fedora
Fedora
added 2024/10/12 1:52 a.m.11 views

[SECURITY] Fedora 39 Update: rust-nu-protocol-0.96.1-3.fc39

Nushell's internal protocols, including its abstract syntax tree...

7.3AI score
SaveExploits0
RedhatCVE
RedhatCVE
added 2024/10/10 4:29 p.m.18 views

CVE-2024-47668

In the Linux kernel, the following vulnerability has been resolved: lib/generic-radix-tree.c: Fix rare race in genradixptralloc If we need to increase the tree depth, allocate a new node, and then race with another thread that increased the tree depth before us, we'll still have a preallocated no...

4.7CVSS7.2AI score0.00169EPSS
SaveExploits0References4
NVD
NVD
added 2024/10/09 3:15 p.m.23 views

CVE-2024-47668

In the Linux kernel, the following vulnerability has been resolved: lib/generic-radix-tree.c: Fix rare race in genradixptralloc If we need to increase the tree depth, allocate a new node, and then race with another thread that increased the tree depth before us, we'll still have a preallocated no...

7.8CVSS0.00169EPSS
SaveExploits0References8
OSV
OSV
added 2024/10/09 3:15 p.m.2 views

DEBIAN-CVE-2024-47668

In the Linux kernel, the following vulnerability has been resolved: lib/generic-radix-tree.c: Fix rare race in genradixptralloc If we need to increase the tree depth, allocate a new node, and then race with another thread that increased the tree depth before us, we'll still have a preallocated no...

4.7CVSS5.6AI score0.00169EPSS
SaveExploits0References1
OSV
OSV
added 2024/10/09 3:15 p.m.10 views

UBUNTU-CVE-2024-47668

In the Linux kernel, the following vulnerability has been resolved: lib/generic-radix-tree.c: Fix rare race in genradixptralloc If we need to increase the tree depth, allocate a new node, and then race with another thread that increased the tree depth before us, we'll still have a preallocated no...

7.8CVSS6.1AI score0.00169EPSS
SaveExploits0References25
Debian CVE
Debian CVE
added 2024/10/09 2:14 p.m.31 views

CVE-2024-47668

In the Linux kernel, the following vulnerability has been resolved: lib/generic-radix-tree.c: Fix rare race in genradixptralloc If we need to increase the tree depth, allocate a new node, and then race with another thread that increased the tree depth before us, we'll still have a preallocated no...

7.8CVSS5.6AI score0.00169EPSS
SaveExploits0
Cvelist
Cvelist
added 2024/10/09 2:14 p.m.37 views

CVE-2024-47668 lib/generic-radix-tree.c: Fix rare race in __genradix_ptr_alloc()

In the Linux kernel, the following vulnerability has been resolved: lib/generic-radix-tree.c: Fix rare race in genradixptralloc If we need to increase the tree depth, allocate a new node, and then race with another thread that increased the tree depth before us, we'll still have a preallocated no...

7.8CVSS0.00169EPSS
SaveExploits0References7
CVE
CVE
added 2024/10/09 2:14 p.m.189 views

CVE-2024-47668

CVE-2024-47668 concerns the Linux kernel’s lib/generic-radix-tree.c, where a rare race in __genradix_ptr_alloc() can occur when the tree depth is increased. If a second thread increases the depth first, a preallocated node may be retained and later used, leaving it with a pointer to the old root ...

7.8CVSS6.2AI score0.00169EPSS
SaveExploits0References8Affected Software1
CNNVD
CNNVD
added 2024/10/09 12:0 a.m.6 views

Linux kernel 竞争条件问题漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in the Linux kernel that stems from a race condition in the generic-radix-tree in the lib component when increasing the depth of the tree, which...

4.7CVSS6.3AI score0.00169EPSS
SaveExploits0References11
Snyk
Snyk
added 2024/10/08 6:43 p.m.5 views

Incorrect Authorization

Overview typo3/cms-core is a free open source enterprise content management system. Affected versions of this package are vulnerable to Incorrect Authorization by exposing restricted items in the backend page tree to be viewed by other users, if the mounts pointed to pages restricted for their...

4.3CVSS6.9AI score0.00302EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2024/10/08 5:57 p.m.26 views

CVE-2024-47780 Information Disclosure in TYPO3 Page Tree

TYPO3 is a free and open source Content Management Framework. Backend users could see items in the backend page tree without having access if the mounts pointed to pages restricted for their user/group, or if no mounts were configured but the pages allowed access to "everybody." However, affected...

3.1CVSS0.00302EPSS
SaveExploits0References2
CVE
CVE
added 2024/10/08 5:57 p.m.72 views

CVE-2024-47780

TYPO3 CVE-2024-47780 is an information-disclosure vulnerability in the TYPO3 backend page tree. The issue allows backend users to view items for pages they should not access when mounts point to restricted pages or when mounts are absent but pages allow access to “everybody.” The underlying root ...

4.3CVSS3.7AI score0.00302EPSS
SaveExploits0References2Affected Software1
OSV
OSV
added 2024/10/08 5:57 p.m.9 views

CVE-2024-47780 Information Disclosure in TYPO3 Page Tree

TYPO3 is a free and open source Content Management Framework. Backend users could see items in the backend page tree without having access if the mounts pointed to pages restricted for their user/group, or if no mounts were configured but the pages allowed access to "everybody." However, affected...

3.1CVSS6.6AI score
SaveExploits0References4
Rows per page
Query Builder