In the Linux kernel, the following vulnerability has been resolved:
ELF: fix kernel.randomize_va_space double read
ELF loader uses "randomize_va_space" twice. It is sysctl and can change
at any moment, so 2 loads could see 2 different values in theory with
unpredictable consequences.
Issue exactly one load for consistent value across one exec.
References
Configurations
Configuration 1 (hide)
|
History
No history.
Information
Published : 2024-09-27 13:15
Updated : 2024-11-20 17:19
NVD link : CVE-2024-46826
Mitre link : CVE-2024-46826
CVE.ORG link : CVE-2024-46826
JSON object : View
Products Affected
linux
- linux_kernel
CWE