The timer_create syscall implementation in kernel/time/posix-timers.c in the Linux kernel before 4.14.8 doesn't properly validate the sigevent->sigev_notify field, which leads to out-of-bounds access in the show_timer function (called when /proc/$PID/timers is read). This allows userspace applications to read arbitrary kernel memory (on a kernel built with CONFIG_POSIX_TIMERS and CONFIG_CHECKPOINT_RESTORE).
References
Configurations
Configuration 1 (hide)
|
Configuration 2 (hide)
|
Configuration 3 (hide)
|
History
No history.
Information
Published : 2018-07-26 19:29
Updated : 2020-10-15 13:28
NVD link : CVE-2017-18344
Mitre link : CVE-2017-18344
CVE.ORG link : CVE-2017-18344
JSON object : View
Products Affected
redhat
- mrg_realtime
- enterprise_linux_server
- enterprise_linux_server_aus
- enterprise_linux_desktop
- enterprise_linux_server_eus
- enterprise_linux_workstation
- enterprise_linux_server_tus
canonical
- ubuntu_linux
linux
- linux_kernel
CWE
CWE-125
Out-of-bounds Read