CVE-2024-38587

Source
https://nvd.nist.gov/vuln/detail/CVE-2024-38587
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2024-38587.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2024-38587
Downstream
Related
Published
2024-06-19T14:15:18Z
Modified
2025-08-09T19:01:27Z
Summary
[none]
Details

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

Affected packages