CVE-2023-53720
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 in the Linux kernel's mlx5e network driver involves a memory leak caused by not releasing a label mapping when replacing an existing connection tracking (ct) entry. This leads to unreferenced objects accumulating in memory, which can degrade system performance over time. The issue is fixed by properly releasing the label mapping.
How can this vulnerability impact me? :
The memory leak caused by this vulnerability can lead to increased memory usage and potential system performance degradation or instability over time, especially under heavy network load conditions using the mlx5e driver.