CVE-2023-53852
BaseFortify
Publication date: 2025-12-09
Last updated on: 2025-12-09
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's nvme-core component, specifically in the dhchap_secret_store function. The issue occurs because the dhchap_secret is not freed properly in the nvme_ctrl_dhchap_secret_store() function before returning, leading to unreferenced memory objects that are not released.
How can this vulnerability impact me? :
The impact of this vulnerability is a memory leak in the Linux kernel, which can cause increased memory usage over time. This may lead to reduced system performance or stability issues if the leaked memory accumulates, potentially causing resource exhaustion on affected systems.