CVE-2022-48962: net: hisilicon: Fix potential use-after-free in hisi_femac_rx()
In the Linux kernel, the following vulnerability has been resolved:
net: hisilicon: Fix potential use-after-free in hisi_femac_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
This is a Linux kernel memory-safety bug in the HiSilicon FEMAC network receive code. A network buffer may be freed by normal kernel processing and then accessed afterward. The record does not provide CVSS, confirmed impact, or exploit details, so urgency depends on whether affected kernels and this driver are present.
Executive priority
Prioritize through normal kernel patch management unless asset inventory shows exposed HiSilicon FEMAC systems in sensitive or externally reachable environments. The business risk is unclear because severity, exploitation, and impact details are not provided in the cited sources.
Technical view
CVE-2022-48962 fixes a potential use-after-free in hisi_femac_rx(). After skb is passed to napi_gro_receive(), it may be freed; later dereferencing skb can trigger use-after-free. The source lists Linux kernel stable fixes and affected kernel version data, but no CWE, CVSS, or detailed threat model.
Likely exposure
Most relevant to Linux systems using the HiSilicon FEMAC network driver. Exposure should be confirmed by kernel version, kernel configuration, loaded driver, and hardware inventory. Generic Linux hosts without this driver path active are less likely exposed, but the bundle does not provide complete distribution package mapping.
Exploitation context
The source bundle marks KEV as false and cites no active exploitation. It does not include a proof of concept, attacker prerequisites, or reliable impact assessment. Treat this as a kernel memory-safety issue requiring inventory validation rather than an internet-wide emergency based on current evidence.
Researcher notes
Key uncertainty is exploitability. The bug is in the RX path and involves skb lifetime after napi_gro_receive(), but the bundle does not establish remote triggerability, privilege requirements, crash likelihood, or code-execution potential. Validate by code review and vendor-specific patch mapping, not assumptions.
Mitigation direction
Apply vendor or distribution kernel updates containing the listed stable fixes.
Prioritize systems with HiSilicon FEMAC hardware or the hisi_femac driver enabled.
Check Linux distribution advisories for backported fixes and package-specific version mapping.
If updating is delayed, reduce exposure of affected devices according to vendor guidance.
Validation and detection
Inventory Linux kernel versions against the affected and fixed records in the CVE bundle.
Confirm whether the hisi_femac or HiSilicon FEMAC driver is built, loaded, or required.
Review distribution changelogs for CVE-2022-48962 or the referenced stable commits.
Verify updated systems boot the intended fixed kernel after patching.
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-48962 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.