CVE-2023-52853
published 2024-05-21CVE-2023-52853: In the Linux kernel, the following vulnerability has been resolved: hid: cp2112: Fix duplicate workqueue initialization Previously the cp2112 driver called…
PriorityP419medium5.5CVSS 3.1
AVLACLPRLUINSUCNINAH
EPSS
0.24%
15.1th percentile
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.
Affected
21 ranges
| Vendor | Product | Version range | Fixed in |
|---|---|---|---|
| debian | linux | < linux 6.1.64-1 (bookworm) | linux 6.1.64-1 (bookworm) |
| linux | linux | — | — |
| linux | linux | >= 13de9cca514ed63604263cad87ca8cb36e9b6489 < df0daac2709473531d6a3472997cc65301ac06d6 | df0daac2709473531d6a3472997cc65301ac06d6 |
| linux | linux | >= 13de9cca514ed63604263cad87ca8cb36e9b6489 < 727203e6e7e7020e1246fc1628cbdb8d90177819 | 727203e6e7e7020e1246fc1628cbdb8d90177819 |
| linux | linux | >= 13de9cca514ed63604263cad87ca8cb36e9b6489 < 3d959406c8fff2334d83d0c352d54fd6f5b2e7cd | 3d959406c8fff2334d83d0c352d54fd6f5b2e7cd |
| linux | linux | >= 13de9cca514ed63604263cad87ca8cb36e9b6489 < 012d0c66f9392a99232ac28217229f32dd3a70cf | 012d0c66f9392a99232ac28217229f32dd3a70cf |
| linux | linux | >= 13de9cca514ed63604263cad87ca8cb36e9b6489 < bafb12b629b7c3ad59812dd1ac1b0618062e0e38 | bafb12b629b7c3ad59812dd1ac1b0618062e0e38 |
| linux | linux | >= 13de9cca514ed63604263cad87ca8cb36e9b6489 < fb5718bc67337dde1528661f419ffcf275757592 | fb5718bc67337dde1528661f419ffcf275757592 |
| linux | linux | >= 13de9cca514ed63604263cad87ca8cb36e9b6489 < eb1121fac7986b30915ba20c5a04cc01fdcf160c | eb1121fac7986b30915ba20c5a04cc01fdcf160c |
| linux | linux | >= 13de9cca514ed63604263cad87ca8cb36e9b6489 < e3c2d2d144c082dd71596953193adf9891491f42 | e3c2d2d144c082dd71596953193adf9891491f42 |
| linux | linux_kernel | >= 0 < 5.10.205-1 | 5.10.205-1 |
| linux | linux_kernel | >= 0 < 6.1.64-1 | 6.1.64-1 |
| linux | linux_kernel | >= 0 < 6.6.8-1 | 6.6.8-1 |
| linux | linux_kernel | >= 0 < 6.6.8-1 | 6.6.8-1 |
| linux | linux_kernel | >= 4.10 < 4.19.299 | 4.19.299 |
| linux | linux_kernel | >= 4.20 < 5.4.261 | 5.4.261 |
| linux | linux_kernel | >= 5.11 < 5.15.139 | 5.15.139 |
| linux | linux_kernel | >= 5.16 < 6.1.63 | 6.1.63 |
| linux | linux_kernel | >= 5.5 < 5.10.201 | 5.10.201 |
| linux | linux_kernel | >= 6.2 < 6.5.12 | 6.5.12 |
| linux | linux_kernel | >= 6.6 < 6.6.2 | 6.6.2 |
CVSS provenance
nvdv3.15.5MEDIUMCVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
osv5.5MEDIUM
vendor_debian5.5MEDIUM
vendor_redhat5.5MEDIUM
Stop checking back — get the weekly exploitation signal.
Every Monday: what got weaponized or added to CISA KEV in the last seven days — each CVE cross-linked to its PoC, Nuclei template, and detection rule. Free, one email a week, unsubscribe in one click.
CISA ICS
Siemens SINEC OS
cisa_ics·2025-08-14
Siemens SINEC OS
ICS Advisory
##
Siemens SINEC OS
Release DateAugust 14, 2025
Alert CodeICSA-25-226-15
Related topics:
Industrial Control System Vulnerabilities, Industrial Control Systems
As of January 10, 2023, CISA will no longer be updating ICS security advisories for Siemens product vulnerabilities beyond the initial advisory. For the most up-to-date information on vulnerabilities in this advisory, please see Siemens' ProductCERT Security Advisories (CERT Services | Services | Siemens Global).
View CSAF
## 1. EXECUTIVE SUMMARY
- CVSS v3.1 9.1
- ATTENTION: Exploitable remotely/low attack complexity
- Vendor: Siemens
- Equipment: RUGGEDCOM, SCALANCE
- Vulnerabilities: NULL Pointer Dereference, Use After Free, Unchecked Input for Loop Condition, Out-of-bounds Write, Ou
Red Hat
kernel: hid: cp2112: Fix duplicate workqueue initialization
vendor_redhat·2024-05-21·CVSS 5.5
CVE-2023-52853 [MEDIUM] CWE-665 kernel: hid: cp2112: Fix duplicate workqueue initialization
kernel: hid: cp2112: Fix duplicate workqueue initialization
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.
Package: kernel (Red Hat Enterprise Linux 6) - Not affected
Package: kernel (Red Hat Enterprise Linux 7) - Not affected
Package: kernel-rt (Red Hat Enterprise Linux 7) - Not affected
Package: kernel (Red Hat Enterprise Linux 8) - Not
Debian
CVE-2023-52853: linux - In the Linux kernel, the following vulnerability has been resolved: hid: cp2112...
vendor_debian·2023·CVSS 5.5
CVE-2023-52853 [MEDIUM] CVE-2023-52853: linux - In the Linux kernel, the following vulnerability has been resolved: hid: cp2112...
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.
Scope: local
bookworm: resolved (fixed in 6.1.64-1)
bullseye: resolved (fixed in 5.10.205-1)
forky: resolved (fixed in 6.6.8-1)
sid: resolved (fixed in 6.6.8-1)
trixie: resolved (fixed in 6.6.8-1)
OSV
CVE-2023-52853: In the Linux kernel, the following vulnerability has been resolved: hid: cp2112: Fix duplicate workqueue initialization Previously the cp2112 driver c
osv·2024-05-21·CVSS 5.5
CVE-2023-52853 [MEDIUM] CVE-2023-52853: In the Linux kernel, the following vulnerability has been resolved: hid: cp2112: Fix duplicate workqueue initialization Previously the cp2112 driver c
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.
GHSA
GHSA-w8wx-3v4m-pwrr: In the Linux kernel, the following vulnerability has been resolved:
hid: cp2112: Fix duplicate workqueue initialization
Previously the cp2112 driver
ghsa_unreviewed·2024-05-21
CVE-2023-52853 [MEDIUM] CWE-476 GHSA-w8wx-3v4m-pwrr: In the Linux kernel, the following vulnerability has been resolved:
hid: cp2112: Fix duplicate workqueue initialization
Previously the cp2112 driver
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.
No detection rules found.
No public exploits indexed.
https://git.kernel.org/stable/c/012d0c66f9392a99232ac28217229f32dd3a70cfhttps://git.kernel.org/stable/c/3d959406c8fff2334d83d0c352d54fd6f5b2e7cdhttps://git.kernel.org/stable/c/727203e6e7e7020e1246fc1628cbdb8d90177819https://git.kernel.org/stable/c/bafb12b629b7c3ad59812dd1ac1b0618062e0e38https://git.kernel.org/stable/c/df0daac2709473531d6a3472997cc65301ac06d6https://git.kernel.org/stable/c/e3c2d2d144c082dd71596953193adf9891491f42https://git.kernel.org/stable/c/eb1121fac7986b30915ba20c5a04cc01fdcf160chttps://git.kernel.org/stable/c/fb5718bc67337dde1528661f419ffcf275757592https://git.kernel.org/stable/c/012d0c66f9392a99232ac28217229f32dd3a70cfhttps://git.kernel.org/stable/c/3d959406c8fff2334d83d0c352d54fd6f5b2e7cdhttps://git.kernel.org/stable/c/727203e6e7e7020e1246fc1628cbdb8d90177819https://git.kernel.org/stable/c/bafb12b629b7c3ad59812dd1ac1b0618062e0e38https://git.kernel.org/stable/c/df0daac2709473531d6a3472997cc65301ac06d6https://git.kernel.org/stable/c/e3c2d2d144c082dd71596953193adf9891491f42https://git.kernel.org/stable/c/eb1121fac7986b30915ba20c5a04cc01fdcf160chttps://git.kernel.org/stable/c/fb5718bc67337dde1528661f419ffcf275757592
2024-05-21
Published