Improper Check or Handling of Exceptional Conditions in Linux kernel - CVE-2026-31514
Published: April 24, 2026
Linux kernel
Detailed vulnerability description
The vulnerability allows a local user to cause a denial of service.
The vulnerability exists due to improper handling of short read errors in erofs file-backed mount I/O handling when processing interrupted read operations. A local user can trigger a read operation that is interrupted by a signal to cause a denial of service.
The issue occurs because unused folios in a bio can be incorrectly marked as uptodate after a short read.