CVE-2026-45997
Analyzed
Analyzed - Analysis Complete
Linux kernel Missing Disk Reference Cleanup in SCSI SD Driver
Publication date: 2026-05-27
Last updated on: 2026-06-16
Assigner: kernel.org
Description
Description
In the Linux kernel, the following vulnerability has been resolved:
scsi: sd: fix missing put_disk() when device_add(&disk_dev) fails
If device_add(&sdkp->disk_dev) fails, put_device() runs
scsi_disk_release(), which frees the scsi_disk but leaves the gendisk
referenced. The device_add_disk() error path in sd_probe() calls
put_disk(gd); call put_disk(gd) here to mirror that cleanup.
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | linux_kernel | 5.15 |
| linux | linux_kernel | 5.15 |
| linux | linux_kernel | 5.15 |
| linux | linux_kernel | 5.15 |
| linux | linux_kernel | 5.15 |
| linux | linux_kernel | 5.15 |
| linux | linux_kernel | From 5.14.11 (inc) to 5.15 (exc) |
| linux | linux_kernel | From 6.7 (inc) to 6.12.86 (exc) |
| linux | linux_kernel | From 6.2 (inc) to 6.6.140 (exc) |
| linux | linux_kernel | From 6.13 (inc) to 6.18.27 (exc) |
| linux | linux_kernel | From 6.19 (inc) to 7.0.4 (exc) |
| linux | linux_kernel | From 4.14.250 (inc) to 4.15 (exc) |
| linux | linux_kernel | From 4.19.210 (inc) to 4.20 (exc) |
| linux | linux_kernel | From 4.4.288 (inc) to 4.5 (exc) |
| linux | linux_kernel | From 4.9.286 (inc) to 4.10 (exc) |
| linux | linux_kernel | From 5.10.72 (inc) to 5.11 (exc) |
| linux | linux_kernel | From 5.15.1 (inc) to 6.1.175 (exc) |
| linux | linux_kernel | From 5.4.152 (inc) to 5.5 (exc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-UNKNOWN |