In the Linux kernel, the following vulnerability has been resolved:
bpf: Take return from set_memory_rox() into account with bpf_jit_binary_lock_ro()
set_memory_rox() can fail, leaving memory unprotected.
Check return and bail out when bpf_jit_binary_lock_ro() returns
an error.
References
Configurations
Configuration 1 (hide)
|
History
No history.
Information
Published : 2024-07-29 16:15
Updated : 2025-01-24 16:15
NVD link : CVE-2024-42067
Mitre link : CVE-2024-42067
CVE.ORG link : CVE-2024-42067
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-252
Unchecked Return Value