2 matches found
CVE-2026-53127
The CVE describes a memory-leak in the Linux kernel’s block layer: if blk_revalidate_disk_zones() fails after disk_revalidate_zone_resources() has allocated args.zones_cond, the memory is not freed on the error path. This indicates a defect in the error handling path within the block subsystem, s...
DEBIAN-CVE-2022-49376
In the Linux kernel, the following vulnerability has been resolved: scsi: sd: Fix potential NULL pointer dereference If sdprobe sees an early error before sdkp-device is initialized, sdzbcreleasedisk is called. This causes a NULL pointer dereference when sdiszoned is called inside that function...