First published: Wed Jun 19 2024(Updated: )
In the Linux kernel, the following vulnerability has been resolved: scsi: bfa: Ensure the copied buf is NUL terminated Currently, we allocate a nbytes-sized kernel buffer and copy nbytes from userspace to that buffer. Later, we use sscanf on this buffer but we don't ensure that the string is terminated inside the buffer, this can lead to OOB read when using sscanf. Fix this issue by using memdup_user_nul instead of memdup_user.
Credit: 416baaa9-dc9f-4396-8d5f-8c081fb06d67 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Software | Affected Version | How to fix |
---|---|---|
Linux Kernel | >=3.19<4.19.316 | |
Linux Kernel | >=4.20<5.4.278 | |
Linux Kernel | >=5.5<5.10.219 | |
Linux Kernel | >=5.11<5.15.161 | |
Linux Kernel | >=5.16<6.1.93 | |
Linux Kernel | >=6.2<6.6.33 | |
Linux Kernel | >=6.7<6.8.12 | |
Linux Kernel | >=6.9<6.9.3 | |
debian/linux | 5.10.223-1 5.10.234-1 6.1.129-1 6.1.135-1 6.12.22-1 6.12.25-1 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2024-38560 has a severity that is commonly evaluated using the CVSS scoring system, which indicates a potential for significant impact depending on the exploit vector.
To remediate CVE-2024-38560, you should upgrade your Linux kernel to a version that is not vulnerable, specifically to version 5.10.223-1 or later, or 6.1.119-1 or later.
CVE-2024-38560 affects various Linux kernel versions including those between 3.19 and 4.19, 4.20 and 5.4, 5.5 and 5.10, 5.11 and 5.15, 5.16 and 6.1, and 6.2 and 6.6.
The CVE-2024-38560 vulnerability is related to the SCSI (Small Computer System Interface) component, specifically affecting the bfa (Beckhoff Ethernet Communication) driver in Linux.
While the best practice for CVE-2024-38560 is to apply the necessary updates, disabling the affected driver may serve as a temporary measure to mitigate the risk.