CVE Catalog

CVE-2025-22117

HighCVSS 8.7
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.18%

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

Summary

In the ice network driver (Intel Ethernet Connection) in the Linux kernel, the pkt_len value from user space in ice_vc_fdir_parse_raw() is not validated. An untrusted value may exceed the VIRTCHNL_MAX_SIZE_RAW_PACKET limit.

Risk Assessment

An attacker with privileges to send requests to the driver could cause a buffer overflow or other undesirable behavior, potentially leading to privilege escalation or system crash.

Recommendation

Update the Linux kernel to a version containing the fix for CVE-2025-22117 to ensure proper input validation in the ice driver.

Other vulnerabilities in Linux kernel

See all
Original NVD description (English source)

In the Linux kernel, the following vulnerability has been resolved: ice: fix using untrusted value of pkt_len in ice_vc_fdir_parse_raw() Fix using the untrusted value of proto->raw.pkt_len in function ice_vc_fdir_parse_raw() by verifying if it does not exceed the VIRTCHNL_MAX_SIZE_RAW_PACKET value.

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