CVE-2024-47703
MEDIUMLinux Kernel 5.7-6.10.12, 6.11.0-6.11.1 - Denial of Service via BPF LSM Hook Return Value
Title source: llmExploitation Summary
EIP tracks 1 public exploit for CVE-2024-47703. PoCs published by fabrizioperna.
AI-analyzed exploit summary This repository contains functional exploit code for CVE-2024-47703, targeting the eBPF verifier in the Linux kernel. The PoC includes detailed technical analysis and BPF instructions to trigger the vulnerability.
Description
In the Linux kernel, the following vulnerability has been resolved: bpf, lsm: Add check for BPF LSM return value A bpf prog returning a positive number attached to file_alloc_security hook makes kernel panic. This happens because file system can not filter out the positive number returned by the LSM prog using IS_ERR, and misinterprets this positive number as a file pointer. Given that hook file_alloc_security never returned positive number before the introduction of BPF LSM, and other BPF LSM hooks may encounter similar issues, this patch adds LSM return value check in verifier, to ensure no unexpected value is returned.
Exploits (1)
This repository contains functional exploit code for CVE-2024-47703, targeting the eBPF verifier in the Linux kernel. The PoC includes detailed technical analysis and BPF instructions to trigger the vulnerability.
References (3)
Scores
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H