CVE-2022-48960: net: hisilicon: Fix potential use-after-free in hix5hd2_rx()
In the Linux kernel, the following vulnerability has been resolved:
net: hisilicon: Fix potential use-after-free in hix5hd2_rx()
The skb is delivered to napi_gro_receive() which may free it, after
calling this, dereferencing skb may trigger use-after-free.
Security readout for executives and security teams
Plain-English summary
CVE-2022-48960 is a Linux kernel bug in a Hisilicon network receive path. A network buffer may be freed by kernel networking code and then referenced again, creating a potential use-after-free. The sources provide fixes but no CVSS score, CWE, or evidence of active exploitation.
Executive priority
Use normal-to-elevated kernel patch priority for systems that use this driver. The absence of KEV and scoring lowers urgency, but kernel use-after-free bugs still deserve timely remediation where exposure is confirmed.
Technical view
The issue is in hix5hd2_rx(). After skb is handed to napi_gro_receive(), that call may free it. Later dereferencing the same skb can trigger use-after-free behavior. The CVE record lists multiple stable kernel fix commits and affected Linux version ranges, but does not describe exploitability impact beyond the memory-safety flaw.
Likely exposure
Exposure is most likely where affected Linux kernels include and use the Hisilicon hix5hd2 network driver. General Linux fleets should not assume exposure without confirming kernel version, driver presence, and hardware or module usage.
Exploitation context
The provided sources do not show CISA KEV listing, active exploitation, public exploit availability, or exploit prerequisites. Treat this as a kernel memory-safety vulnerability with uncertain practical exploitability based on the available evidence.
Researcher notes
Evidence is limited to the CVE record and Linux stable commits. The key validation question is whether napi_gro_receive() can free skb before later use in hix5hd2_rx(). Avoid assuming broad fleet exposure without driver and hardware confirmation.
Mitigation direction
Apply the relevant Linux stable kernel update containing the referenced fix commit.
Check your distribution or vendor kernel advisory for backported fixes.
Prioritize systems using Hisilicon hix5hd2 networking hardware or driver modules.
Track kernel package versions through normal vulnerability management workflows.
Validation and detection
Inventory Linux kernel versions against the affected ranges in the CVE record.
Confirm whether the hix5hd2 driver is present, built, loaded, or used.
Verify installed kernel packages include vendor backports for this CVE.
Confirm remediation by mapping deployed kernels to the referenced stable fixes.
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-2022-48960 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.