CyberRota
← Ana sayfaya dön

CVE-2026-45997

MEDIUM · CVSS 5.5 EPSS %0.12

Kaynak: NVD + CISA KEV + EPSS · Yayınlanma: 2026-05-27T14:17:17.280 · Çekilme zamanı: 2026-06-25T12:11:21.785846+00:00

CyberRota Yorumu

Detaylı analiz gerekiyor.

CVE
CVE-2026-45997
Severity
MEDIUM
CVSS
5.5
EPSS
%0.12
Linux

Orijinal NVD Açıklaması

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.