Lucene search

K
redhatcveRedhat.comRH:CVE-2024-38587
HistoryJun 20, 2024 - 3:29 p.m.

CVE-2024-38587

2024-06-2015:29:20
redhat.com
access.redhat.com
7
linux kernel
speakup
vulnerability
resolved
array_size
sizeof
out of bounds

AI Score

9.2

Confidence

High

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.

Mitigation

Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.