CVE-2026-23066
Published: Feb 4, 2026
Modified: Jun 1, 2026
CVSS v3.1
7.8
Description
In the Linux kernel, the following vulnerability has been resolved: rxrpc: Fix recvmsg() unconditional requeue If rxrpc_recvmsg() fails because MSG_DONTWAIT was specified but the call at the front of the recvmsg queue already has its mutex locked, it requeues the call - whether or not the call is already queued. The call may be on the queue because MSG_PEEK was also passed and so the call was not dequeued or because the I/O thread requeued it. The unconditional requeue may then corrupt the recvmsg queue, leading to things like UAFs or refcount underruns. Fix this by only requeuing the call if it isn't already on the queue - and moving it to the front if it is already queued. If we don't queue it, we have to put the ref we obtained by dequeuing it. Also, MSG_PEEK doesn't dequeue the call so shouldn't call rxrpc_notify_socket() for the call if we didn't use up all the data on the queue, so fix that also.
| Vendor | Product | Versions |
|---|---|---|
Linux | Linux | affected 540b1c48c37ac0ad66212004db21e1ff7e2d78be - < 8fd3b5e297854a4da0f273169baf4b1b7b257b97affected 540b1c48c37ac0ad66212004db21e1ff7e2d78be - < c198628f3fca5c874d93874c233014d336e09f64affected 540b1c48c37ac0ad66212004db21e1ff7e2d78be - < c6cebcb4e0b3140ec2ace45c020a9049527385d1affected 540b1c48c37ac0ad66212004db21e1ff7e2d78be - < 0464bf75590da75b8413c3e758c04647b4cdb3c6affected 540b1c48c37ac0ad66212004db21e1ff7e2d78be - < cf969bddd6e69c5777fa89dc88402204e72f312a+2 more versions |
Linux | Linux | affected 4.11unaffected 0 - < 4.11unaffected 5.10.258 - <= 5.10.*unaffected 5.15.209 - <= 5.15.*unaffected 6.1.175 - <= 6.1.*+4 more versions |
CVSS v3.1 Details
CVSS v3.1 Vector
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Attack Vector
Attack Complexity
Privileges Required
User Interaction
Scope
Confidentiality
Integrity
Availability
References
Security Training
Train your team to recognize and prevent security threats with our comprehensive security awareness program.
Start TrainingVulnerability Scanning
Discover vulnerabilities in your applications and infrastructure before attackers do.
Scan Now