Lucene search
K

5172 matches found

Microsoft CVE
Microsoft CVE
added 2026/04/23 8:4 a.m.4 views

ext4: convert inline data to extents when truncate exceeds inline size

...

7.8CVSS5.2AI score0.00129EPSS
Exploits0
SUSE CVE
SUSE CVE
added 2026/04/23 1:26 a.m.4 views

SUSE CVE-2026-31446

In the Linux kernel, the following vulnerability has been resolved: ext4: fix use-after-free in updatesuperwork when racing with umount Commit b98535d09179 "ext4: fix bugon in startthishandle during umount filesystem" moved ext4unregistersysfs before flushing ssbupdwork to prevent new error work...

4.7CVSS5.6AI score0.00131EPSS
Exploits0References9
SUSE CVE
SUSE CVE
added 2026/04/23 1:26 a.m.4 views

SUSE CVE-2026-31448

In the Linux kernel, the following vulnerability has been resolved: ext4: avoid infinite loops caused by residual data On the mkdir/mknod path, when mapping logical blocks to physical blocks, if inserting a new extent into the extent tree fails in this example, because the file system disabled th...

5.5CVSS5.7AI score0.00433EPSS
Exploits0References9
SUSE CVE
SUSE CVE
added 2026/04/23 1:26 a.m.5 views

SUSE CVE-2026-31449

In the Linux kernel, the following vulnerability has been resolved: ext4: validate pidx bounds in ext4extcorrectindexes ext4extcorrectindexes walks up the extent tree correcting index entries when the first extent in a leaf is modified. Before accessing pathk.pidx-eiblock, there is no validation...

5.5CVSS5.6AI score0.00135EPSS
Exploits0References16
SUSE CVE
SUSE CVE
added 2026/04/23 1:26 a.m.2 views

SUSE CVE-2026-31450

In the Linux kernel, the following vulnerability has been resolved: ext4: publish jinode after initialization ext4inodeattachjinode publishes ei-jinode to concurrent users. It used to set ei-jinode before jbd2journalinitjbdinode, allowing a reader to observe a non-NULL jinode with ivfsinode still...

5.6AI score0.00469EPSS
Exploits0References3
SUSE CVE
SUSE CVE
added 2026/04/23 1:26 a.m.3 views

SUSE CVE-2026-31451

In the Linux kernel, the following vulnerability has been resolved: ext4: replace BUGON with proper error handling in ext4readinlinefolio Replace BUGON with proper error handling when inline data size exceeds PAGESIZE. This prevents kernel panic and allows the system to continue running while...

5.8AI score0.00122EPSS
Exploits0References3
SUSE CVE
SUSE CVE
added 2026/04/23 1:26 a.m.3 views

SUSE CVE-2026-31452

In the Linux kernel, the following vulnerability has been resolved: ext4: convert inline data to extents when truncate exceeds inline size Add a check in ext4setattr to convert files from inline data storage to extent-based storage when truncate grows the file size beyond the inline capacity. Thi...

5.6AI score0.00129EPSS
Exploits0References3
RedhatCVE
RedhatCVE
added 2026/04/22 5:45 p.m.3 views

CVE-2026-31452

A flaw was found in the Linux kernel's ext4 filesystem. A local user could exploit a vulnerability where the truncate function, when used to expand a file beyond its inline data capacity, fails to properly convert the file to extent-based storage. This inconsistency can lead to a kernel crash BUG...

7.8CVSS5.7AI score0.00129EPSS
Exploits0References4
RedhatCVE
RedhatCVE
added 2026/04/22 5:45 p.m.3 views

CVE-2026-31451

A flaw was found in the Linux kernel's ext4 filesystem. When processing inline data, if the data size exceeded the expected page size, it could lead to a kernel panic. This issue could be triggered by a local user with access to a specially crafted or corrupted ext4 filesystem, resulting in a...

5.5CVSS5.8AI score0.00122EPSS
Exploits0References4
RedhatCVE
RedhatCVE
added 2026/04/22 5:28 p.m.2 views

CVE-2026-31449

A flaw was found in the Linux kernel's ext4 filesystem. A local attacker could exploit this vulnerability by providing a specially crafted or corrupted on-disk extent header. This could cause an out-of-bounds read in memory, potentially leading to information disclosure or a system crash Denial o...

