Get a Demo

Let's Patch It!

Book a short call with one our specialists, we'll walk you through how Endor Patches work, and ask you a few questions about your environment (like your primary programming languages and repository management). We'll also send you an email right after you fill out the form, feel free to reply with any questions you have in advance!

CVE

CVE-2026-74434

rxrpc: Don't move a peeked OOB message onto the pending queue
Back to all
CVE

CVE-2026-74434

rxrpc: Don't move a peeked OOB message onto the pending queue

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

rxrpc: Don't move a peeked OOB message onto the pending queue

rxrpcrecvmsgoob() takes a received oob message off recvmsg_oobq and,

if a response is needed, moves it onto the pending_oobq tree. However,

only the unlink from recvmsgoobq is guarded by MSGPEEK; the move onto

pending_oobq always runs.

As a result, reading a challenge with MSG_PEEK leaves the skb on

recvmsgoobq while also adding it to pendingoobq. Since struct

sk_buff's rbnode shares storage with its next and prev pointers,

rbinsertcolor() overwrites the list linkage, and the skb, which holds

a single reference, becomes reachable from both queues at once.

When the socket is closed both queues are drained in turn. While

draining recvmsgoobq, skbunlink() follows the next and prev

pointers that rbnode has overwritten and writes to a bad address. Also,

as the skb holds a single reference but is freed from each queue, both

the skb and the connection reference it holds are released twice. This

leads to memory corruption and to a use-after-free caused by the

connection refcount underflow.

MSG_PEEK does not consume the message from the queue, so only unlink it

from recvmsgoobq and then move it onto pendingoobq or free it when

the message is actually consumed.

Package Versions Affected

Package Version
patch Availability
No items found.

Automatically patch vulnerabilities without upgrading

Fix Without Upgrading
Detect compatible fix
Apply safe remediation
Fix with a single pull request

CVSS Version

Severity
Base Score
CVSS Version
Score Vector
C
H
U
9.8
-
3.1
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
C
H
U
0
-
3.1
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
C
H
U
-

Related Resources

No items found.

References

https://git.kernel.org/stable/c/5801cff7d5d7b4e9d877dfb627b23eb63167f02c, https://git.kernel.org/stable/c/5f470cc883416fea6d3bce18ef96bf91dd49ffc3, https://git.kernel.org/stable/c/9ada3931beb37068fcb725b34b0398457009f343, https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/74xxx/CVE-2026-74434.json, https://nvd.nist.gov/vuln/detail/CVE-2026-74434, https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git

Severity

9.8

CVSS Score
0
10

Basic Information

Base CVSS
9.8
EPSS Probability
0.00337%
EPSS Percentile
0.26298%
Introduced Version
5800b1cf3fd8ccab752a101865be1e76dac33142,6.16.0,6.19.0,0
Fix Available
5801cff7d5d7b4e9d877dfb627b23eb63167f02c,6.18.40,7.1.5

Fix Critical Vulnerabilities Instantly

Secure your app without upgrading.
Fix Without Upgrading