CVE-2024-53064
Description
In the Linux kernel, the following vulnerability has been resolved: idpf: fix idpf_vc_core_init error path In an event where the platform running the device control plane is rebooted, reset is detected on the driver. It releases all the resources and waits for the reset to complete. Once the reset is done, it tries to build the resources back. At this time if the device control plane is not yet started, then the driver timeouts on the virtchnl message and retries to establish the mailbox again. In the retry flow, mailbox is deinitialized but the mailbox workqueue is still alive and polling for the mailbox message. This results in accessing the released control queue leading to null-ptr-deref. Fix it by unrolling the work queue cancellation and mailbox deinitialization in the reverse order which they got initialized.
Predictions
Heuristic predictions, AS-IS, for prioritization only.
Mitigations
Vendor advisory: alma — https://errata.almalinux.org/8/ALSA-2025-9581.html
Vendor advisory: alma — https://access.redhat.com/errata/RHSA-2025:9581
Vendor advisory: alma — https://errata.almalinux.org/8/ALSA-2025-9580.html
Vendor advisory: alma — https://bugzilla.redhat.com/2348575
Vendor advisory: alma — https://bugzilla.redhat.com/2327347
Vendor advisory: alma — https://bugzilla.redhat.com/2327188
Vendor advisory: alma — https://access.redhat.com/errata/RHSA-2025:9580
Vendor advisory: debian — https://security-tracker.debian.org/tracker/CVE-2024-53064
Vendor advisory: suse — https://www.suse.com/security/cve/CVE-2024-53064.html
Vendor advisory: rocky — https://errata.rockylinux.org/RLSA-2025:9580
Vendor advisory: rocky — https://errata.rockylinux.org/RLSA-2025:9581
OS impact
| OS | Version | Status | Fixed in |
|---|---|---|---|
| rocky | 8 | fixed | |
| sles | affected | | |
| debian | bookworm | fixed | 0 |
| debian | bullseye | fixed | 0 |
| debian | forky | fixed | 6.11.9-1 |
| debian | sid | fixed | 6.11.9-1 |
| debian | trixie | fixed | 6.11.9-1 |
References
- https://errata.rockylinux.org/RLSA-2025:9581
- https://errata.rockylinux.org/RLSA-2025:9580
- https://www.suse.com/security/cve/CVE-2024-53064.html
- https://security-tracker.debian.org/tracker/CVE-2024-53064
- https://access.redhat.com/errata/RHSA-2025:9580
- https://bugzilla.redhat.com/2327188
- https://bugzilla.redhat.com/2327347
- https://bugzilla.redhat.com/2348575
- https://errata.almalinux.org/8/ALSA-2025-9580.html
- https://access.redhat.com/errata/RHSA-2025:9581
- https://errata.almalinux.org/8/ALSA-2025-9581.html
Verify integrity in audit chain (admin only). AS-IS.