First published: Wed Jun 19 2024(Updated: )
In the Linux kernel, the following vulnerability has been resolved: speakup: Fix sizeof() vs ARRAY_SIZE() bug The "buf" pointer is an array of u16 values. This code should be using ARRAY_SIZE() (which is 256) instead of sizeof() (which is 512), otherwise it can the still got out of bounds.
Credit: 416baaa9-dc9f-4396-8d5f-8c081fb06d67 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Software | Affected Version | How to fix |
---|---|---|
debian/linux | 5.10.223-1 5.10.234-1 6.1.123-1 6.1.128-1 6.12.12-1 6.12.16-1 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2024-38587 is classified as a medium severity vulnerability in the Linux kernel.
To fix CVE-2024-38587, update your Linux kernel to version 5.10.223-1, 5.10.226-1, 6.1.119-1, 6.1.123-1, 6.12.10-1, or 6.12.11-1.
CVE-2024-38587 affects specific versions of the Linux package in the Debian distribution.
CVE-2024-38587 is caused by a bug in the speakup driver where sizeof() is incorrectly used instead of ARRAY_SIZE().
Currently, the recommended course of action for CVE-2024-38587 is to apply the available kernel updates rather than trying to implement a workaround.