Vulnerability in Linux
CVE-2024-46684
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.
EPSS: 0.002 (10.0th percentile) — read the EPSS interpretation.
CVSS v3 metric
CVSS v3 base score 5.5 (Medium). Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H.
Affected products
- Linux — versions 10e29251be0e9f774910c1baaa89355859491769, 6.10, 0
- Linux Linux_kernel — versions 6.11
Weakness classification (CWE)
References
Frequently asked questions
- What is CVE-2024-46684?
- CVE-2024-46684 is a medium-severity vulnerability in Linux, classified under Incorrect Calculation of Buffer Size. CVSS score: 5.5/10. Published 2024-09-13.
- How severe is CVE-2024-46684?
- Medium severity. CVSS v3 base score is 5.5 out of 10.