CVE Catalog

CVE-2022-48960

HighCVSS 8.8
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.33%

26th percentile - higher than 26% of all known CVEs

Summary

In the Linux kernel, the hisilicon network driver has a use-after-free vulnerability in the hix5hd2_rx() function. The skb is passed to napi_gro_receive() which may free it, and then dereferencing skb may trigger use-after-free.

Risk Assessment

An attacker could exploit this vulnerability to execute code or cause a system crash, potentially compromising system integrity and availability.

Recommendation

It is recommended to apply the official Linux kernel patch that fixes this issue as soon as possible.

Other vulnerabilities in Linux kernel

See all
Original NVD description (English source)

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.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS