In the Linux kernel, the following vulnerability has been resolved:
gve: Clear napi->skb before dev_kfree_skb_any()
gve_rx_free_skb incorrectly leaves napi->skb referencing an skb after it
is freed with dev_kfree_skb_any(). This can result in a subsequent call
to napi_get_frags returning a dangling pointer.
Fix this by clearing napi->skb before the skb is freed.
Metrics
Affected Vendors & Products
References
History
Wed, 11 Sep 2024 13:30:00 +0000
Type | Values Removed | Values Added |
---|---|---|
Metrics |
ssvc
|
Wed, 14 Aug 2024 01:15:00 +0000
Type | Values Removed | Values Added |
---|---|---|
Weaknesses | CWE-825 |
MITRE
Status: PUBLISHED
Assigner: Linux
Published: 2024-07-12T12:25:13.807Z
Updated: 2024-11-05T09:33:31.418Z
Reserved: 2024-07-12T12:17:45.584Z
Link: CVE-2024-40937
Vulnrichment
Updated: 2024-09-11T12:42:22.811Z
NVD
Status : Awaiting Analysis
Published: 2024-07-12T13:15:16.187
Modified: 2024-07-12T16:34:58.687
Link: CVE-2024-40937
Redhat