THREATOPS
THREAT OPSThreat News › [NVD] CVE-2024-26760 (CRITICAL 9.8) — 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().

[NVD] CVE-2024-26760 (CRITICAL 9.8) — 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().

lownvdPublished 2024-04-03

CVE-2024-26760 CVSS: 9.8 CRITICAL Published: 2024-04-03T17:15:52.367

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, hit

Indicators of compromise

Original source: https://nvd.nist.gov/vuln/detail/CVE-2024-26760