Security readout for executives and security teams
Plain-English summary
This CVE is a Linux kernel memory leak in NVMe authentication secret handling. Repeated writes to the DH-HMAC-CHAP secret path could leave small kernel memory allocations unfreed. The source does not show data theft, privilege escalation, or confirmed exploitation, but affected storage hosts should still receive kernel fixes.
Executive priority
Handle through normal kernel patch management, with higher priority for Linux storage infrastructure using NVMe authentication. Current evidence does not justify emergency response, but unresolved kernel leaks can affect availability over time.
Technical view
The issue is in nvme-core, specifically nvme_ctrl_dhchap_secret_store(). The vulnerable path allocated dhchap_secret and returned without freeing it, producing kmemleak reports from kernfs/sysfs write handling. Upstream stable commits fix the leak by freeing dhchap_secret before return.
Likely exposure
Exposure is most likely on Linux systems using affected kernel versions or downstream builds with NVMe core DH-HMAC-CHAP secret handling. The source lists Linux kernel version ranges around 6.0 through 6.5, but distribution backports require vendor mapping.
Exploitation context
The CVE is not listed as KEV in the supplied bundle, and no cited source reports active exploitation. The evidence supports a local kernel memory leak condition, not a confirmed remote compromise path.
Researcher notes
The public bundle provides commit references and a kmemleak trace, but no CVSS, CWE, exploit details, or vendor-specific package matrix. Validate impact by source review and downstream kernel advisory mapping rather than version strings alone.
Mitigation direction
Apply a kernel update containing the referenced nvme-core stable fixes.
Check Linux distribution advisories for downstream backport status.
Prioritize hosts using NVMe authentication or storage control workflows.
Treat workaround status as unknown unless vendor guidance says otherwise.
Monitor affected hosts for unusual kernel memory pressure until patched.
Validation and detection
Inventory running kernel versions across Linux storage hosts.
Map vendor kernel packages to the referenced upstream stable commits.
Check whether NVMe core and DH-HMAC-CHAP workflows are in use.
Review kernel logs and leak detection output for related nvme_core traces.
Confirm patched systems include the dhchap_secret free-on-return fix.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cve · low confidence lookup
CVE-2023-53852 mapping review
Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
0CVSS vectors
3Timeline events
0ADP providers
5Source links
Vulnerability timeline
Timeline events are normalized from CVE metadata, CNA source timelines, ADP timelines, and KEV metadata when present.
CVE reservedCVE Program
The CVE ID was reserved by the assigning CNA.
CVE publishedCVE Program
The CVE record was published.
Dec 9, 2025, 01:30 UTC (UTC+00:00)
CVE updatedCVE Program
The CVE record metadata indicates this as the latest update time.