In the Linux kernel, the following vulnerability has been resolved:
scsi: target: pscsi: Fix bio_put() for error case
As of commit 066ff571011d ("block: turn bio_kmalloc into a simple kmalloc
wrapper"), a bio allocated by bio_kmalloc() must be freed by bio_uninit()
and kfree(). That is not done properly for the error case, hitting WARN and
NULL pointer dereference in bio_free().
References
Configurations
Configuration 1 (hide)
|
History
No history.
Information
Published : 2024-04-03 17:15
Updated : 2025-03-03 17:34
NVD link : CVE-2024-26760
Mitre link : CVE-2024-26760
CVE.ORG link : CVE-2024-26760
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-476
NULL Pointer Dereference