7.8CVSS5.2AI score0.00135EPSS
Exploits0References4
RedhatCVE
RedhatCVE
added 2026/04/22 5:28 p.m.4 views

CVE-2026-31446

A flaw was found in the Linux kernel's ext4 filesystem. This vulnerability, a use-after-free, occurs due to a timing issue when the updatesuperwork function attempts to access memory that has already been released during a filesystem unmount operation. A local attacker could potentially exploit...

7.8CVSS5.2AI score0.00131EPSS
Exploits0References4
RedhatCVE
RedhatCVE
added 2026/04/22 5:28 p.m.3 views

CVE-2026-31447

A flaw was found in the ext4 filesystem component of the Linux kernel. This vulnerability occurs when a local user attempts to mount an ext4 filesystem that is configured with bigalloc and a non-zero sfirstdatablock value, a configuration that is not supported. The consequence is a Denial of...

7.8CVSS5.7AI score0.00135EPSS
Exploits0References4
RedhatCVE
RedhatCVE
added 2026/04/22 5:28 p.m.2 views

CVE-2026-31448

A flaw was found in the Linux kernel's ext4 filesystem. When creating a directory or node, if an extent insertion fails, the system may not properly clear residual data. This can lead to a situation where both directory and extended attribute xattr blocks simultaneously use the same memory buffer...

9.4CVSS5.3AI score0.00433EPSS
Exploits0References4
EUVD
EUVD
added 2026/04/22 3:31 p.m.1 views

EUVD-2026-24790

In the Linux kernel, the following vulnerability has been resolved: ext4: replace BUGON with proper error handling in ext4readinlinefolio Replace BUGON with proper error handling when inline data size exceeds PAGESIZE. This prevents kernel panic and allows the system to continue running while...

5.8AI score0.00122EPSS
Exploits0References6
EUVD
EUVD
added 2026/04/22 3:31 p.m.4 views

EUVD-2026-24788

In the Linux kernel, the following vulnerability has been resolved: ext4: publish jinode after initialization ext4inodeattachjinode publishes ei-jinode to concurrent users. It used to set ei-jinode before jbd2journalinitjbdinode, allowing a reader to observe a non-NULL jinode with ivfsinode still...

5.6AI score0.00469EPSS
Exploits0References9
EUVD
EUVD
added 2026/04/22 3:31 p.m.3 views

EUVD-2026-24786

In the Linux kernel, the following vulnerability has been resolved: ext4: validate pidx bounds in ext4extcorrectindexes ext4extcorrectindexes walks up the extent tree correcting index entries when the first extent in a leaf is modified. Before accessing pathk.pidx-eiblock, there is no validation...

5.6AI score0.00135EPSS
Exploits0References5
EUVD
EUVD
added 2026/04/22 3:31 p.m.2 views

EUVD-2026-24791

In the Linux kernel, the following vulnerability has been resolved: ext4: convert inline data to extents when truncate exceeds inline size Add a check in ext4setattr to convert files from inline data storage to extent-based storage when truncate grows the file size beyond the inline capacity. Thi...

5.6AI score0.00129EPSS
Exploits0References9
EUVD
EUVD
added 2026/04/22 3:31 p.m.3 views

EUVD-2026-24781

In the Linux kernel, the following vulnerability has been resolved: ext4: fix use-after-free in updatesuperwork when racing with umount Commit b98535d09179 "ext4: fix bugon in startthishandle during umount filesystem" moved ext4unregistersysfs before flushing ssbupdwork to prevent new error work...

5.6AI score0.00131EPSS
Exploits0References8
NVD
NVD
added 2026/04/22 2:16 p.m.0 views

CVE-2026-31451

In the Linux kernel, the following vulnerability has been resolved: ext4: replace BUGON with proper error handling in ext4readinlinefolio Replace BUGON with proper error handling when inline data size exceeds PAGESIZE. This prevents kernel panic and allows the system to continue running while...

5.5CVSS0.00122EPSS
Exploits0References5
NVD
NVD
added 2026/04/22 2:16 p.m.3 views

CVE-2026-31450

In the Linux kernel, the following vulnerability has been resolved: ext4: publish jinode after initialization ext4inodeattachjinode publishes ei-jinode to concurrent users. It used to set ei-jinode before jbd2journalinitjbdinode, allowing a reader to observe a non-NULL jinode with ivfsinode still...

8.8CVSS0.00469EPSS
Exploits0References8
Rows per page
Query Builder