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.
References
Configurations
Configuration 1 (hide)
|
History
No history.
Information
Published : 2026-02-04 17:16
Updated : 2026-06-17 10:20
NVD link : CVE-2026-23096
Mitre link : CVE-2026-23096
CVE.ORG link : CVE-2026-23096
JSON object : View
Products Affected
linux
- linux_kernel
CWE
