CVE-2026-53165

HIGHPre-NVD 7.57.5
EchelonGraph scoreHIGH confidence

Score 7.5 from GitHub Security Advisory (severity: HIGH) published 2026-06-25. a secondary CVSS source baseline 7.5; sources differ by 0.0.

Triggered by: GitHub Security Advisory CVSS
Sources: epss, ghsa, secondary
Trending — 3 sources updated this week
7.5
EchelonGraph verdictPlan a fixSerious severity, but no confirmed exploitation yet.
  • High severity, but no confirmed exploitation yet
CISA-KEV: Not listedEPSS: 0%CVSS: 7.5Exploit: NoneExposed: 0

No vendor fix yet — apply a workaround or compensating control (WAF / firewall / segmentation) and watch for a patch.

In the Linux kernel, the following vulnerability has been resolved:

iomap: avoid potential null folio->mapping deref during error reporting

When a buffered read fails, iomap_finish_folio_read() reports the error with fserror_report_io(folio->mapping->host, ...). This is called after ifs->read_bytes_pending has been decremented by the bytes attempted to be read.

For a folio split across multiple read completions, the folio is only guaranteed to stay locked while read_bytes_pending > 0. Once iomap_finish_folio_read() decrements read_bytes_pending, another in-flight read can complete and end the read on the folio, which unlocks it. This allows truncate logic to run and detach the folio (set folio->mapping to NULL). The error reporting path then can dereference a NULL folio->mapping. As reported by Sam Sun, this is the race that can occur:

CPU0: failed completion CPU1: final completion CPU2: truncate ----------------------- ---------------------- -------------- read_bytes_pending -= len finished = false /* preempted before fserror_report_io() */ read_bytes_pending -= len finished = true folio_end_read() truncate clears folio->mapping fserror_report_io( folio->mapping->host, ...) ^ NULL deref

Fix this by reporting the error first before decrementing ifs->read_bytes_pending.

CVSS v3
7.5
EG Score
7.5(high)
EPSS
27.9%
KEV
Not listed

Published

June 25, 2026

Last Modified

June 30, 2026

Advisory Details (2)

Auto-updated Jun 30, 2026
No patch confirmed yet.
generic

iomap: avoid potential null folio->mapping deref during error reporting - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/2eea7f44b9c8b42fd7d3a1a87c06a7cd1b99c327
generic

iomap: avoid potential null folio->mapping deref during error reporting - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/1ad453817a4077230d1ba88eb0868f05f824449a

Vendor Advisories for CVE-2026-53165(1)

These vendors published their own advisory mentioning this CVE — often with vendor-specific remediation steps + affected product lists not in NVD.

Data Freshness Timeline

(refreshed 34× in last 7d / 46× in last 30d)

Each row is a source pipeline that fetched or updated this CVE on that date, with what changed. For example, "NVD update" means NVD published or revised its analysis for this CVE; "MITRE cvelistV5" means we ingested or refreshed it from the CNA feed. Most recent first.

  1. 2026-07-06 20:04 UTCEG score recompute
  2. 2026-07-06 20:03 UTCGHSA enrichment
  3. 2026-07-06 16:27 UTCEPSS rescore
  4. 2026-07-06 16:27 UTCEPSS rescore
  5. 2026-07-06 07:15 UTCEG score recompute
  6. 2026-07-06 07:15 UTCGHSA enrichment
  7. 2026-07-06 02:23 UTCEPSS rescore
  8. 2026-07-06 02:23 UTCEPSS rescore
  9. 2026-07-05 18:25 UTCEG score recompute
  10. 2026-07-05 18:25 UTCGHSA enrichment
  11. 2026-07-05 05:40 UTCEG score recompute
  12. 2026-07-05 05:39 UTCGHSA enrichment
  13. 2026-07-05 02:31 UTCEPSS rescore
  14. 2026-07-05 02:30 UTCEPSS rescore
  15. 2026-07-04 16:53 UTCEG score recompute
  16. 2026-07-04 16:53 UTCGHSA enrichment
  17. 2026-07-04 06:31 UTCEPSS rescore
  18. 2026-07-04 06:31 UTCEPSS rescore
  19. 2026-07-04 04:08 UTCEG score recompute
  20. 2026-07-04 04:08 UTCGHSA enrichment
  21. 2026-07-03 15:10 UTCEG score recompute
  22. 2026-07-03 15:09 UTCGHSA enrichment
  23. 2026-07-03 02:21 UTCEG score recompute
  24. 2026-07-03 02:21 UTCGHSA enrichment
  25. 2026-07-02 13:36 UTCEG score recompute
Show 21 more
  1. 2026-07-02 13:36 UTCGHSA enrichment
  2. 2026-07-02 00:51 UTCEG score recompute
  3. 2026-07-02 00:51 UTCGHSA enrichment
  4. 2026-07-01 15:07 UTCEPSS rescore
  5. 2026-07-01 12:06 UTCEG score recompute
  6. 2026-07-01 12:06 UTCGHSA enrichment
  7. 2026-06-30 23:22 UTCEPSS rescore
  8. 2026-06-30 23:21 UTCEG score recompute 7.50
  9. 2026-06-30 23:21 UTCGHSA enrichment
  10. 2026-06-29 14:06 UTCEPSS rescore
  11. 2026-06-29 14:06 UTCEPSS rescore
  12. 2026-06-28 14:07 UTCEPSS rescore
  13. 2026-06-28 07:52 UTCMITRE cvelistV5CVSS v3 → 7.5 · severity → HIGH
  14. 2026-06-28 04:56 UTCEPSS rescore
  15. 2026-06-28 04:56 UTCEPSS rescore
  16. 2026-06-28 04:45 UTCEG score recompute
  17. 2026-06-28 04:45 UTCGHSA enrichment
  18. 2026-06-27 03:08 UTCEPSS rescore
  19. 2026-06-25 13:49 UTCEPSS rescore
  20. 2026-06-25 10:08 UTCEG score recompute
  21. 2026-06-25 10:08 UTCGHSA enrichment

Frequently asked(5)

What is CVE-2026-53165?
CVE-2026-53165 is a high vulnerability published on June 25, 2026. In the Linux kernel, the following vulnerability has been resolved: iomap: avoid potential null folio->mapping deref during error reporting When a buffered read fails, iomapfinishfolio_read() reports the error with fserrorreportio(folio->mapping->host, ...). This is called after…
When was CVE-2026-53165 disclosed?
CVE-2026-53165 was first published in the National Vulnerability Database on June 25, 2026, with the most recent update on June 30, 2026. EchelonGraph re-ingests CVE updates from NVD on a 2-hour cycle, so this page reflects the latest published state.
Is CVE-2026-53165 actively exploited?
CVE-2026-53165 is not currently on CISA's Known Exploited Vulnerabilities catalog. FIRST EPSS estimates a 27.9% percentile likelihood of exploitation in the next 30 days — higher percentiles indicate greater predicted risk.
What is the CVSS score of CVE-2026-53165?
CVE-2026-53165 has a CVSS v3 base score of 7.5 (NVD).
How do I remediate CVE-2026-53165?
Patch to the fixed version published by the affected vendor. Where vendor advisories exist for CVE-2026-53165, EchelonGraph cross-links them in the Vendor Advisories panel below — those typically contain the canonical remediation steps, fixed version numbers, and any vendor-specific mitigations.

Dependency Blast Radius

Explore the affected products and dependency analysis for CVE-2026-53165

Explore →

Is Your Infrastructure Affected by CVE-2026-53165?

EchelonGraph automatically scans your cloud infrastructure and maps CVE exposure using blast radius analysis.