CVE-2025-21651: net: hns3: don't auto enable misc vector
In the Linux kernel, the following vulnerability has been resolved:
net: hns3: don't auto enable misc vector
Currently, there is a time window between misc irq enabled
and service task inited. If an interrupte is reported at
this time, it will cause warning like below:
[ 16.324639] Call trace:
[ 16.324641] __queue_delayed_work+0xb8/0xe0
[ 16.324643] mod_delayed_work_on+0x78/0xd0
[ 16.324655] hclge_errhand_task_schedule+0x58/0x90 [hclge]
[ 16.324662] hclge_misc_irq_handle+0x168/0x240 [hclge]
[ 16.324666] __handle_irq_event_percpu+0x64/0x1e0
[ 16.324667] handle_irq_event+0x80/0x170
[ 16.324670] handle_fasteoi_edge_irq+0x110/0x2bc
[ 16.324671] __handle_domain_irq+0x84/0xfc
[ 16.324673] gic_handle_irq+0x88/0x2c0
[ 16.324674] el1_irq+0xb8/0x140
[ 16.324677] arch_cpu_idle+0x18/0x40
[ 16.324679] default_idle_call+0x5c/0x1bc
[ 16.324682] cpuidle_idle_call+0x18c/0x1c4
[ 16.324684] do_idle+0x174/0x17c
[ 16.324685] cpu_startup_entry+0x30/0x6c
[ 16.324687] secondary_start_kernel+0x1a4/0x280
[ 16.324688] ---[ end trace 6aa0bff672a964aa ]---
So don't auto enable misc vector when request irq..
Security readout for executives and security teams
Plain-English summary
CVE-2025-21651 is a Linux kernel issue in the hns3 network driver. A timing window can let an interrupt fire before related service work is initialized, triggering kernel warnings. The public record does not show remote code execution, data theft, or active exploitation.
Executive priority
Treat as routine kernel hygiene unless your environment relies on hns3 network adapters at scale. Patch through normal Linux kernel maintenance, with faster action for critical hosts using this driver.
Technical view
The flaw is in Linux net/hns3 misc interrupt handling. The driver could auto-enable a misc vector during IRQ request before the service task was initialized, leading to a warning path through hclge_misc_irq_handle and delayed work scheduling. Stable kernel commits change this behavior.
Likely exposure
Exposure appears limited to Linux systems running affected kernels with the hns3 network driver and relevant hardware or driver paths. The source bundle lists Linux 5.4 through 6.13-related affected ranges, but exact distribution package impact requires vendor mapping.
Exploitation context
No CISA KEV listing is present, and the provided sources do not report active exploitation or public exploit code. The described impact is a kernel warning caused by interrupt timing during driver initialization, not a demonstrated attacker-controlled compromise path.
Researcher notes
Public data is sparse: no CVSS, CWE, exploit evidence, or distro-specific fixed versions are provided. Analysis should center on commit inclusion and vendor backports, not upstream version numbers alone.
Mitigation direction
Update to a distribution kernel that includes the referenced stable hns3 fixes.
Review Linux vendor advisories for exact affected and fixed package versions.
Prioritize systems using hns3-capable network hardware or loaded hns3 drivers.
Validation and detection
Inventory Linux kernel versions across servers and appliances.
Identify systems with hns3 driver presence or relevant network hardware.
Check kernel changelogs for commits bcf430d3bb55 or 98b1e3b27734.
Review boot or kernel logs for matching hns3 warning traces.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cve · low confidence lookup
CVE-2025-21651 mapping review
Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
0CVSS vectors
3Timeline events
0ADP providers
3Source links
Vulnerability timeline
Timeline events are normalized from CVE metadata, CNA source timelines, ADP timelines, and KEV metadata when present.
CVE reservedCVE Program
The CVE ID was reserved by the assigning CNA.
CVE publishedCVE Program
The CVE record was published.
Jan 19, 2025, 10:18 UTC (UTC+00:00)
CVE updatedCVE Program
The CVE record metadata indicates this as the latest update time.