Lucene search

K
ubuntucveUbuntu.comUB:CVE-2024-38587
HistoryJun 20, 2024 - 12:00 a.m.

CVE-2024-38587

2024-06-2000:00:00
ubuntu.com
ubuntu.com
linux
kernel
vulnerability
speakup
module
fix
out of bounds

7.2 High

AI Score

Confidence

Low

0.0004 Low

EPSS

Percentile

13.1%

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

7.2 High

AI Score

Confidence

Low

0.0004 Low

EPSS

Percentile

13.1%