CVE-2026-45984

HIGHPre-NVD 7.87.8
EchelonGraph scoreMEDIUM confidence

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

Triggered by: GitHub Security Advisory CVSS
Sources: epss, ghsa, secondary
7.8EG
EchelonGraph verdictPlan a fixSerious severity, but no confirmed exploitation yet.
  • High severity, but no confirmed exploitation yet
CISA-KEV: Not listedEPSS PROB: 0%CVSS: 7.8Exploit: None knownExposed: 0

A fix is available — apply it.

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

gfs2: Fix use-after-free in iomap inline data write path

The inline data buffer head (dibh) is being released prematurely in gfs2_iomap_begin() via release_metapath() while iomap->inline_data still points to dibh->b_data. This causes a use-after-free when iomap_write_end_inline() later attempts to write to the inline data area.

The bug sequence:

  • gfs2_iomap_begin() calls gfs2_meta_inode_buffer() to read inode
metadata into dibh
  • Sets iomap->inline_data = dibh->b_data + sizeof(struct gfs2_dinode)
  • Calls release_metapath() which calls brelse(dibh), dropping refcount
to 0
  • kswapd reclaims the page (~39ms later in the syzbot report)
  • iomap_write_end_inline() tries to memcpy() to iomap->inline_data
  • KASAN detects use-after-free write to freed memory

Fix by storing dibh in iomap->private and incrementing its refcount with get_bh() in gfs2_iomap_begin(). The buffer is then properly released in gfs2_iomap_end() after the inline write completes, ensuring the page stays alive for the entire iomap operation.

Note: A C reproducer is not available for this issue. The fix is based on analysis of the KASAN report and code review showing the buffer head is freed before use.

[agruenba: Take buffer head reference in gfs2_iomap_begin() to avoid leaks in gfs2_iomap_get() and gfs2_iomap_alloc().]

CVSS v3
7.8
EG Score
7.8(medium)
EG Risk
40(Track)
EG Risk 40/100SSVC: Track

EG Risk is EchelonGraph's 0–100 priority score: it fuses intrinsic severity with real-world exploitation and automatability so you can rank equal-severity CVEs and fix the most dangerous first. Higher = act sooner. Distinct from the 0–10 EG Score (severity).

How it’s computed
Severity78% × 45%
Exploitation0% × 40%
Automatability30% × 15%
Action: Routine — remediate on your standard cadence.
EPSS PROB
0%
EPSS %ILE
8%
KEV
Not listed

Published

May 27, 2026

Last Modified

July 15, 2026

Advisory Details (8)

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

gfs2: Fix use-after-free in iomap inline data write path - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/faddeb848305e79db89ee0479bb0e33380656321
generic

gfs2: Fix use-after-free in iomap inline data write path - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/d87268326b277af3665237ac76a73dd9fa8e21b4
generic

gfs2: Fix use-after-free in iomap inline data write path - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/87d4954b5c59735a99ea98cb208d47130f6dce7d
generic

gfs2: Fix use-after-free in iomap inline data write path - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/815ddd27c0c7171a99fe802fdb19098ddef8b19d
generic

gfs2: Fix use-after-free in iomap inline data write path - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/764c3c84b5683e608f43735c803a5f415046686c
generic

gfs2: Fix use-after-free in iomap inline data write path - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/6d76febba07c40bcf358f63216d36ea68cf1c215
generic

gfs2: Fix use-after-free in iomap inline data write path - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/1cae1bafdf9caa9b462b19af06b1a06902e4e142
generic

gfs2: Fix use-after-free in iomap inline data write path - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/1403989d1b502f4a2c0d0b42ccf1c25748442eff

Patch Availability(13)

Patches are aggregated from vendor advisories (Red Hat, Microsoft, Cisco, GitHub) and package ecosystems (OSV, GHSA). Multiple rows for the same upstream release have been deduplicated.

Weakness Classification(2)

MITRE Common Weakness Enumeration — the root-cause categories this CVE belongs to.

Additional Vendor Advisories

(8)

Data Freshness Timeline

