PT-2024-32177 · Linux+4 · Linux Kernel+4

Al Viro

·

Published

2024-06-18

·

Updated

2026-05-26

·

CVE-2024-46762

CVSS v3.1

5.5

Medium

VectorAV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Name of the Vulnerable Software and Affected Versions Linux kernel versions prior to 6.6.52
Description The issue is related to the Linux kernel, specifically the xen: privcmd component. It allows for possible access to a freed kirqfd instance due to simultaneous ioctl calls to privcmd irqfd assign() and privcmd irqfd deassign(). If this happens, a kirqfd created by privcmd irqfd assign() may be removed by another thread executing privcmd irqfd deassign() while still being used, leading to a situation where an already freed kirqfd instance may be accessed and cause kernel oops. The fix involves using SRCU locking, similar to the KVM implementation for irqfds.
Recommendations To resolve the issue, update the Linux kernel to version 6.6.52 or later. As a temporary workaround, consider disabling the privcmd irqfd assign() and privcmd irqfd deassign() functions until a patch is available. Restrict access to the irqfds list to minimize the risk of exploitation. Avoid using the irqfds list in the affected API endpoints until the issue is resolved.

Exploit

Fix

Use After Free

Weakness Enumeration

Related Identifiers

ALSA-2025_16880
ALT-PU-2024-13260
ALT-PU-2024-13979
ALT-PU-2024-14046
AZL-49566
BDU:2025-05916
CVE-2024-46762
ECHO-AFDC-55ED-5899
MGASA-2024-0316
MGASA-2024-0318
OESA-2025-1036
USN-7154-1
USN-7154-2
USN-7155-1
USN-7156-1
USN-7196-1

Affected Products

Alt Linux
Debian
Linuxmint
Linux Kernel
Ubuntu