๐Ÿ” CVE Alert

CVE-2026-74574

UNKNOWN 0.0

dmaengine: idxd: fix fdev setup failure cleanup in idxd_cdev_open()

CVSS Score
0.0
EPSS Score
0.0%
EPSS Percentile
0th

In the Linux kernel, the following vulnerability has been resolved: dmaengine: idxd: fix fdev setup failure cleanup in idxd_cdev_open() The failed_dev_add and failed_dev_name paths drop the file-device reference while wq->wq_lock is still held. If put_device(fdev) drops the last reference, idxd_file_dev_release() runs synchronously and tries to take wq->wq_lock again, deadlocking. Those paths also fall through into the later ctx cleanup labels even though idxd_file_dev_release() owns that cleanup and frees ctx. This can make idxd_xa_pasid_remove(ctx) and kfree(ctx) operate on a freed context. Move idxd_wq_get() before file-device setup can fail, since the release callback always calls idxd_wq_put(). Then unlock wq->wq_lock before put_device(fdev) and return directly from the file-device setup failure path, leaving ctx cleanup to the release callback.

Vendor linux
Product linux
Ecosystems
Industries
Technology
Published Aug 15, 2026
Stay Ahead of the Next One

Get instant alerts for linux linux

Be the first to know when new unknown vulnerabilities affecting linux linux are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

Affected Versions

Linux / Linux
e6fd6d7e5f0fe4a17a08e892afb5db800e7794ec < 778ccbded2c8749c5be7f0dfa04fc9977a36fb7e e6fd6d7e5f0fe4a17a08e892afb5db800e7794ec < 8d5d28285728be47c82fdf1c48be4268293c90e7 e6fd6d7e5f0fe4a17a08e892afb5db800e7794ec < 0679c0c189d2548f00e1bac95be28e2df5c6c7f7 e6fd6d7e5f0fe4a17a08e892afb5db800e7794ec < 6e26a41c4c1a706edaaa7c7dffc6b3b945707a55 e6fd6d7e5f0fe4a17a08e892afb5db800e7794ec < ee1d7274102285d78a53161fc705a8d8cd40b066
Linux / Linux
6.4

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
git.kernel.org: https://git.kernel.org/stable/c/778ccbded2c8749c5be7f0dfa04fc9977a36fb7e git.kernel.org: https://git.kernel.org/stable/c/8d5d28285728be47c82fdf1c48be4268293c90e7 git.kernel.org: https://git.kernel.org/stable/c/0679c0c189d2548f00e1bac95be28e2df5c6c7f7 git.kernel.org: https://git.kernel.org/stable/c/6e26a41c4c1a706edaaa7c7dffc6b3b945707a55 git.kernel.org: https://git.kernel.org/stable/c/ee1d7274102285d78a53161fc705a8d8cd40b066