CSIRTS // UNIFIED SECURITY ADVISORY FEEDSYS ● ONLINE · POWERED BY INTELFUSIONS.COM

CVE-2026-64305

highCVSS 7.8covered by 2 sourcesfirst seen 2026-07-14
In the Linux kernel, the following vulnerability has been resolved: crypto: qat - protect service table iterations with service_lock The service_table list is protected by service_lock when entries are added or removed (in adf_service_add() and adf_service_remove()), but several functions iterate over the list without holding this lock. A concurrent adf_service_register() or adf_service_unregister() call could modify the list during traversal, leading to list corruption or a use-after-free. Fix this by holding service_lock across all list_for_each_entry() iterations of service_table in adf_dev_init(), adf_dev_start(), adf_dev_stop(), adf_dev_shutdown(), adf_dev_restarting_notify(), adf_dev_restarted_notify(), and adf_error_notifier(). The lock ordering is safe: callers of the static helpers (adf_dev_up() and adf_dev_down()) acquire state_lock before service_lock, and no event_hld callback or service_lock holder ever acquires state_lock in the reverse order.

CSIRTS triage

Other
What
Service table iterations are protected with a service_lock.
Who is affected
Deployments using the crypto qat service.
Urgency
Remediation is advisable to ensure service integrity, with no current exploitation reported.
Action
Implement the patch once it is released.

AI-assisted analysis generated from the source advisory — verify against the original.

⚡ Watch CVE-2026-64305

Get an email if CVE-2026-64305 is added to CISA KEV, gains public exploit code, or a new advisory cites it — max one per day, one-click unsubscribe.

Exploitation outlook

Advisory coverage (2)

External references

NVD record for CVE-2026-64305

CVE.org record

Embed the live status

CVE-2026-64305 live status badge — this badge updates automatically when the KEV or exploit status changes. How to embed it →

[![CVE-2026-64305 status](https://www.csirts.com/badge/CVE-2026-64305)](https://www.csirts.com/cve/CVE-2026-64305)