Lucene search
+L

842 matches found

CVE
CVE
added 2024/10/21 6:02 p.m.186 views

CVE-2024-49968

CVE-2024-49968 (from Miracle Linux AXSA advisory) concerns Linux kernel ext4. The vulnerability occurs when mounting an ext4 filesystem that does not have the casefold feature while the default hash version is DX_HASH_SIPHASH; in this scenario the mount operation exits, effectively preventing mou...

5.5CVSS5.2AI score0.00245EPSS
SaveExploits0References6Affected Software1
OSV
OSV
added 2024/10/21 6:02 p.m.13 views

CVE-2024-49968 ext4: filesystems without casefold feature cannot be mounted with siphash

In the Linux kernel, the following vulnerability has been resolved: ext4: filesystems without casefold feature cannot be mounted with siphash When mounting the ext4 filesystem, if the default hash version is set to DXHASHSIPHASH but the casefold feature is not set, exit the mounting...

6.2AI score
SaveExploits0References9
CVE
CVE
added 2024/10/21 6:02 p.m.203 views

CVE-2024-49960

CVE-2024-49960 concerns ext4 on the Linux kernel. The issue is a timer use-after-free during failed mounts: the s_err_report timer can remain active while sbi is freed, because ext4_handle_error re-arms the timer before kfree(sbi). The root cause is not canceling the s_err_report timer after ext4...

7.8CVSS7.2AI score0.00289EPSS
SaveExploits0References9Affected Software1
Debian CVE
Debian CVE
added 2024/10/21 11:53 a.m.14 views

CVE-2024-47701

In the Linux kernel, the following vulnerability has been resolved: ext4: avoid OOB when system.data xattr changes underneath the filesystem When looking up for an entry in an inlined directory, if evalueoffs is changed underneath the filesystem by some change in the block device, it will lead to...

7.8CVSS6AI score0.00247EPSS
SaveExploits0
CNNVD
CNNVD
added 2024/10/21 12:00 a.m.10 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 Linux kernel, which originates from a failure of the ext4findextent function in the ext4 filesystem to update the origpath pointer upon a...

5.5CVSS6.7AI score0.0025EPSS
SaveExploits0References9
CNNVD
CNNVD
added 2024/10/21 12:00 a.m.9 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 ext4 file system's DAX feature mishandling extents exceeding the inode size during partial write...

5.5CVSS6.6AI score0.0024EPSS
SaveExploits0References9
CNNVD
CNNVD
added 2024/10/21 12:00 a.m.9 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 improper ppath handling in the ext4extreplayupdateex function in the ext4 filesystem, which could lead to a...

7.8CVSS6.6AI score0.0025EPSS
SaveExploits0References9
RedHat Linux
RedHat Linux
added 2024/10/15 12:42 a.m.8 views

kernel: ext4: fix uninitialized ratelimit_state->lock access in __ext4_fill_super()

A vulnerability was found in the Linux kernel's ext4 filesystem within the ext4fillsuper function, where uninitialized access to ratelimitstate-lock can occur, where the sysfs interface is registered before properly initializing rs-lock, potentially allowing other processes to modify rs-interval ...

5.5CVSS7.2AI score0.00271EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2024/09/24 2:39 a.m.10 views

kernel: ext4: do not create EA inode under buffer lock

A vulnerability was found in the Linux kernel's ext4 filesystem, where the system could create EA inodes while holding a buffer lock, this approach can lead to deadlocks, especially if the filesystem is corrupted...

5.5CVSS7.4AI score0.00221EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2024/09/24 12:40 a.m.15 views

kernel: ext4: fix uninitialized ratelimit_state->lock access in __ext4_fill_super()

A vulnerability was found in the Linux kernel's ext4 filesystem within the ext4fillsuper function, where uninitialized access to ratelimitstate-lock can occur, where the sysfs interface is registered before properly initializing rs-lock, potentially allowing other processes to modify rs-interval ...

5.5CVSS7.2AI score0.00271EPSS
SaveExploits0References5
CVE
CVE
added 2024/08/17 9:09 a.m.167 views

CVE-2024-42305

CVE-2024-42305 affects the Linux kernel ext4, where a dir-indexing edge case could trigger out-of-bounds access during directory entry splitting when the first two entries are not dot/dotdot. The description and connected material explain that make_indexed_dir() assumed the first two dirents are ...

