CVE-2024-26963
Severity CVSS v4.0:
Pending analysis
Type:
Unavailable / Other
Publication date:
01/05/2024
Last modified:
18/09/2025
Description
In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
usb: dwc3-am62: fix module unload/reload behavior<br />
<br />
As runtime PM is enabled, the module can be runtime<br />
suspended when .remove() is called.<br />
<br />
Do a pm_runtime_get_sync() to make sure module is active<br />
before doing any register operations.<br />
<br />
Doing a pm_runtime_put_sync() should disable the refclk<br />
so no need to disable it again.<br />
<br />
Fixes the below warning at module removel.<br />
<br />
[ 39.705310] ------------[ cut here ]------------<br />
[ 39.710004] clk:162:3 already disabled<br />
[ 39.713941] WARNING: CPU: 0 PID: 921 at drivers/clk/clk.c:1090 clk_core_disable+0xb0/0xb8<br />
<br />
We called of_platform_populate() in .probe() so call the<br />
cleanup function of_platform_depopulate() in .remove().<br />
Get rid of the now unnnecessary dwc3_ti_remove_core().<br />
Without this, module re-load doesn&#39;t work properly.
Impact
Base Score 3.x
5.50
Severity 3.x
MEDIUM
Vulnerable products and versions
| CPE | From | Up to |
|---|---|---|
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 5.19 (including) | 6.1.84 (excluding) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.2 (including) | 6.6.24 (excluding) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.7 (including) | 6.7.12 (excluding) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.8 (including) | 6.8.3 (excluding) |
To consult the complete list of CPE names with products and versions, see this page
References to Advisories, Solutions, and Tools
- https://git.kernel.org/stable/c/3895780fabd120d0fbd54354014e85207b25687c
- https://git.kernel.org/stable/c/629b534c42d04f0797980f2d1ed105fdb8906975
- https://git.kernel.org/stable/c/6661befe41009c210efa2c1bcd16a5cc4cff8a06
- https://git.kernel.org/stable/c/6c6a45645a2e6a272dfde14eddbb6706de63c25d
- https://git.kernel.org/stable/c/7dfed9855397d0df4c6f748d1f66547ab3bad766
- https://git.kernel.org/stable/c/3895780fabd120d0fbd54354014e85207b25687c
- https://git.kernel.org/stable/c/629b534c42d04f0797980f2d1ed105fdb8906975
- https://git.kernel.org/stable/c/6661befe41009c210efa2c1bcd16a5cc4cff8a06
- https://git.kernel.org/stable/c/6c6a45645a2e6a272dfde14eddbb6706de63c25d
- https://git.kernel.org/stable/c/7dfed9855397d0df4c6f748d1f66547ab3bad766



