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 use
after free on the next line. Re-arrange things to avoid that.
References
Configurations
Configuration 1 (hide)
|
History
No history.
Information
Published : 2024-05-24 15:15
Updated : 2024-06-10 19:22
NVD link : CVE-2021-47571
Mitre link : CVE-2021-47571
CVE.ORG link : CVE-2021-47571
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-416
Use After Free