Back to search
CVE-2021-47668
Published: Apr 17, 2025
Modified: May 11, 2026
PUBLISHED
Description
In the Linux kernel, the following vulnerability has been resolved: can: dev: can_restart: fix use after free bug After calling netif_rx_ni(skb), dereferencing skb is unsafe. Especially, the can_frame cf which aliases skb memory is accessed after the netif_rx_ni() in: stats->rx_bytes += cf->len; Reordering the lines solves the issue.
| Vendor | Product | Versions |
|---|---|---|
Linux | Linux | affected 39549eef3587f1c1e8c65c88a2400d10fd30ea17 - < 260925a0b7d2da5449f8ecfd02c1405e0c8a45b8affected 39549eef3587f1c1e8c65c88a2400d10fd30ea17 - < bbc6847b9b8978b520f62fbc7c68c54ef0f8d282affected 39549eef3587f1c1e8c65c88a2400d10fd30ea17 - < 92668d28c7e6a7a2ba07df287669ffcdf650c421affected 39549eef3587f1c1e8c65c88a2400d10fd30ea17 - < 08ab951787098ae0b6c0364aeea7a8138226f234affected 39549eef3587f1c1e8c65c88a2400d10fd30ea17 - < ac48ef15826e83f4206c47add61072e8fc76d328+2 more versions |
Linux | Linux | affected 2.6.31unaffected 0 - < 2.6.31unaffected 4.4.254 - <= 4.4.*unaffected 4.9.254 - <= 4.9.*unaffected 4.14.218 - <= 4.14.*+4 more versions |
References
Security Training
Train your team to recognize and prevent security threats with our comprehensive security awareness program.
Start TrainingVulnerability Scanning
Discover vulnerabilities in your applications and infrastructure before attackers do.
Scan Now