Lucene search
K

4314 matches found

OSV
OSV
added 2024/10/21 6:2 p.m.17 views

CVE-2024-49958 ocfs2: reserve space for inline xattr before attaching reflink tree

In the Linux kernel, the following vulnerability has been resolved: ocfs2: reserve space for inline xattr before attaching reflink tree One of our customers reported a crash and a corrupted ocfs2 filesystem. The crash was due to the detection of corruption. Upon troubleshooting, the fsck -fn outp...

5.5CVSS6AI score0.00257EPSS
Exploits0References14
Cvelist
Cvelist
added 2024/10/21 6:1 p.m.13 views

CVE-2024-49932 btrfs: don't readahead the relocation inode on RST

In the Linux kernel, the following vulnerability has been resolved: btrfs: don't readahead the relocation inode on RST On relocation we're doing readahead on the relocation inode, but if the filesystem is backed by a RAID stripe tree we can get ENOENT e.g. due to preallocated extents not being...

0.00201EPSS
Exploits0References2
OSV
OSV
added 2024/10/21 6:1 p.m.10 views

CVE-2024-49932 btrfs: don't readahead the relocation inode on RST

In the Linux kernel, the following vulnerability has been resolved: btrfs: don't readahead the relocation inode on RST On relocation we're doing readahead on the relocation inode, but if the filesystem is backed by a RAID stripe tree we can get ENOENT e.g. due to preallocated extents not being...

5.5CVSS6AI score0.00201EPSS
Exploits0References5
OSV
OSV
added 2024/10/21 6:1 p.m.11 views

CVE-2024-49902 jfs: check if leafidx greater than num leaves per dmap tree

In the Linux kernel, the following vulnerability has been resolved: jfs: check if leafidx greater than num leaves per dmap tree syzbot report a out of bounds in dbSplit, it because dmtleafidx greater than num leaves per dmap tree, add a checking for dmtleafidx in dbFindLeaf. Shaggy: Modified sani...

5.5CVSS6.3AI score0.00277EPSS
Exploits0References14
Vulnrichment
Vulnrichment
added 2024/10/21 6:1 p.m.18 views

CVE-2024-49878 resource: fix region_intersects() vs add_memory_driver_managed()

In the Linux kernel, the following vulnerability has been resolved: resource: fix regionintersects vs addmemorydrivermanaged On a system with CXL memory, the resource tree /proc/iomem related to CXL memory may look like something as follows. 490000000-50fffffff : CXL Window 0 490000000-50fffffff ...

7.2AI score0.00298EPSS
Exploits0References8
CVE
CVE
added 2024/10/21 6:1 p.m.168 views

CVE-2024-49878

Technical details about CVE-2024-49878 are not publicly provided in the supplied documents. The initial description notes a Linux kernel resource-tree issue with CXL memory affecting region_intersects() and onlining memory; monitor for official patch releases and advisories.

5.5CVSS7.1AI score0.00298EPSS
Exploits0References10Affected Software1
OSV
OSV
added 2024/10/21 6:1 p.m.9 views

CVE-2024-49878 resource: fix region_intersects() vs add_memory_driver_managed()

In the Linux kernel, the following vulnerability has been resolved: resource: fix regionintersects vs addmemorydrivermanaged On a system with CXL memory, the resource tree /proc/iomem related to CXL memory may look like something as follows. 490000000-50fffffff : CXL Window 0 490000000-50fffffff ...

5.5CVSS6.4AI score0.00298EPSS
Exploits0References13
Vulnrichment
Vulnrichment
added 2024/10/21 6:1 p.m.12 views

CVE-2024-49868 btrfs: fix a NULL pointer dereference when failed to start a new trasacntion

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix a NULL pointer dereference when failed to start a new trasacntion BUG Syzbot reported a NULL pointer dereference with the following crash: FAULTINJECTION: forcing a failure. starttransaction+0x830/0x1670...

6.9AI score0.00288EPSS
Exploits0References8
SUSE CVE
SUSE CVE
added 2024/10/21 3:47 p.m.3 views

SUSE CVE-2024-47678

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...

5.5CVSS6.7AI score0.00239EPSS
Exploits0References23
SUSE CVE
SUSE CVE
added 2024/10/21 3:47 p.m.9 views

SUSE CVE-2024-47699

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...

5.5CVSS6.7AI score0.00261EPSS
Exploits0References18
RedhatCVE
RedhatCVE
added 2024/10/21 2:13 p.m.10 views

CVE-2024-47678

A flaw was found in the Linux kernel related to the order of rate limits for ICMP messages. The sequence in which rate limiters are applied potentially allows a side-channel attack, resulting in information disclosure. Mitigation Mitigation for this issue is either not available or the currently...

5.5CVSS6.5AI score0.00239EPSS
Exploits0References4
OSV
OSV
added 2024/10/21 1:15 p.m.4 views

AZL-50685 CVE-2024-47757 affecting package kernel for versions less than 5.15.173.1-1

In the Linux kernel, the following vulnerability has been resolved: nilfs2: fix potential oob read in nilfsbtreecheckdelete The function nilfsbtreecheckdelete, which checks whether degeneration to direct mapping occurs before deleting a b-tree entry, causes memory access outside the block buffer...

7.1CVSS6.8AI score0.00239EPSS
Exploits0References1
OSV
OSV
added 2024/10/21 1:15 p.m.1 views

DEBIAN-CVE-2024-47757

In the Linux kernel, the following vulnerability has been resolved: nilfs2: fix potential oob read in nilfsbtreecheckdelete The function nilfsbtreecheckdelete, which checks whether degeneration to direct mapping occurs before deleting a b-tree entry, causes memory access outside the block buffer...

7.1CVSS6.3AI score0.00239EPSS
Exploits0References1
OSV
OSV
added 2024/10/21 12:15 p.m.7 views

AZL-50842 CVE-2024-47699 affecting package kernel for versions less than 5.15.173.1-1

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...

5.5CVSS6.8AI score0.00261EPSS
Exploits0References1
OSV
OSV
added 2024/10/21 12:15 p.m.1 views

DEBIAN-CVE-2024-47699

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...

5.5CVSS6AI score0.00261EPSS
Exploits0References1
OSV
OSV
added 2024/10/21 12:15 p.m.11 views

AZL-50993 CVE-2024-47699 affecting package kernel for versions less than 6.6.56.1-5

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...

5.5CVSS6.8AI score0.00261EPSS
Exploits0References1
OSV
OSV
added 2024/10/21 12:15 p.m.5 views

DEBIAN-CVE-2024-47678

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...

5.5CVSS5.7AI score0.00239EPSS
Exploits0References1
OSV
OSV
added 2024/10/21 12:15 p.m.3 views

AZL-50716 CVE-2024-47678 affecting package kernel 5.15.200.1-1

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...

5.5CVSS6.3AI score0.00239EPSS
Exploits0References1
OSV
OSV
added 2024/10/21 12:15 p.m.2 views

UBUNTU-CVE-2024-47678

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...

5.5CVSS6.2AI score0.00239EPSS
Exploits0References23
OSV
OSV
added 2024/10/21 12:15 p.m.2 views

UBUNTU-CVE-2024-47699

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...

5.5CVSS6.4AI score0.00261EPSS
Exploits0References43
Rows per page
Query Builder