CVE-2023-53218: rxrpc: Make it so that a waiting process can be aborted
In the Linux kernel, the following vulnerability has been resolved:
rxrpc: Make it so that a waiting process can be aborted
When sendmsg() creates an rxrpc call, it queues it to wait for a connection
and channel to be assigned and then waits before it can start shovelling
data as the encrypted DATA packet content includes a summary of the
connection parameters.
However, sendmsg() may get interrupted before a connection gets assigned
and further sendmsg() calls will fail with EBUSY until an assignment is
made.
Fix this so that the call can at least be aborted without failing on
EBUSY. We have to be careful here as sendmsg() mustn't be allowed to start
the call timer if the call doesn't yet have a connection assigned as an
oops may follow shortly thereafter.
Security readout for executives and security teams
Plain-English summary
CVE-2023-53218 is a Linux kernel rxrpc flaw where an interrupted send operation can leave a call in a bad waiting state. The CVSS score is high because the kernel is involved and the stated impact covers confidentiality, integrity, and availability. The bundle does not show active exploitation.
Executive priority
Treat as a high-priority kernel maintenance item, especially for multi-user Linux servers and shared workload platforms. It is not supported as an internet-exposed emergency by the provided sources.
Technical view
The issue is in Linux kernel rxrpc sendmsg call setup. If sendmsg is interrupted before connection and channel assignment, later sends can fail with EBUSY, and unsafe timer behavior could lead to a kernel oops. The CVSS vector is local, low complexity, low privileges, no user interaction.
Likely exposure
Exposure is most relevant on Linux systems running affected kernel builds where rxrpc functionality is present and reachable by local users or applications. Distribution kernels may have backported fixes, so version strings alone may not prove exposure.
Exploitation context
The source bundle marks KEV as false and provides no cited evidence of active exploitation or public weaponization. The risk is still material because this is local kernel attack surface with high CVSS impact claims.
Researcher notes
The evidence is limited to the CVE record and upstream stable commit references. Avoid assuming affected distributions, exploit maturity, or a specific remediation beyond kernels containing the rxrpc fixes or vendor backports.
Mitigation direction
Apply Linux kernel updates that include the referenced stable rxrpc fixes.
Check distribution advisories for backported fixes for CVE-2023-53218.
Prioritize systems allowing untrusted local users, workloads, or containers.
If patching is delayed, review vendor guidance for any rxrpc-specific hardening.
Validation and detection
Inventory kernel versions and vendor patch status across Linux hosts.
Confirm whether vendor packages include the referenced upstream stable commits.
Check whether rxrpc support is built, loaded, or otherwise available.
Run existing regression tests after kernel updates, especially networking workloads.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cve · low confidence lookup
CVE-2023-53218 mapping review
Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
1CVSS vectors
3Timeline events
1ADP providers
4Source links
SSVC decision data
CISA-ADPCISA Coordinator
Timestamp
Version
2.0.3
Exploitation: noneAutomatable: noTechnical Impact: total
CVSS vector scores
1 official score
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.