Improper input validation in Linux kernel - CVE-2026-53320

 

Improper input validation in Linux kernel - CVE-2026-53320

Published: June 29, 2026


Vulnerability identifier: #VU135713
CSH Severity: Low
CVSS v4.0: CVSS:4.0/AV:L/AC:L/AT:N/PR:L/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N/E:U/U:Clear
CVE-ID: CVE-2026-53320
CWE-ID: CWE-20
Exploitation vector: Local access
Exploit availability: No public exploit available
Vendor: Linux Foundation
Affected software:
Linux kernel

Detailed vulnerability description

The vulnerability allows a local user to cause a denial of service.

The vulnerability exists due to improper input validation in nilfs_ioctl_mark_blocks_dirty() when processing a crafted ioctl request. A local user can send a crafted ioctl request with bd_oblocknr set to 0 to cause a denial of service.

The issue can reach a WARN_ON path after a lookup returns -ENOENT and sets the compared block number to 0.


How to mitigate CVE-2026-53320

Install security update from vendor's repository.

Sources