CVE-2026-46297
Severity CVSS v4.0:
Pending analysis
Type:
Unavailable / Other
Publication date:
08/06/2026
Last modified:
08/07/2026
Description
In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
net: libwx: use request_irq for VF misc interrupt<br />
<br />
Currently, request_threaded_irq() is used with a primary handler but a<br />
NULL threaded handler, while also setting the IRQF_ONESHOT flag. This<br />
specific combination triggers a WARNING since the commit aef30c8d569c<br />
("genirq: Warn about using IRQF_ONESHOT without a threaded handler").<br />
<br />
WARNING: kernel/irq/manage.c:1502 at __setup_irq+0x4fa/0x760<br />
<br />
Fix the issue by switching to request_irq(), which is the appropriate<br />
interface or a non-threaded interrupt handler, and removing the<br />
unnecessary IRQF_ONESHOT flag.
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:*:*:*:*:*:*:*:* | 6.17 (including) | 6.18.30 (excluding) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.19 (including) | 7.0.7 (excluding) |
| cpe:2.3:o:linux:linux_kernel:7.1:rc1:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:7.1:rc2:*:*:*:*:*:* |
To consult the complete list of CPE names with products and versions, see this page



