PT-2026-22924 · Linux+2 · Linux Kernel+2

CVE-2026-23238

·

Published

2026-01-13

·

Updated

2026-08-30

CVSS v3.1

5.5

Medium

VectorAV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Name of the Vulnerable Software and Affected Versions Linux kernel (affected versions not specified)
Description The Linux kernel has an issue where romfs fill super() does not check the return value of sb set blocksize(). This can lead to a kernel BUG in folio set bh() if a loop device's block size is set larger than PAGE SIZE using ioctl(LOOP SET BLOCK SIZE, 32768) and a romfs filesystem is mounted on that device. Specifically, if sb set blocksize(sb, ROMBSIZE) is called with ROMBSIZE=4096 but the device has logical block size=32768, bdev validate blocksize() fails, sb set blocksize() returns 0, but the mount process continues, resulting in an oversized block size being used during I/O operations. The vulnerable function is romfs fill super(). The issue is triggered when the requested block size is incompatible with the block device's configuration.
Recommendations At the moment, there is no information about a newer version that contains a fix for this vulnerability.

Exploit

Assertion Failure

Unchecked Return Value

Found an issue in the description? Have something to add? Feel free to write us 👾

Weakness Enumeration

Related Identifiers

BDU:2026-11085
CVE-2026-23238
ECHO-ADFD-5585-803E
USN-8492-1
USN-8492-2
USN-8492-3
USN-8492-4
USN-8492-5
USN-8497-1
USN-8498-1
USN-8499-1
USN-8575-1
USN-8575-2
USN-8575-3
USN-8576-1
USN-8576-2
USN-8597-1
USN-8606-1
USN-8607-1
USN-8609-1
USN-8610-1
USN-8619-1
USN-8620-1
USN-8620-2
USN-8620-3
USN-8620-4
USN-8668-1

Affected Products

Linuxmint
Linux Kernel
Ubuntu