CVE-2024-38579

Severity CVSS v4.0:
Pending analysis
Type:
Unavailable / Other
Publication date:
19/06/2024
Last modified:
15/07/2024

Description

In the Linux kernel, the following vulnerability has been resolved:<br /> <br /> crypto: bcm - Fix pointer arithmetic<br /> <br /> In spu2_dump_omd() value of ptr is increased by ciph_key_len<br /> instead of hash_iv_len which could lead to going beyond the<br /> buffer boundaries.<br /> Fix this bug by changing ciph_key_len to hash_iv_len.<br /> <br /> Found by Linux Verification Center (linuxtesting.org) with SVACE.

Impact