Lucene search
+L

5332 matches found

RedHat Linux
RedHat Linux
added 2024/04/30 9:57 a.m.9 views

kernel: ext4: fix invalid free tracking in ext4_xattr_move_to_block()

A memory management flaw was found in the Linux kernel's ext4 filesystem extended attribute handling. In ext4xattrmovetoblock, when moving an extended attribute value to an external block, the code checks entry-evalueinum to determine if the buffer was allocated via kvmalloc. However, at cleanup...

7.8CVSS6.2AI score0.00157EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2024/04/30 9:57 a.m.12 views

kernel: ext4: fix use-after-free in ext4_orphan_cleanup

A use-after-free vulnerability was found in the ext4 filesystem's orphan inode cleanup routine in the Linux kernel. When ext4inodeattachjinode fails with -ENOMEM during orphan cleanup at mount time, the error is not properly propagated. The inode is freed via iput, but the orphan list still...

7.8CVSS7.2AI score0.00204EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2024/04/30 9:57 a.m.7 views

kernel: ext4: fix BUG in ext4_mb_new_inode_pa() due to overflow

An integer overflow flaw was found in the Linux kernel's ext4 filesystem. In ext4mbnewinodepa, when calculating the end position of ext4freeextent, the computation can overflow ext4lblkt uint32 to zero. This occurs with large logical block numbers near UINTMAX, causing a BUGON assertion failure a...

5.8AI score0.00205EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2024/04/30 9:57 a.m.10 views

kernel: ext4: fix bug_on in __es_tree_search caused by bad boot loader inode

A flaw was identified in the ext4 filesystem implementation in the Linux kernel where a malformed or improperly initialized boot loader inode could trigger a BUGON condition inside the estreesearch function. This occurs when the inode’s mode imode is an unexpected type and the code does not...

7.3AI score0.00238EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2024/04/30 9:57 a.m.13 views

kernel: ext4: fix i_disksize exceeding i_size problem in paritally written case

In the Linux kernel, the following vulnerability has been resolved: ext4: fix idisksize exceeding isize problem in paritally written case It is possible for idisksize can exceed isize, triggering a warning. genericperformwrite copied = iovitercopyfromuseratomiclen // copied idisksize, newsize //...

5.5CVSS6.7AI score0.00155EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2024/04/30 9:57 a.m.10 views

kernel: ext4: add EXT4_IGET_BAD flag to prevent unexpected bad inode

In the Linux kernel, the following vulnerability has been resolved: ext4: add EXT4IGETBAD flag to prevent unexpected bad inode There are many places that will get unhappy and crash when ext4iget returns a bad inode. However, if iget the boot loader inode, allows a bad inode to be returned, becaus...

5.5CVSS6.8AI score0.00158EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2024/04/30 9:57 a.m.9 views

kernel: ext4: check and assert if marking an no_delete evicting inode dirty

No description is available for this CVE...

7.3AI score
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2024/04/30 9:57 a.m.18 views

kernel: ext4: avoid deadlock in fs reclaim with page writeback

In the Linux kernel, the following vulnerability has been resolved: ext4: avoid deadlock in fs reclaim with page writeback Ext4 has a filesystem wide lock protecting ext4writepages calls to avoid races with switching of journalled data flag or inode format. This lock can however cause a deadlock...

5.5CVSS6.8AI score0.00117EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2024/04/30 9:57 a.m.6 views

kernel: ext4: fix WARNING in mb_find_extent

A vulnerability was found in the ext4 filesystem driver in the Linux kernel. This flaw occurs when the system processes a maliciously crafted or corrupted ext4 filesystem image, as the driver fails to properly validate its structural data. A local user with the ability to mount such an image coul...

5.5CVSS7.2AI score0.00156EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2024/04/30 9:57 a.m.8 views

kernel: ext4: set goal start correctly in ext4_mb_normalize_request

A flaw was found in the Linux kernel's ext4 filesystem block allocator. In ext4mbnormalizerequest, the goal start was being set incorrectly acfex instead of acgex, and boundary validation was missing. Without proper range checking, an underflow in ar-pright - size could pass an invalid value to...

5.7AI score0.00192EPSS
SaveExploits0References5
SUSE CVE
SUSE CVE
added 2024/04/30 2:26 a.m.16 views

SUSE CVE-2022-48631

