CVE-2023-53716
BaseFortify
Publication date: 2025-10-22
Last updated on: 2025-10-22
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 is a memory leak in the Linux kernel related to network packet handling. Specifically, a fix intended to prevent memory leaks in TCP/UDP zero-copy socket buffers (skbs) with transmit timestamps introduced a new leak. When a function called skb_orphan_frags_rx() fails, it returns without freeing a cloned skb, causing a memory leak. The issue was discovered and fixed using static analysis tools.
How can this vulnerability impact me? :
This vulnerability can lead to memory leaks in the Linux kernel's network stack, which may cause increased memory usage and potentially degrade system performance or stability over time if exploited or triggered frequently.