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.
References
Configurations
Configuration 1 (hide)
|
History
04 Nov 2025, 18:16
| Type | Values Removed | Values Added |
|---|---|---|
| References |
|
Information
Published : 2024-06-19 14:15
Updated : 2025-11-04 18:16
NVD link : CVE-2024-38587
Mitre link : CVE-2024-38587
CVE.ORG link : CVE-2024-38587
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-129
Improper Validation of Array Index
