PT-2026-4369 · Linux+2 · Linux Kernel+2
Published
2025-01-01
·
Updated
2026-05-07
·
CVE-2025-71156
CVSS v3.1
7.8
High
| Vector | AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H |
Name of the Vulnerable Software and Affected Versions
Linux kernel (affected versions not specified)
Description
The Linux kernel had an issue where interrupts were automatically enabled upon request, potentially firing before the associated NAPI context was fully initialized. This could lead to failures as demonstrated by the provided call trace. The issue occurs because the interrupt lifecycle is not strictly coupled with the readiness of the NAPI context. The recommended solution is to use the
IRQF NO AUTOEN flag when requesting interrupts to prevent auto-enablement and explicitly enable the interrupt within the NAPI initialization path, disabling it during NAPI teardown. The napi poll function and net rx action function are involved in the process.Recommendations
At the moment, there is no information about a newer version that contains a fix for this vulnerability.
Exploit
Found an issue in the description? Have something to add? Feel free to write us 👾
Related Identifiers
Affected Products
Linuxmint
Linux Kernel
Ubuntu