CVE-2023-53186
BaseFortify
Publication date: 2025-09-15
Last updated on: 2025-12-02
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | linux_kernel | From 5.15 (inc) to 5.15.108 (exc) |
| linux | linux_kernel | From 5.16 (inc) to 6.1.25 (exc) |
| linux | linux_kernel | From 6.2 (inc) to 6.2.12 (exc) |
| linux | linux_kernel | 6.3 |
| linux | linux_kernel | 6.3 |
| linux | linux_kernel | 6.3 |
| linux | linux_kernel | 6.3 |
| linux | linux_kernel | 6.3 |
| linux | linux_kernel | 6.3 |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-362 | The product contains a concurrent code sequence that requires temporary, exclusive access to a shared resource, but a timing window exists in which the shared resource can be modified by another code sequence operating concurrently. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability in the Linux kernel involves a race condition between coalescing and releasing socket buffers (SKBs). Specifically, when SKBs are cloned and coalescing proceeds, the reference count for page fragments can become inconsistent if one cloned SKB is released during the merging process. This leads to a situation where the kernel may free a page that is still in use, causing use-after-free or double-free errors, which can destabilize the system or cause crashes.
How can this vulnerability impact me? :
The vulnerability can cause use-after-free or double-free errors in the Linux kernel, potentially leading to system instability, crashes, or security issues such as memory corruption. This could affect the reliability and security of systems running vulnerable Linux kernel versions.