Lucene search
+L

3853 matches found

UbuntuCve
UbuntuCve
added 2024/06/24 2:15 p.m.20 views

CVE-2024-33847

In the Linux kernel, the following vulnerability has been resolved: f2fs: compress: don't allow unaligned truncation on released compress inode f2fs image may be corrupted after below testcase: - mkfs.f2fs -O extraattr,compression -f /dev/vdb - mount /dev/vdb /mnt/f2fs - touch /mnt/f2fs/file -...

7.1CVSS5.8AI score0.00228EPSS
SaveExploits0References21
Cvelist
Cvelist
added 2024/06/24 1:56 p.m.60 views

CVE-2024-34027 f2fs: compress: fix to cover {reserve,release}_compress_blocks() w/ cp_rwsem lock

In the Linux kernel, the following vulnerability has been resolved: f2fs: compress: fix to cover reserve,releasecompressblocks w/ cprwsem lock It needs to cover reserve,releasecompressblocks w/ cprwsem lock to avoid racing with checkpoint, otherwise, filesystem metadata including blkaddr in dnode...

7.8CVSS0.00237EPSS
SaveExploits0References6
Cvelist
Cvelist
added 2024/06/24 1:56 p.m.45 views

CVE-2024-33847 f2fs: compress: don't allow unaligned truncation on released compress inode

In the Linux kernel, the following vulnerability has been resolved: f2fs: compress: don't allow unaligned truncation on released compress inode f2fs image may be corrupted after below testcase: - mkfs.f2fs -O extraattr,compression -f /dev/vdb - mount /dev/vdb /mnt/f2fs - touch /mnt/f2fs/file -...

7.1CVSS0.00228EPSS
SaveExploits0References6
CVE
CVE
added 2024/06/24 1:56 p.m.103 views

CVE-2024-33847

The CVE-2024-33847 issue concerns the Linux kernel F2FS file system where compressed inodes could be corrupted after unaligned or partial truncation. The vulnerability arises when a released compress inode with reserved blocks undergoes truncation that changes valid_block_count without updating i...

7.1CVSS6.6AI score0.00228EPSS
SaveExploits0References7Affected Software1
Vulnrichment
Vulnrichment
added 2024/06/24 1:56 p.m.24 views

CVE-2024-33847 f2fs: compress: don't allow unaligned truncation on released compress inode

In the Linux kernel, the following vulnerability has been resolved: f2fs: compress: don't allow unaligned truncation on released compress inode f2fs image may be corrupted after below testcase: - mkfs.f2fs -O extraattr,compression -f /dev/vdb - mount /dev/vdb /mnt/f2fs - touch /mnt/f2fs/file -...

7.1CVSS6.9AI score0.00228EPSS
SaveExploits0References6
RedhatCVE
RedhatCVE
added 2024/06/20 2:29 p.m.30 views

CVE-2024-38604

In the Linux kernel, the following vulnerability has been resolved: block: refine the EOF check in blkdeviomapbegin blkdeviomapbegin rounds down the offset to the logical block size before stashing it in iomap-offset and checking that it still is inside the inode size. Check the isize check to th...

4.4CVSS6.9AI score0.00207EPSS
SaveExploits0References4
OSV
OSV
added 2024/06/20 11:15 a.m.11 views

UBUNTU-CVE-2022-48712

In the Linux kernel, the following vulnerability has been resolved: ext4: fix error handling in ext4fcrecordmodifiedinode Current code does not fully takes care of krealloc error case, which could lead to silent memory corruption or a kernel bug. This patch fixes that. Also it cleans up some...

7.8CVSS5.9AI score0.00228EPSS
SaveExploits0References7
CVE
CVE
added 2024/06/19 2:53 p.m.93 views

CVE-2021-47585

CVE-2021-47585 concerns a memory leak in the Linux kernel's btrfs __add_inode_ref path. The issue arises from allocating victim_name with kmalloc at two points (lines 1104 and 1169) and returning from the function without freeing the previously allocated memory when backref_in_log() returns an er...

5.5CVSS7AI score0.0025EPSS
SaveExploits0References3Affected Software1
UbuntuCve
UbuntuCve
added 2024/06/19 2:15 p.m.30 views

CVE-2024-38604

In the Linux kernel, the following vulnerability has been resolved: block: refine the EOF check in blkdeviomapbegin blkdeviomapbegin rounds down the offset to the logical block size before stashing it in iomap-offset and checking that it still is inside the inode size. Check the isize check to th...

