Bug 2516914 (CVE-2026-74432) - CVE-2026-74432 kernel: rxrpc: Fix leak of released call in recvmsg(MSG_PEEK)
Summary: CVE-2026-74432 kernel: rxrpc: Fix leak of released call in recvmsg(MSG_PEEK)
Keywords:
Status: NEW
Alias: CVE-2026-74432
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
low
low
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2026-08-15 06:40 UTC by OSIDB Bzimport
Modified: 2026-08-20 22:50 UTC (History)
2 users (show)

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


Attachments (Terms of Use)

Description OSIDB Bzimport 2026-08-15 06:40:08 UTC
In the Linux kernel, the following vulnerability has been resolved:

rxrpc: Fix leak of released call in recvmsg(MSG_PEEK)

Fix rxrpc_recvmsg() to also drop the ref it holds on an already-released
call if MSG_PEEK is in force (the function holds a ref on the call
irrespective of whether MSG_PEEK is specified or not).


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