cve/2024/CVE-2024-42162.md
2025-09-29 16:08:36 +00:00

860 B

CVE-2024-42162

Description

In the Linux kernel, the following vulnerability has been resolved:gve: Account for stopped queues when reading NIC statsWe now account for the fact that the NIC might send us stats for asubset of queues. Without this change, gve_get_ethtool_stats might makean invalid access on the priv->stats_report->stats array.

POC

Reference

No PoCs from references.

Github