cve/2021/CVE-2021-47571.md
2024-05-25 21:48:12 +02:00

754 B

CVE-2021-47571

Description

In the Linux kernel, the following vulnerability has been resolved:staging: rtl8192e: Fix use after free in _rtl92e_pci_disconnect()The free_rtllib() function frees the "dev" pointer so there is useafter free on the next line. Re-arrange things to avoid that.

POC

Reference

No PoCs from references.

Github