Lucene search
+L

51 matches found

CVE
CVE
added 2025/10/01 11:42 a.m.35 views

CVE-2022-50428

CVE-2022-50428 affects the Linux kernel ext4 fast-commit journaling, caused by multiple off-by-one errors in filling tlv blocks. The issues constrain where tlvs start and end within a block, risking replay problems and memory leakage in last-byte handling. The fixed patch corrects block-filling o...

5.5CVSS6.1AI score0.00155EPSS
SaveExploits0References4Affected Software1
Positive Technologies
Positive Technologies
added 2025/10/01 12:00 a.m.9 views

PT-2025-40150

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A flaw exists in the Linux kernel's ext4 filesystem related to the fast-commit journal. Specifically, uninitialized memory could be leaked to disk when space at the end of fast-commit...

6AI score0.00155EPSS
SaveExploits0References7
RedHat Linux
RedHat Linux
added 2025/09/11 1:52 a.m.15 views

kernel: ext4: use-after-free in ext4_xattr_set_entry()

A use-after-free vulnerability was found in the Linux kernel's ext4 filesystem in the way it handled the extra inode size for extended attributes. This flaw allows a privileged local user to cause a system crash or other undefined behaviors...

6.7CVSS6.7AI score0.00242EPSS
SaveExploits0References4
Microsoft CVE
Microsoft CVE
added 2025/09/06 8:14 a.m.9 views

ext4: do not BUG when INLINE_DATA_FL lacks system.data xattr

...

5.5CVSS6.8AI score0.00177EPSS
SaveExploits0
BDU FSTEC
BDU FSTEC
added 2025/09/05 12:00 a.m.6 views

The vulnerability of the ext4_dirty_journalled_data function in the Linux operating system, which allows a hacker to trigger a service failure

The vulnerability of the ext4dirtyjournalleddata function in the Linux operating system is related to a pointer swapping error. Exploiting this vulnerability can allow an attacker to cause service failures remotely...

4.8CVSS6.4AI score0.00145EPSS
SaveExploits0References10Affected Software5
RedHat Linux
RedHat Linux
added 2025/08/13 2:49 a.m.24 views

kernel: ext4: fix off-by-one error in do_split

In the Linux kernel, the following vulnerability has been resolved: ext4: fix off-by-one error in dosplit Syzkaller detected a use-after-free issue in ext4insertdentry that was caused by out-of-bounds access due to incorrect splitting in dosplit. BUG: KASAN: use-after-free in...

7.8CVSS6.5AI score0.00222EPSS
SaveExploits0References5
OSV
OSV
added 2025/07/31 9:20 a.m.12 views

USN-7684-3 linux-aws, linux-lts-xenial vulnerabilities

Several security issues were discovered in the Linux kernel. An attacker could possibly use these to compromise the system. This update corrects flaws in the following subsystems: - SCSI subsystem; - TTY drivers; - Ext4 file system; - Bluetooth subsystem; - USB sound devices; CVE-2024-49950,...

8.8CVSS6.7AI score0.0037EPSS
SaveExploits0References6
RedHat Linux
RedHat Linux
added 2025/07/09 12:22 p.m.15 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.00271EPSS
SaveExploits0References5
OSV
OSV
added 2025/07/04 2:15 p.m.4 views

DEBIAN-CVE-2025-38220

In the Linux kernel, the following vulnerability has been resolved: ext4: only dirty folios when data journaling regular files fstest generic/388 occasionally reproduces a crash that looks as follows: BUG: kernel NULL pointer dereference, address: 0000000000000000 ... Call Trace:...

5.5CVSS5.5AI score0.00145EPSS
SaveExploits0References1
OSV
OSV
added 2025/07/04 2:15 p.m.14 views

UBUNTU-CVE-2025-38221

In the Linux kernel, the following vulnerability has been resolved: ext4: fix out of bounds punch offset Punching a hole with a start offset that exceeds maxend is not permitted and will result in a negative length in the truncateinodepartialfolio function while truncating the page cache,...

7.1CVSS6.5AI score0.00147EPSS
SaveExploits0References5
BDU FSTEC
BDU FSTEC
added 2025/05/29 12:00 a.m.11 views

The vulnerability of the ext4 kernel component in the Linux operating system, which allows a hacker to cause a service failure

