CVE-2026-92506

Source
https://cve.org/CVERecord?id=CVE-2026-92506
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-92506.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-92506
Downstream
Published
2026-09-17T16:10:18Z
Modified
2026-09-19T03:47:30Z
Summary
firmware: arm_scmi: Fix requested device removal race
Details

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

firmware: arm_scmi: Fix requested device removal race

scmi_protocol_device_unrequest() drops scmi_requested_devices_mtx while notifying listeners but continues to retain the per-protocol list head. When two SCMI drivers for the same protocol unregister concurrently, one thread can remove the final request and free the list head while the other is running its notifier. The latter then dereferences the freed list head after reacquiring the mutex and can free it a second time.

Complete the list and IDR updates, including freeing an empty list head, before dropping the mutex. Keep the blocking notifier outside the critical section and retain only the detached request across the callback.

Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/92xxx/CVE-2026-92506.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
d3cd7c525fd2ecce3a6c963f314969a54783d211
Fixed
2ff7713b7308cd6bea3328f7cd750b5eaab42af3
Fixed
1c35915eaaa81a12340c838c5c2ccb02be2194c3
Fixed
c3d4ef1c0ca6917aad6f1093b49f3932944a8c19
Fixed
21d35c5f46e99e9047bb9ded3ecb5ab440dd75b3
Fixed
2c4097e6c4aed276c5e9ec2ab331ab397ea780bf

Database specific

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

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
6.3.0
Fixed
6.6.157
Type
ECOSYSTEM
Events
Introduced
6.7.0
Fixed
6.12.110
Type
ECOSYSTEM
Events
Introduced
6.13.0
Fixed
6.18.52
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
7.2.6

Database specific

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