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.
References
Configurations
Configuration 1 (hide)
|
History
16 Jun 2026, 13:41
| Type | Values Removed | Values Added |
|---|---|---|
| First Time |
Linux linux Kernel
Linux |
|
| CWE | NVD-CWE-noinfo | |
| CVSS |
v2 : v3 : |
v2 : unknown
v3 : 5.5 |
| References | () https://git.kernel.org/stable/c/13e550fbfccdb311e76ec96892dfe35f0dba0657 - Patch | |
| References | () https://git.kernel.org/stable/c/1e111c4b3a726df1254670a5cc4868cedb946d37 - Patch | |
| References | () https://git.kernel.org/stable/c/262152ec37101f9dc524743ccdbd6c7641d14573 - Patch | |
| References | () https://git.kernel.org/stable/c/2c2c14b7dfccad8c5a28802849e40c21252e4c28 - Patch | |
| References | () https://git.kernel.org/stable/c/a95d38c5701431bfc826e7b18acc0785919d5c88 - Patch | |
| References | () https://git.kernel.org/stable/c/b64b4f499801b12d0e2785447e4df6c164c608a9 - Patch | |
| CPE | cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:5.15:-:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:5.15:rc6:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:5.15:rc7:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:5.15:rc3:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:5.15:rc5:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:5.15:rc4:*:*:*:*:*:* |
01 Jun 2026, 17:17
| Type | Values Removed | Values Added |
|---|---|---|
| References |
|
27 May 2026, 14:17
| Type | Values Removed | Values Added |
|---|---|---|
| New CVE |
Information
Published : 2026-05-27 14:17
Updated : 2026-06-17 10:52
NVD link : CVE-2026-45997
Mitre link : CVE-2026-45997
CVE.ORG link : CVE-2026-45997
JSON object : View
Products Affected
linux
- linux_kernel
CWE
