CVE-2026-23096 - uacce: fix cdev handling in the cleanup path

CVE-2026-23096 - uacce: fix cdev handling in the cleanup path

CVE ID : CVE-2026-23096 Published : Feb. 4, 2026, 5:16 p.m. | 23 minutes ago Description : In the Linux kernel, the following vulnerability has been resolved: uacce: fix cdev handling in the cleanup path When cdev_device_add fails, it internally releases the cdev memory, and if cdev_device_del is then executed, it will cause a hang error. To fix it, we check the return value of cdev_device_add() and clear uacce->cdev to avoid calling cdev_device_del in the uacce_remove. Severity: 0.0 | NA Visit the link for more details, such as CVSS details, affected products, timeline, and more...

CVE Details

Published
Feb. 4, 2026
Affected Product: Linux