CVE detail
CVE-2026-31663
In the Linux kernel, the following vulnerability has been resolved: xfrm: hold dev ref until after transport_finish NF_HOOK After async crypto completes, xfrm_input_resume() calls dev_put() immediately on re-entry before the skb reaches transport_finish. The skb->dev pointer is then used inside NF_HOOK and its okfn, which can race with device teardown. Remove the dev_put from the async resumption entry and instead drop the reference after the NF_HOOK call in transport_finish, using a saved device pointer since NF_HOOK may consume the skb. This covers NF_DROP, NF_QUEUE and NF_STOLEN paths that skip the okfn. For non-transport exits (decaps, gro, drop) and secondary async return points, release the reference inline when async is set.
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 22.0 · diversity 18.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
8 source links · newest first
Information published.
vendormsrc.microsoft.comApr 29, 2026, 8:42 AM- https://security.access.redhat.com/data/csaf/v2/vex/2026/cve-2026-31663.jsonsecurity.access.redhat.com
No excerpt available.
Vendor Advisorysecurity.access.redhat.comApr 24, 2026, 3:16 PM - https://bugzilla.redhat.com/show_bug.cgi?id=2461462bugzilla.redhat.com
No excerpt available.
Exploitbugzilla.redhat.comApr 24, 2026, 3:16 PM - https://access.redhat.com/security/cve/CVE-2026-31663access.redhat.com
No excerpt available.
Vendor Advisoryaccess.redhat.comApr 24, 2026, 3:16 PM No excerpt available.
Vendor Advisorygit.kernel.orgApr 24, 2026, 3:16 PMNo excerpt available.
Vendor Advisorygit.kernel.orgApr 24, 2026, 3:16 PMNo excerpt available.
Vendor Advisorygit.kernel.orgApr 24, 2026, 3:16 PMNo excerpt available.
Vendor Advisorygit.kernel.orgApr 24, 2026, 3:16 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-53322CVSS 8.8 · High
In the Linux kernel, the following vulnerability has been resolved: vfio/pci: Clean up DMABUFs before disabling function On device shutdown, make vfio_pci_core_close_device() ca…
- CVE-2026-45984CVSS 7.8 · High
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…
- 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-2024-58249CVSS 3.7 · Low
In wxWidgets before 3.2.7, a crash can be triggered in wxWidgets apps when connections are refused in wxWebRequestCURL.
- 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…