7.8
CVE-2026-64588
- EPSS 0.12%
- Veröffentlicht 06.08.2026 07:13:46
- Zuletzt bearbeitet 17.08.2026 05:18:05
- CVE-Watchlists
- Unerledigt
fuse-uring: fix data races on ring->ready
In the Linux kernel, the following vulnerability has been resolved: fuse-uring: fix data races on ring->ready On weakly-ordered architectures, the store to fiq->ops can be reordered past the store to ring->ready, allowing a CPU that sees ring->ready == true via fuse_uring_ready() to dispatch requests through a stale fiq->ops pointer. Upgrade the store to smp_store_release() and the load in fuse_uring_ready() to smp_load_acquire() so that the preceding WRITE_ONCE(fiq->ops, ...) is visible to any CPU that observes ring->ready == true. Additionally, fuse_uring_do_register() publishes ring->ready with WRITE_ONCE() but the fast-path check reads it with a plain load. This is a marked-vs-unmarked access that KCSAN will flag. Wrap it in READ_ONCE() to mark it without adding unnecessary ordering. Also wrap the fc->ring load in fuse_uring_ready() in READ_ONCE() to prevent the compiler from reloading it between the NULL check and the dereference.
Daten sind bereitgestellt durch das CVE Programm von einer CVE Numbering Authority (CNA) (Unstrukturiert).
HerstellerLinux
≫
Produkt
Linux
Default Statusunaffected
Version
c2c9af9a0b13261c36909036057a116f2edb5e1a
Version <
b156bb9966972122b148acab8bdf415cdb8176a3
Status
affected
Version
c2c9af9a0b13261c36909036057a116f2edb5e1a
Version <
d01a09b442cb786cd44ccc7c84d57e2856d6737c
Status
affected
Version
c2c9af9a0b13261c36909036057a116f2edb5e1a
Version <
46725a0056c884cf58a6897f222892807327d82d
Status
affected
HerstellerLinux
≫
Produkt
Linux
Default Statusaffected
Version
6.14
Status
affected
Version
0
Version <
6.14
Status
unaffected
Version <=
6.18.*
Version
6.18.39
Status
unaffected
Version <=
7.1.*
Version
7.1.4
Status
unaffected
Version <=
*
Version
7.2
Status
unaffected
VulnDex Vulnerability Enrichment
| Typ | Quelle | Score | Percentile |
|---|---|---|---|
| EPSS | FIRST.org | 0.12% | 0.02 |
| Quelle | Base Score | Exploit Score | Impact Score | Vector String |
|---|---|---|---|---|
| 416baaa9-dc9f-4396-8d5f-8c081fb06d67 | 7.8 | 1.8 | 5.9 |
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
|
https://git.kernel.org/stable/c/b156bb9966972122b148acab8bdf415cdb8176a3
https://git.kernel.org/stable/c/d01a09b442cb786cd44ccc7c84d57e2856d6737c
https://git.kernel.org/stable/c/46725a0056c884cf58a6897f222892807327d82d