Lucene search

K
nvd416baaa9-dc9f-4396-8d5f-8c081fb06d67NVD:CVE-2024-38579
HistoryJun 19, 2024 - 2:15 p.m.

CVE-2024-38579

2024-06-1914:15:17
416baaa9-dc9f-4396-8d5f-8c081fb06d67
web.nvd.nist.gov
5
cve-2024-38579
linux kernel
vulnerability
crypto
bcm
pointer arithmetic
spu2_dump_omd
buffer boundaries
bug
hash_iv_len
ciph_key_len
linux verification center
svace

EPSS

0

Percentile

13.1%

In the Linux kernel, the following vulnerability has been resolved:

crypto: bcm - Fix pointer arithmetic

In spu2_dump_omd() value of ptr is increased by ciph_key_len
instead of hash_iv_len which could lead to going beyond the
buffer boundaries.
Fix this bug by changing ciph_key_len to hash_iv_len.

Found by Linux Verification Center (linuxtesting.org) with SVACE.