Security readout for executives and security teams
Plain-English summary
CVE-2025-21649 is a Linux kernel crash bug in the hns3 network driver on HIP08 devices. A local user able to send affected timestamped network traffic can trigger a NULL pointer dereference, causing denial of service. The source does not show data theft, privilege escalation, or active exploitation.
Executive priority
Treat as a targeted availability risk, not a broad internet-facing compromise. Patch affected Linux hosts during normal security maintenance, with higher urgency for production systems where local users or workloads could cause service interruption.
Technical view
HIP08 hns3 devices do not register PTP devices, leaving hdev->ptp NULL. The transmit path can still process SKBTX_HW_TSTAMP and call hclge_ptp_set_tx_info, dereferencing NULL and crashing the kernel. CVSS 3.1 is 5.5 with local attack vector, low complexity, low privileges, and high availability impact.
Likely exposure
Exposure is most likely on Linux systems using Huawei hns3/HIP08 network hardware with affected kernel builds before the referenced stable fixes or distribution backports. Generic Linux systems without this driver, hardware, or code path are less likely exposed.
Exploitation context
The CVE is not listed as KEV, and the provided sources do not claim active exploitation. The described trigger is local and availability-focused: a crash during transmission handling when the hns3 driver processes hardware timestamping state without a registered PTP device.
Researcher notes
Evidence supports CWE-476 and a local denial-of-service condition in the hns3 transmit timestamp path. The affected-version data in the bundle is sparse and commit-oriented, so confirm exposure through kernel package metadata, driver presence, hardware inventory, and downstream vendor advisories.
Mitigation direction
Update to a kernel containing the referenced stable fixes or vendor backport.
Check Linux distribution advisories for exact fixed package versions.
Prioritize affected HIP08 hns3 hosts that support multi-tenant or untrusted local workloads.
If patching is delayed, follow vendor guidance for compensating controls.
Validation and detection
Inventory systems using hns3 driver and HIP08 network devices.
Map running kernel versions to distribution backports or the referenced stable commits.
Review kernel logs for hclge_ptp_set_tx_info or hns3_nic_net_xmit NULL dereference crashes.
Confirm patched source or packages guard the missing PTP device path.
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.
cwe · low confidence lookup
CWE-476: Exact CWE lookup
Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
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.
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
CWE-476 · source CWE mapping
NULL Pointer Dereference
NULL Pointer Dereference represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.