CyberRota Analysis
This is a medium severity vulnerability with a CVSS score of 5.3. It affects Linux.
CVE
CVE-2024-38587
Severity
MEDIUM
CVSS
5.3
EPSS
1.14%
Linux
Original NVD Description
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.
Related CVEs
Other vulnerabilities affecting the same vendor(s)