CVE-2023-53651
BaseFortify
Publication date: 2025-10-07
Last updated on: 2026-02-03
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | linux_kernel | From 6.2 (inc) to 6.2.3 (inc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-UNKNOWN |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability in the Linux kernel involves the exc3000 driver not properly stopping a timer during driver unbind or probe failures. If the timer is not stopped, it can lead to a Use-After-Free (UAF) condition or kernel Oops (crash). The fix ensures the timer is properly stopped to prevent these issues.
How can this vulnerability impact me? :
If exploited, this vulnerability can cause the Linux kernel to crash (Oops) or lead to a Use-After-Free condition, which may result in system instability, denial of service, or potentially allow an attacker to execute arbitrary code with kernel privileges.