CVE-2024-26813
Published: Apr 5, 2024
Modified: May 11, 2026
Description
In the Linux kernel, the following vulnerability has been resolved: vfio/platform: Create persistent IRQ handlers The vfio-platform SET_IRQS ioctl currently allows loopback triggering of an interrupt before a signaling eventfd has been configured by the user, which thereby allows a NULL pointer dereference. Rather than register the IRQ relative to a valid trigger, register all IRQs in a disabled state in the device open path. This allows mask operations on the IRQ to nest within the overall enable state governed by a valid eventfd signal. This decouples @masked, protected by the @locked spinlock from @trigger, protected via the @igate mutex. In doing so, it's guaranteed that changes to @trigger cannot race the IRQ handlers because the IRQ handler is synchronously disabled before modifying the trigger, and loopback triggering of the IRQ via ioctl is safe due to serialization with trigger changes via igate. For compatibility, request_irq() failures are maintained to be local to the SET_IRQS ioctl rather than a fatal error in the open device path. This allows, for example, a userspace driver with polling mode support to continue to work regardless of moving the request_irq() call site. This necessarily blocks all SET_IRQS access to the failed index.
| Vendor | Product | Versions |
|---|---|---|
Linux | Linux | affected 57f972e2b341dd6a73533f9293ec55d584a5d833 - < 07afdfd8a68f9eea8db0ddc4626c874f29d2ac5eaffected 57f972e2b341dd6a73533f9293ec55d584a5d833 - < 09452c8fcbd7817c06e8e3212d99b45917e603a5affected 57f972e2b341dd6a73533f9293ec55d584a5d833 - < cc5838f19d39a5fef04c468199699d2a4578be3aaffected 57f972e2b341dd6a73533f9293ec55d584a5d833 - < 7932db06c82c5b2f42a4d1a849d97dba9ce4a362affected 57f972e2b341dd6a73533f9293ec55d584a5d833 - < 62d4e43a569b67929eb3319780be5359694c8086+3 more versions |
Linux | Linux | affected 4.1unaffected 0 - < 4.1unaffected 5.4.274 - <= 5.4.*unaffected 5.10.215 - <= 5.10.*unaffected 5.15.154 - <= 5.15.*+5 more versions |
References
Security Training
Train your team to recognize and prevent security threats with our comprehensive security awareness program.
Start TrainingVulnerability Scanning
Discover vulnerabilities in your applications and infrastructure before attackers do.
Scan Now