CVE-2023-53101

MEDIUM

Linux Kernel < 4.14.310 - Denial of Service via EXT4_IOC_SWAP_BOOT Inode Initialization

Title source: llm
STIX 2.1

Description

In the Linux kernel, the following vulnerability has been resolved: ext4: zero i_disksize when initializing the bootloader inode If the boot loader inode has never been used before, the EXT4_IOC_SWAP_BOOT inode will initialize it, including setting the i_size to 0. However, if the "never before used" boot loader has a non-zero i_size, then i_disksize will be non-zero, and the inconsistency between i_size and i_disksize can trigger a kernel warning: WARNING: CPU: 0 PID: 2580 at fs/ext4/file.c:319 CPU: 0 PID: 2580 Comm: bb Not tainted 6.3.0-rc1-00004-g703695902cfa RIP: 0010:ext4_file_write_iter+0xbc7/0xd10 Call Trace: vfs_write+0x3b1/0x5c0 ksys_write+0x77/0x160 __x64_sys_write+0x22/0x30 do_syscall_64+0x39/0x80 Reproducer: 1. create corrupted image and mount it: mke2fs -t ext4 /tmp/foo.img 200 debugfs -wR "sif <5> size 25700" /tmp/foo.img mount -t ext4 /tmp/foo.img /mnt cd /mnt echo 123 > file 2. Run the reproducer program: posix_memalign(&buf, 1024, 1024) fd = open("file", O_RDWR | O_DIRECT); ioctl(fd, EXT4_IOC_SWAP_BOOT); write(fd, buf, 1024); Fix this by setting i_disksize as well as i_size to zero when initiaizing the boot loader inode.

Scores

CVSS v3 5.5
EPSS 0.0018
EPSS Percentile 7.5%
Attack Vector LOCAL
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H

Details

Status published
Products (27)
linux/Kernel 3.10.0 - 4.14.310linux
linux/Kernel 4.15.0 - 4.19.278linux
linux/Kernel 4.20.0 - 5.4.237linux
linux/Kernel 5.11.0 - 5.15.103linux
linux/Kernel 5.16.0 - 6.1.20linux
linux/Kernel 5.5.0 - 5.10.175linux
linux/Kernel 6.2.0 - 6.2.7linux
Linux/Linux < 3.10
Linux/Linux 3.10
Linux/Linux 393d1d1d76933886d5e1ce603214c9987589c6d5 - 01a821aacc64d4b05dafd239dbc9b7856686002f
... and 17 more
Published May 02, 2025
Tracked Since Feb 18, 2026