CVE-2024-26813

Source
https://cve.org/CVERecord?id=CVE-2024-26813
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2024-26813.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2024-26813
Downstream
Related
Published
2024-04-05T08:24:43.279Z
Modified
2026-03-23T05:07:19.248798575Z
Summary
vfio/platform: Create persistent IRQ handlers
Details

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, requestirq() failures are maintained to be local to the SETIRQS 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 requestirq() call site. This necessarily blocks all SETIRQS access to the failed index.

Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2024/26xxx/CVE-2024-26813.json"
}
References

Affected packages

Git / git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git

Affected ranges

Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
57f972e2b341dd6a73533f9293ec55d584a5d833
Fixed
07afdfd8a68f9eea8db0ddc4626c874f29d2ac5e
Fixed
09452c8fcbd7817c06e8e3212d99b45917e603a5
Fixed
cc5838f19d39a5fef04c468199699d2a4578be3a
Fixed
7932db06c82c5b2f42a4d1a849d97dba9ce4a362
Fixed
62d4e43a569b67929eb3319780be5359694c8086
Fixed
d6bedd6acc0bcb1e7e010bc046032e47f08d379f
Fixed
0f8d8f9c2173a541812dd750529f4a415117eb29
Fixed
675daf435e9f8e5a5eab140a9864dfad6668b375

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2024-26813.json"