
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2023-53820 is a vulnerability in the Linux kernel's loop block device driver, specifically in the loop_set_status_from_info() function, where lo->lo_offset and lo->lo_sizelimit are assigned before overflow validation is performed. If an overflow error occurs, the original correct values are overwritten with incorrect values and not restored, causing subsequent I/O operations to use corrupted offset data. The vulnerability affects multiple stable Linux kernel branches and was published on December 9, 2025. It carries a CVSS category estimate of Medium (Feedly, EUVD).
The root cause is an improper validation order (CWE-20 / integer overflow handling) in loop_set_status_from_info() within the Linux kernel loop driver. The function assigns new values to lo->lo_offset and lo->lo_sizelimit from user-supplied struct loop_info data before checking for overflow conditions; if an overflow is detected and the ioctl returns an error, the corrupted values remain in the driver's state. Subsequent I/O operations in loop_handle_cmd → do_req_filebacked compute loff_t pos = ((loff_t) blk_rq_pos(rq) << 9) + lo->lo_offset, using the corrupted offset, which can trigger kernel warnings or incorrect I/O behavior. The fix requires validating the values before assignment rather than after (Feedly, EUVD).
Exploitation of this vulnerability can result in incorrect I/O operations being performed by the loop block device driver, potentially leading to data corruption on loop-backed storage or kernel stability issues (availability impact). A local user with access to loop device ioctls could trigger the corrupted state, causing kernel warnings or unexpected behavior in storage operations. The vulnerability does not appear to directly enable privilege escalation or remote code execution, but data integrity on loop-mounted filesystems may be compromised (Feedly).
The Linux kernel stable tree has released patches addressing this vulnerability across multiple stable branches, including versions 5.10.173, 5.15.100, 6.1.18, 6.2.5, and 6.3. Administrators should update to the patched kernel versions corresponding to their distribution. The relevant upstream commits include 832580af, 861021710, c79a924e, 3e7d0968, 4be26d55, 258809bf, and 9f6ad5d5 (EUVD, Feedly).
Source: This report was generated using AI
Free Vulnerability Assessment
Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.
Get a personalized demo
"Best User Experience I have ever seen, provides full visibility to cloud workloads."
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
"We know that if Wiz identifies something as critical, it actually is."