CVE-2026-93052

Source
https://cve.org/CVERecord?id=CVE-2026-93052
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-93052.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-93052
Downstream
Published
2026-09-17T16:10:41Z
Modified
2026-09-19T03:47:26Z
Summary
misc: bcm-vk: Use acquire/release for msgq_inited
Details

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

misc: bcm-vk: Use acquire/release for msgq_inited

bcm_vk_sync_msgq() fills the message queue information and then sets msgq_inited. Readers call bcm_vk_drv_access_ok() before accessing the message queues and their cached queue information.

atomic_set()/atomic_read() do not order those accesses. A reader can see msgq_inited set while still seeing stale queue information. Use release when publishing the initialized queues and acquire when checking the gate.

Keep the clear in bcm_vk_blk_drv_access() as atomic_set(). It closes the gate and does not publish queue state to readers.

Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/93xxx/CVE-2026-93052.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
111d746bb4767ad476f80fe49067e3df3d9a9375
Fixed
bab66a9e30e39a06f3463b19f8c704386dfd5268
Fixed
679cfada6868723ccf162ec3b78c7402ff2405bf
Fixed
f7a8f4cbc8cede0be55220367dc52b126e2d39e5
Fixed
1df3926ed8771edf286ff753428b243f334e6041
Fixed
a45d6dd3c11e921882a2e74c7c8710b975f2eaa7
Fixed
4984277bc43f84d7506346a09b29af138246d54a
Fixed
61b101c6a150057b6d512421ed108aed16e822ea

Database specific

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

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
5.12.0
Fixed
5.15.221
Type
ECOSYSTEM
Events
Introduced
5.16.0
Fixed
6.1.188
Type
ECOSYSTEM
Events
Introduced
6.2.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-93052.json"