Impact
The Linux kernel commit that triggered this CVE replaced an incorrect use of request_threaded_irq()—which was supplied with a NULL threaded handler and the IRQF_ONESHOT flag—by a proper request_irq() call or a non-threaded handler. The combination previously caused a kernel warning but does not expose an escalation or denial‑of‑service vector. The flaw falls under CWE‑628, reflecting misuse of an API that could lead to instability rather than a direct vulnerability.
Affected Systems
All Linux kernel releases that include the libwx VF misc interrupt implementation prior to the patch. The affected vendor is the Linux kernel project, and any derivative distributions that ship the unpatched kernel version are also implicated.
Risk and Exploitability
Because the issue manifests only as a kernel warning and the EPSS score is unavailable, there is little evidence of exploitation. The vulnerability is not listed in the CISA KEV catalog, further indicating low likelihood of attack. Applying the patch removes the warning and restores correct interrupt handling, eliminating any indirect impact on system stability.
OpenCVE Enrichment