Lucene search
+L

5324 matches found

Cvelist
Cvelist
added 2025/05/02 3:56 p.m.24 views

CVE-2023-53137

...

SaveExploits0
Cvelist
Cvelist
added 2025/05/02 3:56 p.m.17 views

CVE-2023-53129

...

SaveExploits0
CVE
CVE
added 2025/05/02 3:56 p.m.82 views

CVE-2023-53129

CVE-2023-53129 entry is rejected/not used by its CVE Numbering Authority.

6.6AI score
SaveExploits0
Cvelist
Cvelist
added 2025/05/02 3:55 p.m.19 views

CVE-2023-53101 ext4: zero i_disksize when initializing the bootloader inode

In the Linux kernel, the following vulnerability has been resolved: ext4: zero idisksize when initializing the bootloader inode If the boot loader inode has never been used before, the EXT4IOCSWAPBOOT inode will initialize it, including setting the isize to 0. However, if the "never before used"...

0.0019EPSS
SaveExploits0References8
CVE
CVE
added 2025/05/02 3:55 p.m.121 views

CVE-2023-53101

CVE-2023-53101 affects the Linux kernel ext4 bootloader inode handling. The issue arises when EXT4_IOC_SWAP_BOOT initializes an inode with a non-zero i_size, causing i_disksize to remain non-zero and creating an i_size vs i_disksize inconsistency that can trigger a kernel warning (as shown in the...

5.5CVSS6.5AI score0.0019EPSS
SaveExploits0References8Affected Software1
Cvelist
Cvelist
added 2025/05/02 3:55 p.m.27 views

CVE-2023-53100 ext4: fix WARNING in ext4_update_inline_data

In the Linux kernel, the following vulnerability has been resolved: ext4: fix WARNING in ext4updateinlinedata Syzbot found the following issue: EXT4-fs loop0: mounted filesystem 00000000-0000-0000-0000-000000000000 without journal. Quota mode: none. fscrypt: AES-256-CTS-CBC using implementation...

7.8CVSS0.002EPSS
SaveExploits0References8
OSV
OSV
added 2025/05/02 3:55 p.m.21 views

CVE-2023-53100 ext4: fix WARNING in ext4_update_inline_data

In the Linux kernel, the following vulnerability has been resolved: ext4: fix WARNING in ext4updateinlinedata Syzbot found the following issue: EXT4-fs loop0: mounted filesystem 00000000-0000-0000-0000-000000000000 without journal. Quota mode: none. fscrypt: AES-256-CTS-CBC using implementation...

7.8CVSS6.2AI score
SaveExploits0References11
CVE
CVE
added 2025/05/02 3:55 p.m.134 views

CVE-2023-53100

The CVE-2023-53100 entry relates to the Linux kernel ext4 code path. The issue was triggered during inline data handling when adding xattrs to an inode: after ext4_xattr_shift_entries(), i_inline_off can be incorrectly updated (reported as changing to 176), which can cause ext4_update_inline_dir/...

7.8CVSS6.4AI score0.002EPSS
SaveExploits0References8Affected Software1
OSV
OSV
added 2025/05/02 3:55 p.m.14 views

CVE-2023-53091 ext4: update s_journal_inum if it changes after journal replay

In the Linux kernel, the following vulnerability has been resolved: ext4: update sjournalinum if it changes after journal replay When mounting a crafted ext4 image, sjournalinum may change after journal replay, which is obviously unreasonable because we have successfully loaded and replayed the...

6.1AI score
SaveExploits0References7
CVE
CVE
added 2025/05/02 3:55 p.m.103 views

CVE-2023-53091

CVE-2023-53091 is an ext4 kernel issue fixed in EulerOS kernel advisories. When mounting a crafted ext4 image, s_journal_inum may change after journal replay, which could bypass checks in ext4_get_journal and trigger a null pointer dereference. The patch resolves this by ignoring the inum change ...

5.5CVSS6.5AI score0.00201EPSS
SaveExploits0References4Affected Software1
Cvelist
Cvelist
added 2025/05/02 3:55 p.m.23 views

CVE-2023-53091 ext4: update s_journal_inum if it changes after journal replay

In the Linux kernel, the following vulnerability has been resolved: ext4: update sjournalinum if it changes after journal replay When mounting a crafted ext4 image, sjournalinum may change after journal replay, which is obviously unreasonable because we have successfully loaded and replayed the...

0.00201EPSS
SaveExploits0References4
CVE
CVE
added 2025/05/02 3:55 p.m.141 views

CVE-2023-53089

CVE-2023-53089 affects the Linux kernel ext4/xattr path. The issue occurs during eviction of inodes with extended attributes (EA) where ext4_xattr_delete_inode triggers a hang due to finding an EA inode (ea_inum = 15) that is in I_FREEING state and waiting for the EA inode’s deletion, causing an ...

5.5CVSS6.5AI score0.00191EPSS
SaveExploits0References8Affected Software1
Cvelist
Cvelist
added 2025/05/02 3:55 p.m.27 views

CVE-2023-53089 ext4: fix task hung in ext4_xattr_delete_inode

In the Linux kernel, the following vulnerability has been resolved: ext4: fix task hung in ext4xattrdeleteinode Syzbot reported a hung task problem: ================================================================== INFO: task syz-executor232:5073 blocked for more than 143 seconds. Not tainted...

0.00191EPSS
SaveExploits0References8
OSV
OSV
added 2025/05/02 3:55 p.m.9 views

CVE-2023-53089 ext4: fix task hung in ext4_xattr_delete_inode

In the Linux kernel, the following vulnerability has been resolved: ext4: fix task hung in ext4xattrdeleteinode Syzbot reported a hung task problem: ================================================================== INFO: task syz-executor232:5073 blocked for more than 143 seconds. Not tainted...

5.7AI score
SaveExploits0References11
OSV
OSV
added 2025/05/02 10:13 a.m.10 views

USN-7461-3 linux-xilinx-zynqmp 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: - GPU drivers; - Network drivers; - File systems infrastructure; - Ext4 file system; - Network file system NFS server...

8.8CVSS6.8AI score0.00529EPSS
SaveExploits0References12
SUSE CVE
SUSE CVE
added 2025/05/02 2:03 a.m.8 views

SUSE CVE-2025-23150

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...

5.5CVSS7.7AI score0.00203EPSS
SaveExploits0References20
SUSE CVE
SUSE CVE
added 2025/05/02 2:03 a.m.8 views

SUSE CVE-2025-37738

In the Linux kernel, the following vulnerability has been resolved: ext4: ignore xattrs past end Once inside 'ext4xattrinodedecrefall' we should ignore xattrs entries past the 'end' entry. This fixes the following KASAN reported issue:...

5.5CVSS7.6AI score0.00189EPSS
SaveExploits0References19
CNNVD
CNNVD
added 2025/05/02 12:00 a.m.8 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 that originates from a memory allocation warning triggered when updating inline data in the ext4 file system...

5.5CVSS6.5AI score0.002EPSS
SaveExploits0References8
Positive Technologies
Positive Technologies
added 2025/05/02 12:00 a.m.11 views

PT-2025-18855 · Linux +1 · Linux Kernel +1

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: A null pointer dereference problem may occur when mounting a crafted ext4 image. The issue arises because s journal inum may change after journal replay, bypassing checks in ext4 get...

8.8CVSS7.8AI score0.01328EPSS
SaveExploits2References447
CNNVD
CNNVD
added 2025/05/02 12:00 a.m.17 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 ext4xattrdeleteinode causing a task to hang...

5.5CVSS6AI score0.00191EPSS
SaveExploits0References8
Rows per page
Query Builder