7.8
CWE
416
Advisory Published
Updated

CVE-2024-44932: idpf: fix UAFs when destroying the queues

First published: Mon Aug 26 2024(Updated: )

In the Linux kernel, the following vulnerability has been resolved: idpf: fix UAFs when destroying the queues The second tagged commit started sometimes (very rarely, but possible) throwing WARNs from net/core/page_pool.c:page_pool_disable_direct_recycling(). Turned out idpf frees interrupt vectors with embedded NAPIs *before* freeing the queues making page_pools' NAPI pointers lead to freed memory before these pools are destroyed by libeth. It's not clear whether there are other accesses to the freed vectors when destroying the queues, but anyway, we usually free queue/interrupt vectors only when the queues are destroyed and the NAPIs are guaranteed to not be referenced anywhere. Invert the allocation and freeing logic making queue/interrupt vectors be allocated first and freed last. Vectors don't require queues to be present, so this is safe. Additionally, this change allows to remove that useless queue->q_vector pointer cleanup, as vectors are still valid when freeing the queues (+ both are freed within one function, so it's not clear why nullify the pointers at all).

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

Affected SoftwareAffected VersionHow to fix
Linux Kernel>=6.7<6.10.5
Linux Kernel=6.11-rc1
Linux Kernel=6.11-rc2

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-44932?

    CVE-2024-44932 has been classified as a medium-severity vulnerability in the Linux kernel.

  • What versions of the Linux kernel are affected by CVE-2024-44932?

    CVE-2024-44932 affects Linux kernel versions from 6.7 up to and including 6.10.5, as well as the specific release candidates 6.11-rc1 and 6.11-rc2.

  • How do I fix CVE-2024-44932?

    To fix CVE-2024-44932, you should update your Linux kernel to a version that is not affected, such as versions higher than 6.10.5.

  • What is the nature of the vulnerability CVE-2024-44932?

    CVE-2024-44932 addresses a use-after-free vulnerability in the idpf subsystem during queue destruction processes in the Linux kernel.

  • Are there any immediate mitigations for CVE-2024-44932?

    While the best mitigation for CVE-2024-44932 is an upgrade to a patched version of the kernel, ensuring minimal exposure and monitoring your system can provide additional protection.

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