Vulnerability in Linux
CVE-2024-47703
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.
EPSS: 0.002 (12.1th percentile) — read the EPSS interpretation.
CVSS v3 metric
CVSS v3 base score 7.8 (High). Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H.
Affected products
- Linux — versions 520b7aa00d8cd8e411ecc09f63a2acd90feb6d29, 5.7, 0
- Linux Linux_kernel
References
Frequently asked questions
- What is CVE-2024-47703?
- CVE-2024-47703 is a high-severity vulnerability in Linux. CVSS score: 7.8/10. Published 2024-10-21.
- How severe is CVE-2024-47703?
- High severity. CVSS v3 base score is 7.8 out of 10.