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.
Metrics
Affected Vendors & Products
References
History
Mon, 04 Nov 2024 21:15:00 +0000
Type | Values Removed | Values Added |
---|---|---|
Metrics |
cvssV3_1
|
cvssV3_1
|
MITRE
Status: PUBLISHED
Assigner: Linux
Published: 2024-06-19T13:37:42.537Z
Updated: 2024-11-05T09:30:25.701Z
Reserved: 2024-06-18T19:36:34.929Z
Link: CVE-2024-38587
Vulnrichment
Updated: 2024-08-02T04:12:25.986Z
NVD
Status : Awaiting Analysis
Published: 2024-06-19T14:15:18.800
Modified: 2024-11-04T21:35:05.243
Link: CVE-2024-38587
Redhat