CVE-2021-47520
UNKNOWN
Published 2024-05-24T15:09:33.796Z
Actions:
No CVSS data available
Description
In the Linux kernel, the following vulnerability has been resolved:
can: pch_can: pch_can_rx_normal: fix use after free
After calling netif_receive_skb(skb), dereferencing skb is unsafe.
Especially, the can_frame cf which aliases skb memory is dereferenced
just after the call netif_receive_skb(skb).
Reordering the lines solves the issue.
Available Exploits
No exploits available for this CVE.
Related News
No news articles found for this CVE.
Affected Products
Affected Versions:
b21d18b51b31a24d17f883b678432fbdee3d5675
b21d18b51b31a24d17f883b678432fbdee3d5675
b21d18b51b31a24d17f883b678432fbdee3d5675
b21d18b51b31a24d17f883b678432fbdee3d5675
b21d18b51b31a24d17f883b678432fbdee3d5675
b21d18b51b31a24d17f883b678432fbdee3d5675
b21d18b51b31a24d17f883b678432fbdee3d5675
b21d18b51b31a24d17f883b678432fbdee3d5675
References
Published: 2024-05-24T15:09:33.796Z
Last Modified: 2025-05-04T07:12:45.630Z
Copied to clipboard!