Impact
The flaw resides in the fuse‑uring commit path of the Linux kernel. A malicious user‑space program can submit specially crafted IO‑uring submit queue entries that reference a fuse request that has not yet been committed to the fuse server. Because the kernel copies the request data before adding the request to the processing queue, a use‑after‑free can occur if the request is released before the copy finishes, resulting in kernel memory corruption and unpredictable behaviour.
Affected Systems
All Linux kernel builds that lack the patch introduced by commit 1efd3d474fc0ba… are affected. Any kernel released after this commit (for example, recent mainline 6.x releases) includes the mitigation, while older kernels that have not applied the change remain vulnerable.
Risk and Exploitability
The CVSS score of 7.8 indicates a high‑severity local flaw, and the EPSS score is below 1 %, implying that exploitation attempts are rare at present. This vulnerability is not listed in the CISA KEV catalog. Based on the description, it is inferred that the likely attack vector involves a local user‑space process able to create arbitrary IO‑uring submit queue entries to trigger the use‑after‑free, which could lead to kernel memory corruption.
OpenCVE Enrichment