5 matches found
Linux Distros Unpatched Vulnerability : CVE-2024-26760
The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - In the Linux kernel, the following vulnerability has been resolved: scsi: target: pscsi: Fix bioput for error case As of commit 066ff571011d block: turn...
SUSE-SU-2024:1659-1 Security update for the Linux Kernel
The SUSE Linux Enterprise 15 SP5 kernel was updated to receive various security bugfixes. The following security bugs were fixed: - CVE-2024-26760: Fixed scsi/target/pscsi bioput for error case bsc1222596. - CVE-2024-27389: Fixed pstore inode handling with dinvalidate bsc1223705. - CVE-2024-27062...
BELL-CVE-2024-26760
Bulletin has no description...
CVE-2024-26760
In the Linux kernel, the following vulnerability has been resolved: scsi: target: pscsi: Fix bioput for error case As of commit 066ff571011d "block: turn biokmalloc into a simple kmalloc wrapper", a bio allocated by biokmalloc must be freed by biouninit and kfree. That is not done properly for th...
CVE-2024-26760
CVE-2024-26760 affects the Linux kernel SCAN: scsi: target: pscsi. The issue arises in the bio lifecycle after the change to allocate bio with bio_kmalloc(); the bios must be freed via bio_uninit() and kfree() but this is not done correctly in the error path, leading to WARN and potential NULL po...