CVE-2023-53101

Source
https://cve.org/CVERecord?id=CVE-2023-53101
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2023-53101.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2023-53101
Downstream
Related
Published
2025-05-02T15:55:43.804Z
Modified
2026-04-03T13:14:35.643424464Z
Summary
ext4: zero i_disksize when initializing the bootloader inode
Details

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 EXT4IOCSWAPBOOT inode will initialize it, including setting the isize to 0. However, if the "never before used" boot loader has a non-zero isize, then idisksize will be non-zero, and the inconsistency between isize and idisksize 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:ext4filewriteiter+0xbc7/0xd10 Call Trace: vfswrite+0x3b1/0x5c0 ksys_write+0x77/0x160 __x64syswrite+0x22/0x30 dosyscall64+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: posixmemalign(&buf, 1024, 1024) fd = open("file", ORDWR | ODIRECT); ioctl(fd, EXT4IOCSWAPBOOT); write(fd, buf, 1024);

Fix this by setting idisksize as well as isize to zero when initiaizing the boot loader inode.

Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2023/53xxx/CVE-2023-53101.json"
}
References

Affected packages

Git / git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git

Affected ranges

Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
393d1d1d76933886d5e1ce603214c9987589c6d5
Fixed
d6c1447e483c05dbcfb3ff77ac04237a82070b8c
Fixed
59eee0cdf8c036f554add97a4da7c06d7a9ff34a
Fixed
0d8a6c9a6415999fee1259ccf1796480c026b7d6
Fixed
3f00c476da8fe7c4c34ea16abb55d74127120413
Fixed
01a821aacc64d4b05dafd239dbc9b7856686002f
Fixed
9cb27b1e76f0cc886ac09055bc41c0ab3f205167
Fixed
9e9a4cc5486356158554f6ad73027d8635a48b34
Fixed
f5361da1e60d54ec81346aee8e3d8baf1be0b762

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2023-53101.json"