CVE-2023-54269
Double Free Vulnerability in Linux Kernel SUNRPC Component
Publication date: 2025-12-30
Last updated on: 2025-12-30
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | linux_kernel | * |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-UNKNOWN |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability in the Linux kernel involves a double free of the xprt_ctxt pointer in the SUNRPC subsystem. When an RPC request is deferred, the rq_xprt_ctxt pointer is moved but not properly cleared in certain cases, leading to the pointer being freed twice. This can cause system instability or crashes (kernel oops) because the kernel attempts to free or reuse memory that has already been freed.
How can this vulnerability impact me? :
This vulnerability can lead to system instability or crashes due to double freeing memory in the kernel. This could cause denial of service or unexpected behavior in systems using the affected Linux kernel, potentially impacting availability and reliability.