
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2023-52853 is a vulnerability in the Linux kernel's cp2112 driver that was discovered in 2023. The issue involves a duplicate workqueue initialization within the cp2112_gpio_irq_startup function, which affects the HID (Human Interface Device) subsystem (Kernel Git).
The vulnerability stems from the cp2112 driver calling INIT_DELAYED_WORK within cp2112_gpio_irq_startup, which resulted in duplicate initializations of the workqueue on subsequent IRQ startups following an initial request. This implementation flaw led to a warning in set_work_data in workqueue.c and could potentially cause a NULL dereference within process_one_work in workqueue.c (Kernel Git).
The vulnerability could lead to system instability and potential NULL pointer dereferences in the Linux kernel's workqueue subsystem, specifically affecting systems using the cp2112 HID driver (Kernel Git).
The issue has been fixed by moving the workqueue initialization to the probe function instead of the IRQ startup routine. The fix involves removing the INIT_DELAYED_WORK call from cp2112_gpio_irq_startup and placing it within the _probe function (Kernel Git).
Source: This report was generated using AI
Free Vulnerability Assessment
Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.
Get a personalized demo
"Best User Experience I have ever seen, provides full visibility to cloud workloads."
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
"We know that if Wiz identifies something as critical, it actually is."