CWE
667
EPSS
0.044%
Advisory Published
CVE Published
Updated

CVE-2024-35895: bpf, sockmap: Prevent lock inversion deadlock in map delete elem

First published: Sun May 19 2024(Updated: )

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.

Credit: 416baaa9-dc9f-4396-8d5f-8c081fb06d67 416baaa9-dc9f-4396-8d5f-8c081fb06d67

Affected SoftwareAffected VersionHow to fix
redhat/kernel<5.4.274
5.4.274
redhat/kernel<5.10.215
5.10.215
redhat/kernel<5.15.154
5.15.154
redhat/kernel<6.1.85
6.1.85
redhat/kernel<6.6.26
6.6.26
redhat/kernel<6.8.5
6.8.5
redhat/kernel<6.9
6.9
Linux kernel>=4.20<5.4.274
Linux kernel>=5.5<5.10.215
Linux kernel>=5.11<5.15.154
Linux kernel>=5.16<6.1.85
Linux kernel>=6.2<6.6.26
Linux kernel>=6.7<6.8.5
Linux kernel=6.9-rc1
Linux kernel=6.9-rc2
Debian=10.0
debian/linux
5.10.223-1
5.10.234-1
6.1.123-1
6.1.128-1
6.12.12-1
6.12.16-1

Never miss a vulnerability like this again

Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.

Frequently Asked Questions

  • What is the severity of CVE-2024-35895?

    CVE-2024-35895 has been classified as a medium severity vulnerability.

  • Which versions of the Linux kernel are affected by CVE-2024-35895?

    CVE-2024-35895 affects multiple versions of the Linux kernel prior to 5.4.274, 5.10.215, 5.15.154, 6.1.85, 6.6.26, and some Debian versions.

  • How do I fix CVE-2024-35895?

    To fix CVE-2024-35895, upgrade the Linux kernel to the latest patched version specified for your distribution.

  • What components are involved in CVE-2024-35895?

    CVE-2024-35895 involves issues in the BPF (Berkeley Packet Filter) and sockmap/sockhash mechanisms within the Linux kernel.

  • Is CVE-2024-35895 exploitable remotely?

    Yes, CVE-2024-35895 could potentially be exploited in environments where BPF programs are used to manage sockmaps.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2025 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203