In the Linux kernel, the following vulnerability has been resolved:
net: cdc_eem: fix tx fixup skb leak
when usbnet transmit a skb, eem fixup it in eem_tx_fixup(),
if skb_copy_expand() failed, it return NULL,
usbnet_start_xmit() will have no chance to free original skb.
fix it by free orginal skb in eem_tx_fixup() first,
then check skb clone status, if failed, return NULL to usbnet.
Metrics
Affected Vendors & Products
References
History
Mon, 04 Nov 2024 12:15:00 +0000
Type | Values Removed | Values Added |
---|---|---|
Metrics |
ssvc
|

Status: PUBLISHED
Assigner: Linux
Published: 2024-05-21T14:19:37.724Z
Updated: 2024-12-19T07:37:57.771Z
Reserved: 2024-04-10T18:59:19.531Z
Link: CVE-2021-47236

Updated: 2024-08-04T05:32:07.941Z

Status : Awaiting Analysis
Published: 2024-05-21T15:15:12.857
Modified: 2024-11-21T06:35:41.480
Link: CVE-2021-47236