The vulnerability of the ext4 kernel component in the Linux operating system is related to insufficient memory allocation for operations. Exploiting this vulnerability can allow an attacker to cause a service failure...

7.8CVSS6.4AI score0.0025EPSS
SaveExploits0References7Affected Software5
OSV
OSV
added 2025/02/03 9:04 a.m.6 views

SUSE-SU-2025:20073-1 Security update for the Linux Kernel

The SUSE Linux Enterprise Micro 6.0 kernel was updated to receive various security bugfixes. The following security bugs were fixed: - CVE-2023-52610: net/sched: actct: fix skb leak and crash on ooo frags bsc1221610. - CVE-2023-52752: smb: client: fix use-after-free bug in cifsdebugdataprocshow...

10CVSS7AI score0.00886EPSS
SaveExploits3References374
RedHat Linux
RedHat Linux
added 2024/11/13 12:34 a.m.18 views

kernel: ext4: avoid allocating blocks from corrupted group in ext4_mb_find_by_goal()

A vulnerability was found in the ext4mbfindbygoal function in the Linux kernel. This issue could lead to memory corruption or crashes due to the allocation of blocks from a group with a corrupted block bitmap...

7.8CVSS7.2AI score0.00264EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2024/08/08 4:53 a.m.13 views

kernel: ext4: avoid online resizing failures due to oversized flex bg

In the Linux kernel, the following vulnerability has been resolved: ext4: avoid online resizing failures due to oversized flex bg When we online resize an ext4 filesystem with a oversized flexbgsize, mkfs.ext4 -F -G 67108864 $dev -b 4096 100M mount $dev $dir resize2fs $dev 16G the following WARNO...

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

kernel: ext4: don't allow journal inode to have encrypt flag

In the Linux kernel, the following vulnerability has been resolved: ext4: don't allow journal inode to have encrypt flag Mounting a filesystem whose journal inode has the encrypt flag causes a NULL dereference in fscryptlimitioblocks when the 'inlinecrypt' mount option is used. The problem is tha...

5.5CVSS6.8AI score0.001EPSS
SaveExploits0References5
attackerkb
attackerkb
added 2024/02/27 7:04 p.m.9 views

CVE-2021-46945

In the Linux kernel, the following vulnerability has been resolved: ext4: always panic when errors=panic is specified Before commit 014c9caa29d3 "ext4: make ext4abort use ext4error", the following series of commands would trigger a panic: 1. mount /dev/sda -o ro,errors=panic test 2. mount...

5.5CVSS5.8AI score0.00222EPSS
SaveExploits0References4Affected Software1
Microsoft CVE
Microsoft CVE
added 2023/06/08 7:00 a.m.10 views

An issue was discovered in the Linux kernel before 6.3.3. There is an out-of-bounds read in crc16 in lib/crc16.c when called from fs/ext4/super.c because ext4_group_desc_csum does not properly check an offset. NOTE: this is disputed by third parties because the kernel is not intended to defend against attackers with the stated "When modifying the block device while it is mounted by the filesystem" access.

...

5.5CVSS6.9AI score0.00247EPSS
SaveExploits0
RedHat Linux
RedHat Linux
added 2023/05/09 10:04 a.m.8 views

kernel: ext4: use-after-free in ext4_xattr_set_entry()

A use-after-free vulnerability was found in the Linux kernel's ext4 filesystem in the way it handled the extra inode size for extended attributes. This flaw allows a privileged local user to cause a system crash or other undefined behaviors...

6.7CVSS6.6AI score0.00242EPSS
SaveExploits0References4
Positive Technologies
Positive Technologies
added 2023/05/09 12:00 a.m.13 views

PT-2023-15365 · Unknown · Ext4Fsfilter Driver

Name of the Vulnerable Software and Affected Versions: ext4fsfilter driver affected versions not specified Description: The issue is related to a missing bounds check in the ext4fsfilter driver, which can lead to a possible out of bounds read. This could result in a local denial of service and...

4.4CVSS6.5AI score0.00096EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2023/02/15 5:26 a.m.8 views

SUSE CVE-2014-7822

The implementation of certain splicewrite file operations in the Linux kernel before 3.16 does not enforce a restriction on the maximum size of a single file, which allows local users to cause a denial of service system crash or possibly have unspecified other impact via a crafted splice system...

7.2CVSS6.8AI score0.01132EPSS
SaveExploits2References12
Rows per page
Query Builder