CVE-2026-53165
In the Linux kernel iomap path, CVE-2026-53165 describes a race where, during buffered read errors, folio->mapping can be set to NULL before fserror_report_io() runs, leading to a potential NULL dereference. The root cause is that error reporting occurs after decrementation of read_bytes_pendi...