CVE detail
CVE-2026-45984
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: 1. gfs2_iomap_begin() calls gfs2_meta_inode_buffer() to read inode metadata into dibh 2. Sets iomap->inline_data = dibh->b_data + sizeof(struct gfs2_dinode) 3. Calls release_metapath() which calls brelse(dibh), dropping refcount to 0 4. kswapd reclaims the page (~39ms later in the syzbot report) 5. iomap_write_end_inline() tries to memcpy() to iomap->inline_data 6. 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().]
Buzz score
Why this CVE is surfacing
This all-time snapshot uses the same composite formula as Trending across a 30-year evidence window, rather than a current rolling window.
Buzz score components · mention 28.9 · diversity 13.0 · KEV 0.0 · OTX 0.0 · PoC 0.0
Why it matters now
Mention timeline
- Total mentions
- 0
- within the 30d window
- Peak daily
- 0
- highest bucket
Evidence
Source links by recency
17 source links · newest first
- https://security.access.redhat.com/data/csaf/v2/vex/2026/cve-2026-45984.jsonsecurity.access.redhat.com
No excerpt available.
Vendor Advisorysecurity.access.redhat.comMay 27, 2026, 2:17 PM - https://bugzilla.redhat.com/show_bug.cgi?id=2481922bugzilla.redhat.com
No excerpt available.
Exploitbugzilla.redhat.comMay 27, 2026, 2:17 PM - https://access.redhat.com/security/cve/CVE-2026-45984access.redhat.com
No excerpt available.
Vendor Advisoryaccess.redhat.comMay 27, 2026, 2:17 PM - https://access.redhat.com/errata/RHSA-2026:38902access.redhat.com
No excerpt available.
Vendor Advisoryaccess.redhat.comMay 27, 2026, 2:17 PM - https://access.redhat.com/errata/RHSA-2026:36767access.redhat.com
No excerpt available.
Vendor Advisoryaccess.redhat.comMay 27, 2026, 2:17 PM - https://access.redhat.com/errata/RHSA-2026:36049access.redhat.com
No excerpt available.
Vendor Advisoryaccess.redhat.comMay 27, 2026, 2:17 PM - https://access.redhat.com/errata/RHSA-2026:35894access.redhat.com
No excerpt available.
Vendor Advisoryaccess.redhat.comMay 27, 2026, 2:17 PM - https://access.redhat.com/errata/RHSA-2026:33743access.redhat.com
No excerpt available.
Vendor Advisoryaccess.redhat.comMay 27, 2026, 2:17 PM - https://access.redhat.com/errata/RHSA-2026:27789access.redhat.com
No excerpt available.
Vendor Advisoryaccess.redhat.comMay 27, 2026, 2:17 PM No excerpt available.
Vendor Advisorygit.kernel.orgMay 27, 2026, 2:17 PMNo excerpt available.
Vendor Advisorygit.kernel.orgMay 27, 2026, 2:17 PMNo excerpt available.
Vendor Advisorygit.kernel.orgMay 27, 2026, 2:17 PMNo excerpt available.
Vendor Advisorygit.kernel.orgMay 27, 2026, 2:17 PMNo excerpt available.
Vendor Advisorygit.kernel.orgMay 27, 2026, 2:17 PMNo excerpt available.
Vendor Advisorygit.kernel.orgMay 27, 2026, 2:17 PMNo excerpt available.
Vendor Advisorygit.kernel.orgMay 27, 2026, 2:17 PMNo excerpt available.
Vendor Advisorygit.kernel.orgMay 27, 2026, 2:17 PM
Exploit code
Public exploit repository references
Public PoC repositories are third-party, potentially unsafe artifacts. Treat their code as untrusted and use it only on authorized systems in an isolated, least-privilege environment. cvebuzz does not execute the code or verify that an exploit works.
0 repository references · best confidence N/A · max 0 stars
Related records
Similar CVEs
6 related CVEs with shared weakness or product evidence
- CVE-2026-33526CVSS 9.2 · Critical
Squid is a caching proxy for the Web. Prior to version 7.5, due to heap Use-After-Free, Squid is vulnerable to Denial of Service when handling ICP traffic. This problem allows a r…
- CVE-2026-32748CVSS 8.7 · High
Squid is a caching proxy for the Web. Prior to version 7.5, due to premature release of resource during expected lifetime and heap Use-After-Free bugs, Squid is vulnerable to Deni…
- CVE-2025-31115CVSS 8.7 · High
XZ Utils provide a general-purpose data-compression library plus command-line tools. In XZ Utils 5.3.3alpha to 5.8.0, the multithreaded .xz decoder in liblzma has a bug where inva…
- CVE-2026-15904CVSS 8.8 · High
Use after free in Ozone in Google Chrome on Linux prior to 150.0.7871.128 allowed a remote attacker who convinced a user to engage in specific UI gestures to potentially exploit h…
- CVE-2026-63804CVSS 7.8 · High
In the Linux kernel, the following vulnerability has been resolved: gfs2: fix use-after-free in gfs2_qd_dealloc gfs2_qd_dealloc(), called as an RCU callback from gfs2_qd_dispose…
- CVE-2026-63803CVSS 7.8 · High
In the Linux kernel, the following vulnerability has been resolved: hdlc_ppp: sync per-proto timers before freeing hdlc state Each PPP control protocol (LCP/IPCP/IPV6CP) embedde…