CVE-2024-53107

MEDIUM

Linux Kernel 6.7-6.11.10 - Integer Overflow in pagemap_scan_get_args

Title source: llm
STIX 2.1

Description

In the Linux kernel, the following vulnerability has been resolved: fs/proc/task_mmu: prevent integer overflow in pagemap_scan_get_args() The "arg->vec_len" variable is a u64 that comes from the user at the start of the function. The "arg->vec_len * sizeof(struct page_region))" multiplication can lead to integer wrapping. Use size_mul() to avoid that. Also the size_add/mul() functions work on unsigned long so for 32bit systems we need to ensure that "arg->vec_len" fits in an unsigned long.

Scores

CVSS v3 5.5
EPSS 0.0020
EPSS Percentile 9.5%
Attack Vector LOCAL
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H

CISA SSVC

Vulnrichment
Exploitation none
Automatable no
Technical Impact partial

Details

CWE
CWE-190
Status published
Products (9)
linux/Kernel 6.7.0 - 6.11.10linux
Linux/Linux < 6.7
Linux/Linux 52526ca7fdb905a768a93f8faa418e9b988fc34b - 669b0cb81e4e4e78cff77a5b367c7f70c0c6c05e
Linux/Linux 52526ca7fdb905a768a93f8faa418e9b988fc34b - adee03f8903c58a6a559f21388a430211fac8ce9
Linux/Linux 6.11.10 - 6.11.*
Linux/Linux 6.12
Linux/Linux 6.7
linux/linux_kernel 6.12 rc1 (7 CPE variants)
linux/linux_kernel 6.7 - 6.11.10
Published Dec 02, 2024
Tracked Since Feb 18, 2026