Lucene search

K
osvGoogleOSV:CVE-2024-46684
HistorySep 13, 2024 - 6:15 a.m.

CVE-2024-46684

2024-09-1306:15:13
Google
osv.dev
linux kernel
vulnerability
cve-2024-46684
binfmt_elf_fdpic
auxv
elf_hwcap2

AI Score

6.7

Confidence

High

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

binfmt_elf_fdpic: fix AUXV size calculation when ELF_HWCAP2 is defined

create_elf_fdpic_tables() does not correctly account the space for the
AUX vector when an architecture has ELF_HWCAP2 defined. Prior to the
commit 10e29251be0e (“binfmt_elf_fdpic: fix /proc/<pid>/auxv”) it
resulted in the last entry of the AUX vector being set to zero, but with
that change it results in a kernel BUG.

Fix that by adding one to the number of AUXV entries (nitems) when
ELF_HWCAP2 is defined.

AI Score

6.7

Confidence

High

Related for OSV:CVE-2024-46684