5.5CVSS6.3AI score0.00207EPSS
SaveExploits0References11
OSV
OSV
added 2024/06/19 1:48 p.m.21 views

CVE-2024-38604 block: refine the EOF check in blkdev_iomap_begin

In the Linux kernel, the following vulnerability has been resolved: block: refine the EOF check in blkdeviomapbegin blkdeviomapbegin rounds down the offset to the logical block size before stashing it in iomap-offset and checking that it still is inside the inode size. Check the isize check to th...

6AI score
SaveExploits0References7
Vulnrichment
Vulnrichment
added 2024/06/19 1:48 p.m.17 views

CVE-2024-38604 block: refine the EOF check in blkdev_iomap_begin

In the Linux kernel, the following vulnerability has been resolved: block: refine the EOF check in blkdeviomapbegin blkdeviomapbegin rounds down the offset to the logical block size before stashing it in iomap-offset and checking that it still is inside the inode size. Check the isize check to th...

6.9AI score0.00207EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2024/06/19 1:48 p.m.43 views

CVE-2024-38604 block: refine the EOF check in blkdev_iomap_begin

In the Linux kernel, the following vulnerability has been resolved: block: refine the EOF check in blkdeviomapbegin blkdeviomapbegin rounds down the offset to the logical block size before stashing it in iomap-offset and checking that it still is inside the inode size. Check the isize check to th...

0.00207EPSS
SaveExploits0References4
CNNVD
CNNVD
added 2024/06/19 12:00 a.m.5 views

Linux kernel security vulnerabilities

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 memory leak in btrfs addinoderef...

5.5CVSS6.5AI score0.0025EPSS
SaveExploits0References4
Amazon
Amazon
added 2024/06/12 12:00 a.m.13 views

Important: kernel

Issue Overview: In the Linux kernel, the following vulnerability has been resolved: ext4: block range must be validated before use in ext4mbclearbb CVE-2022-50021 In the Linux kernel, the following vulnerability has been resolved: block, bfq: fix possible uaf for 'bfqq-bic' CVE-2022-50488 In the...

7.8CVSS6.3AI score0.00506EPSS
SaveExploits0
Positive Technologies
Positive Technologies
added 2024/06/12 12:00 a.m.10 views

PT-2024-30716

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description The issue is related to a bug in the f2fs file system, where the inode.i crypt info is not initialized during the mount process, leading to a kernel NULL pointer dereference. This occurs...

5.5CVSS6.8AI score0.00237EPSS
SaveExploits0
Amazon
Amazon
added 2024/06/12 12:00 a.m.9 views

Important: kernel

Issue Overview: An issue was discovered in arch/x86/kvm/vmx/nested.c in the Linux kernel before 6.2.8. nVMX on x8664 lacks consistency checks for CR0 and CR4. CVE-2023-30456 In the Linux kernel, the following vulnerability has been resolved: ftrace: Fix invalid address access in lookuprec when...

7.8CVSS6.3AI score0.00506EPSS
SaveExploits0
SUSE CVE
SUSE CVE
added 2024/06/04 2:25 a.m.5 views

SUSE CVE-2024-36923

This CVE ID has been rejected or withdrawn by its CVE Numbering Authority...

5.3CVSS7.4AI score0.00012EPSS
SaveExploits0References16
RedhatCVE
RedhatCVE
added 2024/06/03 1:13 p.m.30 views

CVE-2024-36923

In the Linux kernel, the following vulnerability has been resolved: fs/9p: fix uninitialized values during inode evict If an iget fails due to not being able to retrieve information from the server then the inode structure is only partially initialized. When the inode gets evicted, references to...

4.4CVSS6.7AI score0.00012EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2024/06/03 7:50 a.m.36 views

CVE-2024-36963 tracefs: Reset permissions on remount if permissions are options

In the Linux kernel, the following vulnerability has been resolved: tracefs: Reset permissions on remount if permissions are options There's an inconsistency with the way permissions are handled in tracefs. Because the permissions are generated when accessed, they default to the root inode's...

7.8CVSS6.6AI score0.0019EPSS
SaveExploits0References3
NVD
NVD
added 2024/05/30 4:15 p.m.19 views

CVE-2024-36923

Rejected reason: This CVE ID has been rejected or withdrawn by its CVE Numbering Authority...

6.5AI score0.00012EPSS
SaveExploits0
Rows per page
Query Builder