(refreshed 9× 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.

Showing the most recent 100 of 138 total refreshes for this CVE.

  1. 2026-07-26 14:54 UTCEPSS rescore
  2. 2026-07-26 14:54 UTCEPSS rescore
  3. 2026-07-25 14:18 UTCEPSS rescore
  4. 2026-07-24 14:17 UTCEPSS rescore
  5. 2026-07-23 14:18 UTCEPSS rescore
  6. 2026-07-23 03:16 UTCEG score recompute
  7. 2026-07-22 14:08 UTCEPSS rescore
  8. 2026-07-21 15:24 UTCEPSS rescore
  9. 2026-07-20 17:08 UTCEPSS rescore
  10. 2026-07-19 02:29 UTCEPSS rescore
  11. 2026-07-18 10:04 UTCEPSS rescore
  12. 2026-07-16 17:03 UTCEPSS rescore
  13. 2026-07-15 16:57 UTCEPSS rescore
  14. 2026-07-15 02:00 UTCEPSS rescore
  15. 2026-07-13 22:30 UTCEPSS rescore
  16. 2026-07-13 06:13 UTCEPSS rescore
  17. 2026-07-12 05:46 UTCEPSS rescore
  18. 2026-07-12 01:12 UTCVendor advisory
  19. 2026-07-12 01:12 UTCGHSA enrichment
  20. 2026-07-11 08:27 UTCEPSS rescore
  21. 2026-07-09 19:10 UTCEPSS rescore
  22. 2026-07-09 00:19 UTCVendor advisory
  23. 2026-07-09 00:19 UTCGHSA enrichment
  24. 2026-07-08 15:16 UTCEPSS rescore
  25. 2026-07-07 13:46 UTCEPSS rescore
Show 75 more
  1. 2026-07-06 16:27 UTCEPSS rescore
  2. 2026-07-06 02:23 UTCEPSS rescore
  3. 2026-07-05 02:30 UTCEPSS rescore
  4. 2026-07-01 15:07 UTCEPSS rescore
  5. 2026-07-01 11:13 UTCVendor advisory
  6. 2026-07-01 11:13 UTCGHSA enrichment
  7. 2026-06-30 23:22 UTCEPSS rescore
  8. 2026-06-30 03:56 UTCVendor advisory
  9. 2026-06-30 03:56 UTCGHSA enrichment
  10. 2026-06-29 14:27 UTCVendor advisory
  11. 2026-06-29 14:27 UTCGHSA enrichment
  12. 2026-06-29 14:06 UTCEPSS rescore
  13. 2026-06-29 14:06 UTCEPSS rescore
  14. 2026-06-28 21:03 UTCVendor advisory
  15. 2026-06-28 21:03 UTCGHSA enrichment
  16. 2026-06-28 06:48 UTCVendor advisory
  17. 2026-06-28 06:48 UTCGHSA enrichment
  18. 2026-06-28 04:56 UTCEPSS rescore
  19. 2026-06-28 04:56 UTCEPSS rescore
  20. 2026-06-27 18:33 UTCVendor advisory
  21. 2026-06-27 18:32 UTCGHSA enrichment
  22. 2026-06-27 06:07 UTCVendor advisory
  23. 2026-06-27 06:07 UTCGHSA enrichment
  24. 2026-06-27 03:08 UTCEPSS rescore
  25. 2026-06-26 17:11 UTCVendor advisory
  26. 2026-06-26 17:11 UTCGHSA enrichment
  27. 2026-06-26 02:40 UTCVendor advisory
  28. 2026-06-26 02:40 UTCGHSA enrichment
  29. 2026-06-25 13:49 UTCEPSS rescore
  30. 2026-06-25 13:47 UTCVendor advisory
  31. 2026-06-25 13:47 UTCGHSA enrichment
  32. 2026-06-25 01:33 UTCVendor advisory
  33. 2026-06-25 01:33 UTCGHSA enrichment
  34. 2026-06-24 14:05 UTCEPSS rescore
  35. 2026-06-23 21:33 UTCEPSS rescore
  36. 2026-06-23 21:33 UTCEPSS rescore
  37. 2026-06-22 14:25 UTCEPSS rescore
  38. 2026-06-22 14:25 UTCEPSS rescore
  39. 2026-06-21 14:56 UTCEPSS rescore
  40. 2026-06-21 14:56 UTCEPSS rescore
  41. 2026-06-21 01:59 UTCEPSS rescore
  42. 2026-06-21 01:59 UTCEPSS rescore
  43. 2026-06-19 19:26 UTCEPSS rescore
  44. 2026-06-19 19:26 UTCEPSS rescore
  45. 2026-06-18 17:52 UTCEPSS rescore
  46. 2026-06-18 17:52 UTCEPSS rescore
  47. 2026-06-17 18:53 UTCGHSA enrichment
  48. 2026-06-17 17:53 UTCEPSS rescore
  49. 2026-06-17 04:23 UTCGHSA enrichment
  50. 2026-06-16 17:52 UTCEPSS rescore
  51. 2026-06-16 16:09 UTCGHSA enrichment
  52. 2026-06-16 01:50 UTCGHSA enrichment
  53. 2026-06-15 17:49 UTCEPSS rescore
  54. 2026-06-15 13:33 UTCGHSA enrichment
  55. 2026-06-14 21:44 UTCGHSA enrichment
  56. 2026-06-14 09:30 UTCGHSA enrichment
  57. 2026-06-13 23:00 UTCEPSS rescore
  58. 2026-06-13 21:17 UTCGHSA enrichment
  59. 2026-06-13 09:03 UTCGHSA enrichment
  60. 2026-06-12 23:12 UTCEPSS rescore
  61. 2026-06-12 23:12 UTCEPSS rescore
  62. 2026-06-12 20:48 UTCGHSA enrichment
  63. 2026-06-12 08:34 UTCGHSA enrichment
  64. 2026-06-11 20:20 UTCGHSA enrichment
  65. 2026-06-11 14:00 UTCEPSS rescore
  66. 2026-06-11 08:07 UTCGHSA enrichment
  67. 2026-06-10 22:18 UTCEPSS rescore
  68. 2026-06-10 19:52 UTCGHSA enrichment
  69. 2026-06-10 13:22 UTCEPSS rescore
  70. 2026-06-10 13:22 UTCEPSS rescore
  71. 2026-06-10 07:38 UTCGHSA enrichment
  72. 2026-06-09 19:23 UTCGHSA enrichment
  73. 2026-06-09 07:10 UTCGHSA enrichment
  74. 2026-06-08 18:55 UTCGHSA enrichment
  75. 2026-06-08 14:17 UTCEPSS rescore

Frequently asked(5)

What is CVE-2026-45984?
CVE-2026-45984 is a high vulnerability published on May 27, 2026. In the Linux kernel, the following vulnerability has been resolved: gfs2: Fix use-after-free in iomap inline data write path The inline data buffer head (dibh) is being released prematurely in gfs2iomapbegin() via releasemetapath() while iomap->inlinedata still points to dibh->b_data. This causes a…
When was CVE-2026-45984 disclosed?
CVE-2026-45984 was first published in the National Vulnerability Database on May 27, 2026, with the most recent update on July 15, 2026. EchelonGraph re-ingests CVE updates from NVD on a 2-hour cycle, so this page reflects the latest published state.
Is CVE-2026-45984 actively exploited?
CVE-2026-45984 is not currently on CISA's Known Exploited Vulnerabilities catalog. FIRST EPSS estimates a 0% probability of exploitation in the next 30 days, which ranks it in the top 91.7% of all scored CVEs.
What is the CVSS score of CVE-2026-45984?
CVE-2026-45984 has a CVSS v3 base score of 7.8 (NVD).
How do I remediate CVE-2026-45984?
Patch to the fixed version published by the affected vendor. Where vendor advisories exist for CVE-2026-45984, 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-45984

Explore →

Is Your Infrastructure Affected by CVE-2026-45984?

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