CVE-2026-31514
MediumIn 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.
CVSS 3.1 score
5.5
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Affected versions
Linux kernel versions
6.12.75,
6.18.14,
6.19.4
and later are affected. No fixed version recorded yet.
References
The following references provide additional information about CVE-2026-31514 including vendor advisories, patch commits, exploit details, and third-party analysis. Links are sourced from the NIST NVD database.
-
PatchKernel patch commithttps://git.kernel.org/stable/c/5a5f23ef5431639db1ac3a0b274aef3a84cc413c
-
PatchKernel patch commithttps://git.kernel.org/stable/c/5cf3972c8221abdb1b464a14ccf8103d840b9085
-
PatchKernel patch commithttps://git.kernel.org/stable/c/d1ba7d6b3cd1757b108d7b6856c92ae661d6c323
Frequently asked questions
-
What is CVE-2026-31514?
CVE-2026-31514 is a Medium severity Linux kernel vulnerability with a CVSS score of 5.5 out of 10 . It affects Linux kernel versions from 6.12.75 onward . CVE-2026-31514 has not been confirmed as actively exploited and is not listed in the CISA KEV catalog.
-
What is the CVSS score for CVE-2026-31514?
CVE-2026-31514 has a CVSS score of 5.5 out of 10, rated Medium severity (CVSS 3.1). The vector string is
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H. -
Is there a patch available for CVE-2026-31514?
No patch is currently available for CVE-2026-31514. Monitor the NIST NVD and your Linux distribution's security advisories for updates.
-
Is CVE-2026-31514 actively exploited?
No — CVE-2026-31514 has not been confirmed as actively exploited. It is not listed in the CISA Known Exploited Vulnerabilities (KEV) catalog.