CVE-2024-46674
published 2024-09-13CVE-2024-46674: In the Linux kernel, the following vulnerability has been resolved: usb: dwc3: st: fix probed platform device ref count on probe error path The probe function…
PriorityP337high7.8CVSS 3.1
AVLACLPRLUINSUCHIHAH
EPSS
0.28%
20.1th percentile
In the Linux kernel, the following vulnerability has been resolved:
usb: dwc3: st: fix probed platform device ref count on probe error path
The probe function never performs any paltform device allocation, thus
error path "undo_platform_dev_alloc" is entirely bogus. It drops the
reference count from the platform device being probed. If error path is
triggered, this will lead to unbalanced device reference counts and
premature release of device resources, thus possible use-after-free when
releasing remaining devm-managed resources.
Affected
31 ranges· showing 25
| Vendor | Product | Version range | Fixed in |
|---|---|---|---|
| debian | linux | < linux 6.1.112-1 (bookworm) | linux 6.1.112-1 (bookworm) |
| debian | linux-6.1 | < linux 6.1.112-1 (bookworm) | linux 6.1.112-1 (bookworm) |
| linux | linux | — | — |
| linux | linux | >= f83fca0707c66e36f14efef7f68702cb12de70b7 < b0979a885b9d4df2a25b88e9d444ccaa5f9f495c | b0979a885b9d4df2a25b88e9d444ccaa5f9f495c |
| linux | linux | >= f83fca0707c66e36f14efef7f68702cb12de70b7 < f3498650df0805c75b4e1c94d07423c46cbf4ce1 | f3498650df0805c75b4e1c94d07423c46cbf4ce1 |
| linux | linux | >= f83fca0707c66e36f14efef7f68702cb12de70b7 < 6aee4c5635d81f4809c3b9f0c198a65adfbb2ada | 6aee4c5635d81f4809c3b9f0c198a65adfbb2ada |
| linux | linux | >= f83fca0707c66e36f14efef7f68702cb12de70b7 < 060f41243ad7f6f5249fa7290dda0c01f723d12d | 060f41243ad7f6f5249fa7290dda0c01f723d12d |
| linux | linux | >= f83fca0707c66e36f14efef7f68702cb12de70b7 < 4c6735299540f3c82a5033d35be76a5c42e0fb18 | 4c6735299540f3c82a5033d35be76a5c42e0fb18 |
| linux | linux | >= f83fca0707c66e36f14efef7f68702cb12de70b7 < e1e5e8ea2731150d5ba7c707f9e02fafebcfeb49 | e1e5e8ea2731150d5ba7c707f9e02fafebcfeb49 |
| linux | linux | >= f83fca0707c66e36f14efef7f68702cb12de70b7 < 1de989668708ce5875efc9d669d227212aeb9a90 | 1de989668708ce5875efc9d669d227212aeb9a90 |
| linux | linux | >= f83fca0707c66e36f14efef7f68702cb12de70b7 < ddfcfeba891064b88bb844208b43bef2ef970f0c | ddfcfeba891064b88bb844208b43bef2ef970f0c |
| linux | linux_kernel | — | — |
| linux | linux_kernel | >= 0 < 5.10.226-1 | 5.10.226-1 |
| linux | linux_kernel | >= 0 < 6.1.112-1 | 6.1.112-1 |
| linux | linux_kernel | >= 0 < 6.10.9-1 | 6.10.9-1 |
| linux | linux_kernel | >= 0 < 6.10.9-1 | 6.10.9-1 |
| linux | linux_kernel | >= 3.18 < 4.19.321 | 4.19.321 |
| linux | linux_kernel | >= 4.20 < 5.4.283 | 5.4.283 |
| linux | linux_kernel | >= 5.11 < 5.15.166 | 5.15.166 |
| linux | linux_kernel | >= 5.16 < 6.1.108 | 6.1.108 |
| linux | linux_kernel | >= 5.5 < 5.10.225 | 5.10.225 |
| linux | linux_kernel | >= 6.2 < 6.6.49 | 6.6.49 |
| linux | linux_kernel | >= 6.7 < 6.10.8 | 6.10.8 |
| msrc | azl3_kernel_6.6.47.1-1_on_azure_linux_3.0 | — | — |
| msrc | azl3_kernel_6.6.51.1-1_on_azure_linux_3.0 | — | — |
CVSS provenance
nvdv3.17.8HIGHCVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
osv7.8HIGH
vendor_debian7.8HIGH
vendor_msrc7.8HIGH
vendor_redhat7.8HIGH
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 Third-Party Components in SINEC OS
cisa_ics·2025-08-14
Siemens Third-Party Components in SINEC OS
ICS Advisory
##
Siemens Third-Party Components in SINEC OS
Release DateAugust 14, 2025
Alert CodeICSA-25-226-07
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 9.1
- ATTENTION: Exploitable remotely/low attack complexity
- Vendor: Siemens
- Equipment: Third-Party Components in SINEC OS
- Vulnerabilities: Improper Input Validation, Use After Free, Out-of-bounds Read,
Red Hat
kernel: usb: dwc3: st: fix probed platform device ref count on probe error path
vendor_redhat·2024-09-13·CVSS 7.8
CVE-2024-46674 [HIGH] CWE-416 kernel: usb: dwc3: st: fix probed platform device ref count on probe error path
kernel: usb: dwc3: st: fix probed platform device ref count on probe error path
In the Linux kernel, the following vulnerability has been resolved:
usb: dwc3: st: fix probed platform device ref count on probe error path
The probe function never performs any paltform device allocation, thus
error path "undo_platform_dev_alloc" is entirely bogus. It drops the
reference count from the platform device being probed. If error path is
triggered, this will lead to unbalanced device reference counts and
premature release of device resources, thus possible use-after-free when
releasing remaining devm-managed resources.
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 affec
Microsoft
usb: dwc3: st: fix probed platform device ref count on probe error path
vendor_msrc·2024-09-10·CVSS 7.8
CVE-2024-46674 [HIGH] CWE-416 usb: dwc3: st: fix probed platform device ref count on probe error path
usb: dwc3: st: fix probed platform device ref count on probe error path
FAQ: Is Azure Linux the only Microsoft product that includes this open-source library and is therefore potentially affected by this vulnerability?
One of the main benefits to our customers who choose to use the Azure Linux distro is the commitment to keep it up to date with the most recent and most secure versions of the open source libraries with which the distro is composed. Microsoft is committed to transparency in this work which is why we began publishing CSAF/VEX in October 2025. See this blog post for more information. If impact to additional products is identified, we will update the CVE to reflect this.
Mariner: Mariner
Linux: Linux
Customer Action Required: Yes
Remediation: CBL-Mariner Releases
Referenc
Debian
CVE-2024-46674: linux - In the Linux kernel, the following vulnerability has been resolved: usb: dwc3: ...
vendor_debian·2024·CVSS 7.8
CVE-2024-46674 [HIGH] CVE-2024-46674: linux - In the Linux kernel, the following vulnerability has been resolved: usb: dwc3: ...
In the Linux kernel, the following vulnerability has been resolved: usb: dwc3: st: fix probed platform device ref count on probe error path The probe function never performs any paltform device allocation, thus error path "undo_platform_dev_alloc" is entirely bogus. It drops the reference count from the platform device being probed. If error path is triggered, this will lead to unbalanced device reference counts and premature release of device resources, thus possible use-after-free when releasing remaining devm-managed resources.
Scope: local
bookworm: resolved (fixed in 6.1.112-1)
bullseye: resolved (fixed in 5.10.226-1)
forky: resolved (fixed in 6.10.9-1)
sid: resolved (fixed in 6.10.9-1)
trixie: resolved (fixed in 6.10.9-1)
OSV
CVE-2024-46674: In the Linux kernel, the following vulnerability has been resolved: usb: dwc3: st: fix probed platform device ref count on probe error path The probe
osv·2024-09-13·CVSS 7.8
CVE-2024-46674 [HIGH] CVE-2024-46674: In the Linux kernel, the following vulnerability has been resolved: usb: dwc3: st: fix probed platform device ref count on probe error path The probe
In the Linux kernel, the following vulnerability has been resolved: usb: dwc3: st: fix probed platform device ref count on probe error path The probe function never performs any paltform device allocation, thus error path "undo_platform_dev_alloc" is entirely bogus. It drops the reference count from the platform device being probed. If error path is triggered, this will lead to unbalanced device reference counts and premature release of device resources, thus possible use-after-free when releasing remaining devm-managed resources.
GHSA
GHSA-r3gx-4wx6-8mr3: In the Linux kernel, the following vulnerability has been resolved:
usb: dwc3: st: fix probed platform device ref count on probe error path
The prob
ghsa_unreviewed·2024-09-13
CVE-2024-46674 [HIGH] CWE-416 GHSA-r3gx-4wx6-8mr3: In the Linux kernel, the following vulnerability has been resolved:
usb: dwc3: st: fix probed platform device ref count on probe error path
The prob
In the Linux kernel, the following vulnerability has been resolved:
usb: dwc3: st: fix probed platform device ref count on probe error path
The probe function never performs any paltform device allocation, thus
error path "undo_platform_dev_alloc" is entirely bogus. It drops the
reference count from the platform device being probed. If error path is
triggered, this will lead to unbalanced device reference counts and
premature release of device resources, thus possible use-after-free when
releasing remaining devm-managed resources.
No detection rules found.
No public exploits indexed.
No writeups or analysis indexed.
https://git.kernel.org/stable/c/060f41243ad7f6f5249fa7290dda0c01f723d12dhttps://git.kernel.org/stable/c/1de989668708ce5875efc9d669d227212aeb9a90https://git.kernel.org/stable/c/4c6735299540f3c82a5033d35be76a5c42e0fb18https://git.kernel.org/stable/c/6aee4c5635d81f4809c3b9f0c198a65adfbb2adahttps://git.kernel.org/stable/c/b0979a885b9d4df2a25b88e9d444ccaa5f9f495chttps://git.kernel.org/stable/c/ddfcfeba891064b88bb844208b43bef2ef970f0chttps://git.kernel.org/stable/c/e1e5e8ea2731150d5ba7c707f9e02fafebcfeb49https://git.kernel.org/stable/c/f3498650df0805c75b4e1c94d07423c46cbf4ce1https://lists.debian.org/debian-lts-announce/2024/10/msg00003.htmlhttps://lists.debian.org/debian-lts-announce/2025/01/msg00001.html
2024-09-13
Published