5.5CVSS6.6AI score0.00226EPSS
SaveExploits0References11Affected Software1
OSV
OSV
added 2024/08/13 5:01 p.m.19 views

CLSA-2024-1723567849 kernel: Fix of 20 CVEs

net: fix dstnegativeadvice race CVE-2024-36971 - spec: update shim Conflicts, Provides keys - ipv6: fib6rules: avoid possible NULL dereference in fib6ruleaction CVE-2024-36902 - ipv6: prevent NULL dereference in ip6output CVE-2024-36901 - drm/amd/display: Atom Integrated System Info v22 for DCN35...

9.1CVSS6.8AI score0.02701EPSS
SaveExploits1References1
RedHat Linux
RedHat Linux
added 2024/08/08 4:53 a.m.9 views

kernel: ext4: fix corruption during on-line resize

A vulnerability was found in the ext4 filesystem in the Linux kernel during on-line resizing operations. When an ext4 filesystem is resized while mounted, it could lead to data corruption...

5.5CVSS7.2AI score0.00269EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2024/08/07 9:43 a.m.9 views

kernel: ext4: regenerate buddy after block freeing failed if under fc replay

A flaw was found in the Linux kernel's ext4 filesystem related to the fast commit replay process. During this process, blocks that are already marked as free can be incorrectly marked as free again, leading to the corruption of the buddy bitmap, which is used to track free and allocated blocks...

7.8CVSS6.8AI score0.00289EPSS
SaveExploits0References5
NVD
NVD
added 2024/07/12 1:15 p.m.35 views

CVE-2024-40998

In the Linux kernel, the following vulnerability has been resolved: ext4: fix uninitialized ratelimitstate-lock access in ext4fillsuper In the following concurrency we will access the uninitialized rs-lock: ext4fillsuper ext4registersysfs // sysfs registered msgratelimitintervalms // Other...

5.5CVSS0.00271EPSS
SaveExploits0References3
OSV
OSV
added 2024/07/12 1:15 p.m.3 views

DEBIAN-CVE-2024-40998

In the Linux kernel, the following vulnerability has been resolved: ext4: fix uninitialized ratelimitstate-lock access in ext4fillsuper In the following concurrency we will access the uninitialized rs-lock: ext4fillsuper ext4registersysfs // sysfs registered msgratelimitintervalms // Other...

5.5CVSS5.8AI score0.00271EPSS
SaveExploits0References1
Debian CVE
Debian CVE
added 2024/07/12 12:31 p.m.49 views

CVE-2024-40955

In the Linux kernel, the following vulnerability has been resolved: ext4: fix slab-out-of-bounds in ext4mbfindgoodgroupavgfraglists We can trigger a slab-out-of-bounds with the following commands: mkfs.ext4 -F /dev/$disk 10G mount /dev/$disk /tmp/test echo 2147483647...

5.5CVSS5.8AI score0.00241EPSS
SaveExploits0
CNNVD
CNNVD
added 2024/07/12 12:00 a.m.8 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 failure to properly initialize the lock on the ratelimitstate during initialization of the ext4 filesystem...

5.5CVSS6.9AI score0.00271EPSS
SaveExploits0References5
OSV
OSV
added 2024/07/03 8:45 p.m.11 views

USN-6866-1 linux, linux-aws, linux-aws-hwe, linux-gcp, linux-gcp-4.15, linux-hwe, linux-kvm, linux-oracle vulnerabilities

It was discovered that the ext4 file system implementation in the Linux kernel did not properly validate data state on write operations. An attacker could use this to construct a malicious ext4 file system image that, when mounted, could cause a denial of service system crash. CVE-2021-33631 It w...

8.1CVSS7AI score0.08555EPSS
SaveExploits0References13
OSV
OSV
added 2024/06/21 6:09 a.m.23 views

CLSA-2024-1718950178 Fix of 22 CVEs

CVE-url: https://ubuntu.com/security/CVE-2024-26764 - aio: remove an outdated BUGON and comment in aiocomplete - aio: remove the extra getfile/fput pair in iosubmitone - aio: refactor read/write iocb setup - fs/aio: Restrict kiocbsetcancelfn to I/O submitted via libaio CVE-url:...

8.8CVSS7.1AI score0.02701EPSS
SaveExploits1References1
Rows per page
Query Builder