CVE-2026-46285
In the Linux kernel, the following vulnerability has been resolved: mtd: docg3: fix use-after-free in docg3_release() In docg3_release(), the docg3 pointer is obtained from cascade->floors[0]->priv before the loop that calls doc_release_device() on each floor. doc_release_device() frees the docg3 struct via kfree(docg3) at line 1881. After the loop, docg3->cascade->bch dereferences the already-freed pointer. Fix this by accessing cascade->bch directly, which is equivalent since docg3->cascade points back to the same cascade struct, and is already available as a local variable. This also removes the now-unused docg3 local variable.
- Affected products
- Linux Kernel, Ubuntu, Opensuse Tumbleweed
- Linux Linux Kernel
- < 5.10.258, 5.15.209, 6.1.175, 6.6.140, 6.12.86, 6.18.27, 7.0.4
- Fix
- Available
- CVSS 3.1
- 7.8 HIGH
- EPSS
- 0.1% (3th percentile)
- Weakness
- CWE-416
- NVD status
- Analyzed
- Published
- 2026-06-08
No indexed exploits for CVE-2026-46285 yet
Our index is partial: it proves presence, never absence
No exploit for CVE-2026-46285 has been indexed yet. Our index is built from live traffic and upstream syncs, so this page can only say what it knows — not that no exploit exists.