Bug 2521413 (CVE-2026-74631) - CVE-2026-74631 kernel: net: smc: fix splice entry lifetime imbalance in smc_rx_splice
Summary: CVE-2026-74631 kernel: net: smc: fix splice entry lifetime imbalance in smc_r...
Keywords:
Status: NEW
Alias: CVE-2026-74631
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
high
high
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2026-08-22 15:44 UTC by OSIDB Bzimport
Modified: 2026-09-02 18:41 UTC (History)
2 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2026-08-22 15:44:23 UTC
In the Linux kernel, the following vulnerability has been resolved:

net: smc: fix splice entry lifetime imbalance in smc_rx_splice

smc_rx_splice() passes pages to splice_to_pipe() before taking the
references that cover the lifetime of each splice entry. In the
VM-backed RMB path, splice_to_pipe() may drop unqueued entries through
smc_rx_spd_release(), while queued entries are released later via the
pipe buffer callback.

The old post-splice accounting also derives the number of queued VM pages
from an offset mutated while building the descriptor, and a multi-page
splice pairs one sock_hold() with multiple sock_put() calls.

Take the page and socket references for every candidate entry before
splice_to_pipe(), and drop the matching private state, page reference,
and socket reference from smc_rx_spd_release() for entries that never
get queued. This fixes a refcount imbalance that can underflow page
refcounts and trigger a use-after-free.

Comment 1 Mauro Matteo Cascella 2026-08-24 12:37:11 UTC
Upstream advisory:
https://lore.kernel.org/linux-cve-announce/2026082221-CVE-2026-74631-4134@gregkh/T


Note You need to log in before you can comment on or make changes to this bug.