In the Linux kernel, the following vulnerability has been resolved:
kprobes/x86: Use copy_from_kernel_nofault() to read from unsafe address
Read from an unsafe address with copy_from_kernel_nofault() in
arch_adjust_kprobe_addr() because this function is used before checking
the address is in text or not. Syzcaller bot found a bug and reported
the case if user specifies inaccessible data area,
arch_adjust_kprobe_addr() will cause a kernel panic.
[ mingo: Clarified the comment. ]
References
Configurations
Configuration 1 (hide)
|
History
No history.
Information
Published : 2024-05-01 06:15
Updated : 2025-09-18 14:14
NVD link : CVE-2024-26946
Mitre link : CVE-2024-26946
CVE.ORG link : CVE-2024-26946
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-617
Reachable Assertion
