CVE-2024-35895
Linux Kernel BPF SOCKMAP Lock Inversion Deadlock Vulnerability
Description
In the Linux kernel, the following vulnerability has been resolved: bpf, sockmap: Prevent lock inversion deadlock in map delete elem syzkaller started using corpuses where a BPF tracing program deletes elements from a sockmap/sockhash map. Because BPF tracing programs can be invoked from any interrupt context, locks taken during a map_delete_elem operation must be hardirq-safe. Otherwise a deadlock due to lock inversion is possible, as reported by lockdep: CPU0 CPU1 ---- ---- lock(&htab->buckets[i].lock); local_irq_disable(); lock(&host->lock); lock(&htab->buckets[i].lock); <Interrupt> lock(&host->lock); Locks in sockmap are hardirq-unsafe by design. We expects elements to be deleted from sockmap/sockhash only in task (normal) context with interrupts enabled, or in softirq context. Detect when map_delete_elem operation is invoked from a context which is _not_ hardirq-unsafe, that is interrupts are disabled, and bail out with an error. Note that map updates are not affected by this issue. BPF verifier does not allow updating sockmap/sockhash from a BPF tracing program today.
INFO
Published Date :
May 19, 2024, 9:15 a.m.
Last Modified :
Dec. 30, 2024, 5:12 p.m.
Source :
416baaa9-dc9f-4396-8d5f-8c081fb06d67
Remotely Exploitable :
No
Impact Score :
3.6
Exploitability Score :
1.8
References to Advisories, Solutions, and Tools
Here, you will find a curated list of external links that provide in-depth
information, practical solutions, and valuable tools related to
CVE-2024-35895
.
We scan GitHub repositories to detect new proof-of-concept exploits. Following list is a collection of public exploits and proof-of-concepts, which have been published on GitHub (sorted by the most recently updated).
Results are limited to the first 15 repositories due to potential performance issues.
The following list is the news that have been mention
CVE-2024-35895
vulnerability anywhere in the article.
The following table lists the changes that have been made to the
CVE-2024-35895
vulnerability over time.
Vulnerability history details can be useful for understanding the evolution of a vulnerability, and for identifying the most recent changes that may impact the vulnerability's severity, exploitability, or other characteristics.
-
Initial Analysis by [email protected]
Dec. 30, 2024
Action Type Old Value New Value Added CVSS V3.1 NIST AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H Added CWE NIST CWE-667 Added CPE Configuration OR *cpe:2.3:o:debian:debian_linux:10.0:*:*:*:*:*:*:* Added CPE Configuration OR *cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* versions from (including) 4.20 up to (excluding) 5.4.274 *cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* versions from (including) 5.5 up to (excluding) 5.10.215 *cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* versions from (including) 5.11 up to (excluding) 5.15.154 *cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* versions from (including) 5.16 up to (excluding) 6.1.85 *cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* versions from (including) 6.2 up to (excluding) 6.6.26 *cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* versions from (including) 6.7 up to (excluding) 6.8.5 *cpe:2.3:o:linux:linux_kernel:6.9:rc1:*:*:*:*:*:* *cpe:2.3:o:linux:linux_kernel:6.9:rc2:*:*:*:*:*:* Changed Reference Type https://git.kernel.org/stable/c/668b3074aa14829e2ac2759799537a93b60fef86 No Types Assigned https://git.kernel.org/stable/c/668b3074aa14829e2ac2759799537a93b60fef86 Patch Changed Reference Type https://git.kernel.org/stable/c/668b3074aa14829e2ac2759799537a93b60fef86 No Types Assigned https://git.kernel.org/stable/c/668b3074aa14829e2ac2759799537a93b60fef86 Patch Changed Reference Type https://git.kernel.org/stable/c/6af057ccdd8e7619960aca1f0428339f213b31cd No Types Assigned https://git.kernel.org/stable/c/6af057ccdd8e7619960aca1f0428339f213b31cd Patch Changed Reference Type https://git.kernel.org/stable/c/6af057ccdd8e7619960aca1f0428339f213b31cd No Types Assigned https://git.kernel.org/stable/c/6af057ccdd8e7619960aca1f0428339f213b31cd Patch Changed Reference Type https://git.kernel.org/stable/c/a44770fed86515eedb5a7c00b787f847ebb134a5 No Types Assigned https://git.kernel.org/stable/c/a44770fed86515eedb5a7c00b787f847ebb134a5 Patch Changed Reference Type https://git.kernel.org/stable/c/a44770fed86515eedb5a7c00b787f847ebb134a5 No Types Assigned https://git.kernel.org/stable/c/a44770fed86515eedb5a7c00b787f847ebb134a5 Patch Changed Reference Type https://git.kernel.org/stable/c/d1e73fb19a4c872d7a399ad3c66e8ca30e0875ec No Types Assigned https://git.kernel.org/stable/c/d1e73fb19a4c872d7a399ad3c66e8ca30e0875ec Patch Changed Reference Type https://git.kernel.org/stable/c/d1e73fb19a4c872d7a399ad3c66e8ca30e0875ec No Types Assigned https://git.kernel.org/stable/c/d1e73fb19a4c872d7a399ad3c66e8ca30e0875ec Patch Changed Reference Type https://git.kernel.org/stable/c/dd54b48db0c822ae7b520bc80751f0a0a173ef75 No Types Assigned https://git.kernel.org/stable/c/dd54b48db0c822ae7b520bc80751f0a0a173ef75 Patch Changed Reference Type https://git.kernel.org/stable/c/dd54b48db0c822ae7b520bc80751f0a0a173ef75 No Types Assigned https://git.kernel.org/stable/c/dd54b48db0c822ae7b520bc80751f0a0a173ef75 Patch Changed Reference Type https://git.kernel.org/stable/c/f7990498b05ac41f7d6a190dc0418ef1d21bf058 No Types Assigned https://git.kernel.org/stable/c/f7990498b05ac41f7d6a190dc0418ef1d21bf058 Patch Changed Reference Type https://git.kernel.org/stable/c/f7990498b05ac41f7d6a190dc0418ef1d21bf058 No Types Assigned https://git.kernel.org/stable/c/f7990498b05ac41f7d6a190dc0418ef1d21bf058 Patch Changed Reference Type https://git.kernel.org/stable/c/ff91059932401894e6c86341915615c5eb0eca48 No Types Assigned https://git.kernel.org/stable/c/ff91059932401894e6c86341915615c5eb0eca48 Patch Changed Reference Type https://git.kernel.org/stable/c/ff91059932401894e6c86341915615c5eb0eca48 No Types Assigned https://git.kernel.org/stable/c/ff91059932401894e6c86341915615c5eb0eca48 Patch Changed Reference Type https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html No Types Assigned https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html Mailing List -
CVE Modified by 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Dec. 27, 2024
Action Type Old Value New Value Removed Reference https://git.kernel.org/stable/c/913c30f827e17d8cda1da6eeb990f350d36cb69b -
CVE Modified by af854a3a-2127-422b-91ae-364da2661108
Nov. 21, 2024
Action Type Old Value New Value Added Reference https://git.kernel.org/stable/c/668b3074aa14829e2ac2759799537a93b60fef86 Added Reference https://git.kernel.org/stable/c/6af057ccdd8e7619960aca1f0428339f213b31cd Added Reference https://git.kernel.org/stable/c/a44770fed86515eedb5a7c00b787f847ebb134a5 Added Reference https://git.kernel.org/stable/c/d1e73fb19a4c872d7a399ad3c66e8ca30e0875ec Added Reference https://git.kernel.org/stable/c/dd54b48db0c822ae7b520bc80751f0a0a173ef75 Added Reference https://git.kernel.org/stable/c/f7990498b05ac41f7d6a190dc0418ef1d21bf058 Added Reference https://git.kernel.org/stable/c/ff91059932401894e6c86341915615c5eb0eca48 Added Reference https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html -
CVE Modified by 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Aug. 29, 2024
Action Type Old Value New Value Added Reference kernel.org https://git.kernel.org/stable/c/913c30f827e17d8cda1da6eeb990f350d36cb69b [No types assigned] Removed Reference kernel.org https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html -
CVE Modified by 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Jun. 25, 2024
Action Type Old Value New Value Added Reference kernel.org https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html [No types assigned] -
CVE Modified by 416baaa9-dc9f-4396-8d5f-8c081fb06d67
May. 29, 2024
Action Type Old Value New Value -
CVE Received by 416baaa9-dc9f-4396-8d5f-8c081fb06d67
May. 19, 2024
Action Type Old Value New Value Added Description In the Linux kernel, the following vulnerability has been resolved: bpf, sockmap: Prevent lock inversion deadlock in map delete elem syzkaller started using corpuses where a BPF tracing program deletes elements from a sockmap/sockhash map. Because BPF tracing programs can be invoked from any interrupt context, locks taken during a map_delete_elem operation must be hardirq-safe. Otherwise a deadlock due to lock inversion is possible, as reported by lockdep: CPU0 CPU1 ---- ---- lock(&htab->buckets[i].lock); local_irq_disable(); lock(&host->lock); lock(&htab->buckets[i].lock); <Interrupt> lock(&host->lock); Locks in sockmap are hardirq-unsafe by design. We expects elements to be deleted from sockmap/sockhash only in task (normal) context with interrupts enabled, or in softirq context. Detect when map_delete_elem operation is invoked from a context which is _not_ hardirq-unsafe, that is interrupts are disabled, and bail out with an error. Note that map updates are not affected by this issue. BPF verifier does not allow updating sockmap/sockhash from a BPF tracing program today. Added Reference kernel.org https://git.kernel.org/stable/c/f7990498b05ac41f7d6a190dc0418ef1d21bf058 [No types assigned] Added Reference kernel.org https://git.kernel.org/stable/c/dd54b48db0c822ae7b520bc80751f0a0a173ef75 [No types assigned] Added Reference kernel.org https://git.kernel.org/stable/c/d1e73fb19a4c872d7a399ad3c66e8ca30e0875ec [No types assigned] Added Reference kernel.org https://git.kernel.org/stable/c/a44770fed86515eedb5a7c00b787f847ebb134a5 [No types assigned] Added Reference kernel.org https://git.kernel.org/stable/c/668b3074aa14829e2ac2759799537a93b60fef86 [No types assigned] Added Reference kernel.org https://git.kernel.org/stable/c/6af057ccdd8e7619960aca1f0428339f213b31cd [No types assigned] Added Reference kernel.org https://git.kernel.org/stable/c/ff91059932401894e6c86341915615c5eb0eca48 [No types assigned]
CWE - Common Weakness Enumeration
While CVE identifies
specific instances of vulnerabilities, CWE categorizes the common flaws or
weaknesses that can lead to vulnerabilities. CVE-2024-35895
is
associated with the following CWEs:
Common Attack Pattern Enumeration and Classification (CAPEC)
Common Attack Pattern Enumeration and Classification
(CAPEC)
stores attack patterns, which are descriptions of the common attributes and
approaches employed by adversaries to exploit the CVE-2024-35895
weaknesses.