In the Linux kernel, the following vulnerability has been resolved: ext4: fix bug in extents parsing when ehentries == 0 and ehdepth 0 When walking through an inode extents, the ext4extbinsearchidx function assumes that the extent header has been previously validated. However, there are no checks...

5.5CVSS6.4AI score0.00235EPSS
SaveExploits0References12
Positive Technologies
Positive Technologies
added 2024/04/30 12:00 a.m.14 views

PT-2025-40672

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description The Linux kernel contains a flaw related to handling of inodes. Specifically, the issue arises when obtaining the boot loader inode, potentially allowing a bad inode to be returned,...

10CVSS6.3AI score0.28058EPSS
SaveExploits31References522
RedhatCVE
RedhatCVE
added 2024/04/29 4:35 p.m.35 views

CVE-2022-48631

A flaw was found in the Linux kernel. The following vulnerability has been resolved: ext4: fix bug in extents parsing when ehentries == 0 and ehdepth 0...

5.5CVSS6.5AI score0.00235EPSS
SaveExploits0References4
NVD
NVD
added 2024/04/28 1:15 p.m.29 views

CVE-2022-48631

In the Linux kernel, the following vulnerability has been resolved: ext4: fix bug in extents parsing when ehentries == 0 and ehdepth 0 When walking through an inode extents, the ext4extbinsearchidx function assumes that the extent header has been previously validated. However, there are no checks...

5.5CVSS7.1AI score0.00235EPSS
SaveExploits0References5
OSV
OSV
added 2024/04/28 1:15 p.m.8 views

DEBIAN-CVE-2022-48631

In the Linux kernel, the following vulnerability has been resolved: ext4: fix bug in extents parsing when ehentries == 0 and ehdepth 0 When walking through an inode extents, the ext4extbinsearchidx function assumes that the extent header has been previously validated. However, there are no checks...

5.5CVSS5.3AI score0.00235EPSS
SaveExploits0References1
OSV
OSV
added 2024/04/28 1:15 p.m.11 views

UBUNTU-CVE-2022-48631

In the Linux kernel, the following vulnerability has been resolved: ext4: fix bug in extents parsing when ehentries == 0 and ehdepth 0 When walking through an inode extents, the ext4extbinsearchidx function assumes that the extent header has been previously validated. However, there are no checks...

5.5CVSS6AI score0.00235EPSS
SaveExploits0References8
UbuntuCve
UbuntuCve
added 2024/04/28 1:15 p.m.28 views

CVE-2022-48631

In the Linux kernel, the following vulnerability has been resolved: ext4: fix bug in extents parsing when ehentries == 0 and ehdepth 0 When walking through an inode extents, the ext4extbinsearchidx function assumes that the extent header has been previously validated. However, there are no checks...

5.5CVSS6.2AI score0.00235EPSS
SaveExploits0References7
Vulnrichment
Vulnrichment
added 2024/04/28 12:59 p.m.22 views

CVE-2022-48631 ext4: fix bug in extents parsing when eh_entries == 0 and eh_depth > 0

In the Linux kernel, the following vulnerability has been resolved: ext4: fix bug in extents parsing when ehentries == 0 and ehdepth 0 When walking through an inode extents, the ext4extbinsearchidx function assumes that the extent header has been previously validated. However, there are no checks...

6.5AI score0.00235EPSS
SaveExploits0References5
CVE
CVE
added 2024/04/28 12:59 p.m.124 views

CVE-2022-48631

The CVE-2022-48631 issue affects the Linux kernel’s ext4 extents parsing. Specifically, ext4_ext_binsearch_idx() could operate on an extent header with eh_depth > 0 when eh_entries is 0, leading to garbage indices and kernel crash (BUG at fs/ext4/extents.c:2258) observed in the provided traces...

5.5CVSS6.1AI score0.00235EPSS
SaveExploits0References5Affected Software1
OSV
OSV
added 2024/04/28 12:59 p.m.24 views

CVE-2022-48631 ext4: fix bug in extents parsing when eh_entries == 0 and eh_depth > 0

In the Linux kernel, the following vulnerability has been resolved: ext4: fix bug in extents parsing when ehentries == 0 and ehdepth 0 When walking through an inode extents, the ext4extbinsearchidx function assumes that the extent header has been previously validated. However, there are no checks...

5.8AI score
SaveExploits0References8
Rows per page
Query Builder