CVE-2026-52904
Severity CVSS v4.0:
Pending analysis
Type:
Unavailable / Other
Publication date:
09/06/2026
Last modified:
23/07/2026
Description
In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
drm/nouveau: fix nvkm_device leak on aperture removal failure<br />
<br />
When aperture_remove_conflicting_pci_devices() fails during probe, the<br />
error path returns directly without unwinding the nvkm_device that was<br />
just allocated by nvkm_device_pci_new(). This leaks both the device<br />
wrapper and the pci_enable_device() reference taken inside it.<br />
<br />
Jump to the existing fail_nvkm label so nvkm_device_del() runs and<br />
balances both. The leak was introduced when the intermediate<br />
nvkm_device_del() between detection and aperture removal was dropped<br />
in favor of creating the pci device once.
Impact
Base Score 3.x
5.50
Severity 3.x
MEDIUM
Vulnerable products and versions
| CPE | From | Up to |
|---|---|---|
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.12 (including) | 6.12.86 (excluding) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.13 (including) | 6.18.27 (excluding) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.19 (including) | 7.0.4 (excluding) |
To consult the complete list of CPE names with products and versions, see this page



