Files
CVEs-PoC/2021/CVE-2021-47311.md
2025-09-29 21:09:30 +02:00

944 B

CVE-2021-47311

Description

In the Linux kernel, the following vulnerability has been resolved:net: qcom/emac: fix UAF in emac_removeadpt is netdev private data and it cannot beused after free_netdev() call. Using adpt after free_netdev()can cause UAF bug. Fix it by moving free_netdev() at the end of thefunction.

POC

Reference

No PoCs from references.

Github