CVE-2023-53101
Last modified
CVE-2023-53101 is a medium-severity vulnerability rated 5.5/10 on the CVSS scale. 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. EPSS estimates a 0.16% chance of exploitation in the next 30 days.
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.
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Affected Software
| Vendor | Product | Versions | Update |
|---|---|---|---|
| Linux | Linux Kernel | < 4.14.310 | — |
| Linux | Linux Kernel | >= 4.15, < 4.19.278 | — |
| Linux | Linux Kernel | >= 4.20, < 5.4.237 | — |
| Linux | Linux Kernel | >= 5.5, < 5.10.175 | — |
| Linux | Linux Kernel | >= 5.11, < 5.15.103 | — |
| Linux | Linux Kernel | >= 5.16, < 6.1.20 | — |
| Linux | Linux Kernel | >= 6.2, < 6.2.7 | — |
| Linux | Linux Kernel | 6.3 | Rc1 |
References
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2023-53101?
How severe is CVE-2023-53101?
How do I fix CVE-2023-53101?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2023
- CVE-2023-53096In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2023-53097In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2023-53098In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2023-53099In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2023-5310A denial of service vulnerability exists in all Silicon Labs…6.5
- CVE-2023-53100In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2023-53102In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2023-53103In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2023-53104Rejected reason: This CVE ID has been rejected or withdrawn …
- CVE-2023-53105In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2023-53106In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2023-53107In the Linux kernel, the following vulnerability has been re…7.8
Are you affected by CVE-2023-53101?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
