CVE-2026-46297
Gravedad CVSS v3.1:
MEDIA
Tipo:
No Disponible / Otro tipo
Fecha de publicación:
08/06/2026
Última modificación:
08/07/2026
Descripción
*** Pendiente de traducción *** 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.
Impacto
Puntuación base 3.x
5.50
Gravedad 3.x
MEDIA
Productos y versiones vulnerables
| CPE | Desde | Hasta |
|---|---|---|
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.17 (incluyendo) | 6.18.30 (excluyendo) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.19 (incluyendo) | 7.0.7 (excluyendo) |
| cpe:2.3:o:linux:linux_kernel:7.1:rc1:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:7.1:rc2:*:*:*:*:*:* |
Para consultar la lista completa de nombres de CPE con productos y versiones, ver esta página



