CVE-2024-26963
Last modified
CVE-2024-26963 is a medium-severity vulnerability rated 5.5/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: usb: dwc3-am62: fix module unload/reload behavior As runtime PM is enabled, the module can be runtime suspended when .remove() is called. Do a pm_runtime_get_sync() to make sure module is active before doing any register operations. Doing a pm_runtime_put_sync() should disable the refclk so no need to disable it again. Fixes the below warning at module removel. [ 39.705310] ------------[ cut here ]------------ [ 39.710004] clk:162:3 already disabled [ 39.713941] WARNING: CPU: 0 PID: 921 at drivers/clk/clk.c:1090 clk_core_disable+0xb0/0xb8 We called of_platform_populate() in .probe() so call the cleanup function of_platform_depopulate() in .remove(). Get rid of the now unnnecessary dwc3_ti_remove_core(). Without this, module re-load doesn't work properly.. EPSS estimates a 0.22% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: usb: dwc3-am62: fix module unload/reload behavior As runtime PM is enabled, the module can be runtime suspended when .remove() is called. Do a pm_runtime_get_sync() to make sure module is active before doing any register operations. Doing a pm_runtime_put_sync() should disable the refclk so no need to disable it again. Fixes the below warning at module removel. [ 39.705310] ------------[ cut here ]------------ [ 39.710004] clk:162:3 already disabled [ 39.713941] WARNING: CPU: 0 PID: 921 at drivers/clk/clk.c:1090 clk_core_disable+0xb0/0xb8 We called of_platform_populate() in .probe() so call the cleanup function of_platform_depopulate() in .remove(). Get rid of the now unnnecessary dwc3_ti_remove_core(). Without this, module re-load doesn't work properly.
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux Kernel | >= 5.19, < 6.1.84 |
| Linux | Linux Kernel | >= 6.2, < 6.6.24 |
| Linux | Linux Kernel | >= 6.7, < 6.7.12 |
| Linux | Linux Kernel | >= 6.8, < 6.8.3 |
References
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2024-26963?
How severe is CVE-2024-26963?
How do I fix CVE-2024-26963?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2024
- CVE-2024-26958In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2024-26959In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-2696The socialdriver-framework WordPress plugin before 2024.04.3…4.8
- CVE-2024-26960In the Linux kernel, the following vulnerability has been re…7
- CVE-2024-26961In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2024-26962In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-26964In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-26965In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2024-26966In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-26967In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-26968In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-26969In the Linux kernel, the following vulnerability has been re…5.5
Are you affected by CVE-2024-26963?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
