CVE-2026-64305

Source
https://cve.org/CVERecord?id=CVE-2026-64305
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-64305.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-64305
Downstream
Published
2026-07-25T08:49:39.536Z
Modified
2026-07-27T04:03:21.107082065Z
Summary
crypto: qat - protect service table iterations with service_lock
Details

In the Linux kernel, the following vulnerability has been resolved:

crypto: qat - protect service table iterations with service_lock

The servicetable list is protected by servicelock when entries are added or removed (in adfserviceadd() and adfserviceremove()), but several functions iterate over the list without holding this lock.

A concurrent adfserviceregister() or adfserviceunregister() call could modify the list during traversal, leading to list corruption or a use-after-free.

Fix this by holding servicelock across all listforeachentry() iterations of servicetable in adfdevinit(), adfdevstart(), adfdevstop(), adfdevshutdown(), adfdevrestartingnotify(), adfdevrestartednotify(), and adferror_notifier().

The lock ordering is safe: callers of the static helpers (adfdevup() and adfdevdown()) acquire statelock before servicelock, and no eventhld callback or servicelock holder ever acquires state_lock in the reverse order.

Database specific
{
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/64xxx/CVE-2026-64305.json",
    "cna_assigner": "Linux"
}
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
d8cba25d2c68992a6e7c1d329b690a9ebe01167d
Fixed
222fa7b453b612f4407f260146d89a2ce2bc831d
Fixed
c3c5925791cff3b84d313293fd60f384d877d793
Fixed
0dbcecea740d943002c1cbdafa39bdfc108e32a5
Fixed
5c6f845e77ec35f9b7b047cc8f9789bf397cdd3e

Database specific

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

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
3.17.0
Fixed
6.12.96
Type
ECOSYSTEM
Events
Introduced
6.13.0
Fixed
6.18.39
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
7.1.4

Database specific

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