In the Linux kernel, the following vulnerability has been resolved:
scsi: xen: scsiback: Fix potential memory leak in scsiback_remove()
Memory allocated for struct vscsiblk_info in scsiback_probe() is not
freed in scsiback_remove() leading to potential memory leaks on remove,
as well as in the scsiback_probe() error paths. Fix that by freeing it
in scsiback_remove().
References
Configurations
Configuration 1 (hide)
|
History
No history.
Information
Published : 2026-02-04 17:16
Updated : 2026-03-17 21:10
NVD link : CVE-2026-23087
Mitre link : CVE-2026-23087
CVE.ORG link : CVE-2026-23087
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-401
Missing Release of Memory after Effective Lifetime
