In the Linux kernel, the following vulnerability has been resolved:
nbd: fix uaf in nbd_open
Commit 4af5f2e03013 ("nbd: use blk_mq_alloc_disk and
blk_cleanup_disk") cleans up disk by blk_cleanup_disk() and it won't set
disk->private_data as NULL as before. UAF may be triggered in nbd_open()
if someone tries to open nbd device right after nbd_put() since nbd has
been free in nbd_dev_remove().
Fix this by implementing ->free_disk and free private data in it.
Security readout for executives and security teams
Plain-English summary
CVE-2023-52837 is a Linux kernel bug in the Network Block Device subsystem. Under a narrow timing condition, opening an NBD device after related cleanup may use already-freed memory. Public sources show kernel fixes exist, but no CVSS score or active exploitation evidence is provided.
Executive priority
Treat as a targeted kernel maintenance item, not an emergency based on current evidence. Prioritize patching where NBD is used, on shared infrastructure, or on systems with strict availability and isolation requirements.
Technical view
The issue is a use-after-free in nbd_open(). After commit 4af5f2e03013, blk_cleanup_disk() no longer clears disk->private_data. If an NBD device is opened soon after nbd_put() and nbd_dev_remove() frees the nbd structure, stale private_data may be dereferenced. The kernel fix moves private data release into ->free_disk.
Likely exposure
Exposure is limited to Linux systems running affected kernel versions where the NBD subsystem is present or used. The source record lists Linux as affected and references stable kernel fixes. Distribution-specific affected package versions are not provided in the bundle.
Exploitation context
The CVE record describes a race-like use-after-free condition in kernel NBD device handling. The provided sources do not state remote exploitability, privilege requirements, impact severity, public exploit availability, or active exploitation. CISA KEV status is false in the supplied data.
Researcher notes
Evidence is limited to the CVE record and upstream stable commit references. No CVSS, CWE, exploit status, or distro mapping is included. Avoid assuming exploitability beyond the documented UAF in nbd_open() until vendor advisories or further analysis clarify impact.
Mitigation direction
Update to a vendor-supported kernel that includes the referenced NBD fixes.
Review distribution advisories for exact fixed package versions.
Prioritize systems using NBD or exposing NBD functionality.
If no vendor package is available, track the upstream stable commits.
Validation and detection
Inventory Linux kernel versions across servers and appliances.
Identify systems using the nbd driver or NBD devices.
Compare deployed kernels with vendor fixed versions or referenced stable commits.
Confirm patched kernels are running after maintenance reboots.
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-52837 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.