CVE-2026-31514
In the Linux kernel, the following vulnerability has been resolved: erofs: set fileio bio failed in short read case For file-backed mount, IO requests are handled by vfs_iocb_iter_read(). However, it can be interrupted by SIGKILL, returning the number of bytes actually copied. Unused folios in bio are unexpectedly marked as uptodate. vfs_read filemap_read filemap_get_pages filemap_readahead erofs_fileio_readahead erofs_fileio_rq_submit vfs_iocb_iter_read filemap_read filemap_get_pages <= detect signal erofs_fileio_ki_complete <= set all folios uptodate This patch addresses this by setting short read bio with an error directly.
EPSS 0.02% · 3.2th percentile
Risk Scores
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| linux | linux_kernel | 6.12.75, 6.19.4, 6.18.14 |
| Linux | Linux | 8d582d65d20bb4796db01b19e86909ad68cb337b, e49abde0ffc382a967b24f326d1614ac3bb06a94, fe4039034dcdf584afbf763787909e28e92a4927 |
Timeline
- Apr 22, 2026 CVE Published
- Apr 23, 2026 Security Advisory
- Apr 28, 2026 CVE Updated
- May 18, 2026 EPSS Score
- May 19, 2026 EPSS Score
- May 20, 2026 EPSS Score
- May 21, 2026 EPSS Score
- May 22, 2026 EPSS Score
- May 23, 2026 EPSS Score
- May 24, 2026 EPSS Score
- May 25, 2026 EPSS Score
- May 26, 2026 EPSS Score
References
- https://git.kernel.org/stable/c/d1ba7d6b3cd1757b108d7b6856c92ae661d6c323 url
- https://git.kernel.org/stable/c/5cf3972c8221abdb1b464a14ccf8103d840b9085 url
- https://git.kernel.org/stable/c/5a5f23ef5431639db1ac3a0b274aef3a84cc413c url
- https://git.kernel.org/stable/c/eade54040384f54b7fb330e4b0975c5734850b3c url
- https://nvd.nist.gov/vuln/detail/CVE-2026-31514 advisory