CVE-2023-53469 Details
Description
Rejected reason: This CVE ID has been rejected or withdrawn by its CVE Numbering Authority.
A null pointer dereference vulnerability has been identified in the Linux kernel's Unix stream sendpage function, specifically in versions prior to 6.5. This vulnerability arises because the function attempts to add data to the last socket buffer in the peer's receive queue without properly locking the queue. This creates a race condition where the function could access a socket buffer that is being released by the garbage collection process, leading to a use-after-free scenario. The issue can occur if the peer's file descriptor is passed to another socket, creating a loop between them, and both sockets are closed without transferring the file descriptor back, allowing the garbage collector to unlink the socket buffer from the receive queue under lock, while the sendpage function accesses it locklessly.
Users can upgrade to Linux kernel version 6.5 or later, where this vulnerability has been addressed.
Metrics
CVSS 4.0 Severity and Vector Strings:
No CVSS 4.0 data is available for this CVE.
CVSS 3.x Severity and Vector Strings:
No CVSS 3.x data is available for this CVE.
No data available for CVSS Version 2.0 on this CVE.
No SSVC data is available for this CVE.
References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
No references are available for this CVE.
Weakness Enumeration
No weakness enumeration is available for this CVE.
Affected Products
No affected product data is available for this CVE.
Change History
4 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Dec 29, 2025 | CVE Rejected | kernel.org |
| Dec 29, 2025 | CVE Modified | kernel.org |
| Oct 10, 2025 | CVE Modified | kernel.org |
| Oct 1, 2025 | New CVE Received | kernel.org |