In the Linux kernel, the following vulnerability has been resolved:
bpf: Take return from set_memory_ro() into account with bpf_prog_lock_ro()
set_memory_ro() can fail, leaving memory unprotected.
Check its return and take it into account as 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-42068
Mitre link : CVE-2024-42068
CVE.ORG link : CVE-2024-42068
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-252
Unchecked Return Value