In the Linux kernel, the following vulnerability has been resolved:
hid: cp2112: Fix duplicate workqueue initialization
Previously the cp2112 driver called INIT_DELAYED_WORK within
cp2112_gpio_irq_startup, resulting in duplicate initilizations of the
workqueue on subsequent IRQ startups following an initial request. This
resulted in a warning in set_work_data in workqueue.c, as well as a rare
NULL dereference within process_one_work in workqueue.c.
Initialize the workqueue within _probe instead.
Metrics
Affected Vendors & Products
References
History
Tue, 05 Nov 2024 20:15:00 +0000
Type | Values Removed | Values Added |
---|---|---|
Metrics |
ssvc
|
MITRE
Status: PUBLISHED
Assigner: Linux
Published: 2024-05-21T15:31:48.571Z
Updated: 2024-12-19T08:27:14.240Z
Reserved: 2024-05-21T15:19:24.256Z
Link: CVE-2023-52853
Vulnrichment
Updated: 2024-08-02T23:11:36.048Z
NVD
Status : Awaiting Analysis
Published: 2024-05-21T16:15:22.303
Modified: 2024-11-21T08:40:43.527
Link: CVE-2023-52853
Redhat