CVE-2024-26912: drm/nouveau: fix several DMA buffer leaks
In the Linux kernel, the following vulnerability has been resolved:
drm/nouveau: fix several DMA buffer leaks
Nouveau manages GSP-RM DMA buffers with nvkm_gsp_mem objects. Several of
these buffers are never dealloced. Some of them can be deallocated
right after GSP-RM is initialized, but the rest need to stay until the
driver unloads.
Also futher bullet-proof these objects by poisoning the buffer and
clearing the nvkm_gsp_mem object when it is deallocated. Poisoning
the buffer should trigger an error (or crash) from GSP-RM if it tries
to access the buffer after we've deallocated it, because we were wrong
about when it is safe to deallocate.
Finally, change the mem->size field to a size_t because that's the same
type that dma_alloc_coherent expects.
Security readout for executives and security teams
Plain-English summary
CVE-2024-26912 is a Linux kernel nouveau graphics driver issue where some DMA buffers are not freed correctly. The public record does not provide a severity score or evidence of exploitation. Business urgency depends on whether affected Linux systems use the nouveau driver with NVIDIA hardware.
Executive priority
Treat as a targeted kernel maintenance item, not an emergency based on current evidence. Prioritize patching where Linux workstations, GPU nodes, or servers use nouveau with NVIDIA hardware.
Technical view
The issue is in drm/nouveau GSP-RM DMA buffer handling. nvkm_gsp_mem objects could remain allocated longer than intended. The fix deallocates some buffers after GSP-RM initialization, keeps others until driver unload, poisons cleared buffers, clears objects on deallocation, and changes mem->size to size_t.
Likely exposure
Exposure appears limited to Linux systems running affected kernels with the nouveau driver path involved. The bundle lists Linux 6.7, 6.7.6, and 6.8 as affected, but exact downstream distro exposure requires vendor kernel backport verification.
Exploitation context
No active exploitation is supported by the provided sources, and the CVE is not marked KEV. The available description indicates a resource-management flaw, not a published remote attack path. Impact evidence is incomplete.
Researcher notes
The source evidence is narrow: it documents buffer lifetime cleanup in nouveau, but not exploitability, attacker prerequisites, or downstream vendor status. Avoid extrapolating beyond kernel versions and commits cited in the CVE bundle.
Mitigation direction
Apply Linux kernel updates that include the referenced stable fixes.
Check distribution security advisories for backported nouveau patches.
Prioritize systems using NVIDIA GPUs with the nouveau driver enabled.
If no vendor patch is available, follow vendor guidance for temporary risk reduction.
Validation and detection
Inventory Linux kernel versions against vendor-fixed package versions.
Confirm whether nouveau is present and used on relevant systems.
Review kernel package changelogs for the referenced stable commits.
Track vendor advisories because the source bundle lacks CVSS and impact detail.
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-2024-26912 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.