CVE-2024-46762
Last modified
CVE-2024-46762 is a medium-severity vulnerability rated 5.5/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: xen: privcmd: Fix possible access to a freed kirqfd instance Nothing prevents simultaneous ioctl calls to privcmd_irqfd_assign() and privcmd_irqfd_deassign(). If that happens, it is possible that a kirqfd created and added to the irqfds_list by privcmd_irqfd_assign() may get removed by another thread executing privcmd_irqfd_deassign(), while the former is still using it after dropping the locks. This can lead to a situation where an already freed kirqfd instance may be accessed and cause kernel oops. Use SRCU locking to prevent the same, as is done for the KVM implementation for irqfds.. EPSS estimates a 0.24% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: xen: privcmd: Fix possible access to a freed kirqfd instance Nothing prevents simultaneous ioctl calls to privcmd_irqfd_assign() and privcmd_irqfd_deassign(). If that happens, it is possible that a kirqfd created and added to the irqfds_list by privcmd_irqfd_assign() may get removed by another thread executing privcmd_irqfd_deassign(), while the former is still using it after dropping the locks. This can lead to a situation where an already freed kirqfd instance may be accessed and cause kernel oops. Use SRCU locking to prevent the same, as is done for the KVM implementation for irqfds.
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux Kernel | < 6.6.51 |
| Linux | Linux Kernel | >= 6.7, < 6.10.10 |
References
Timeline
- Published
- Last Modified
- Status
- Modified
Frequently Asked Questions
What is CVE-2024-46762?
How severe is CVE-2024-46762?
How do I fix CVE-2024-46762?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2024
- CVE-2024-46757Rejected reason: This CVE ID has been rejected or withdrawn …
- CVE-2024-46758Rejected reason: This CVE ID has been rejected or withdrawn …
- CVE-2024-46759In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2024-4676A vulnerability was found in Campcodes Complete Web-Based Sc…6.1
- CVE-2024-46760In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-46761In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-46763In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-46764In the Linux kernel, the following vulnerability has been re…7.1
- CVE-2024-46765In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-46766In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2024-46767In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-46768In the Linux kernel, the following vulnerability has been re…5.5
Are you affected by CVE-2024-46762?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
