CVE-2021-47571

Updated on 24 May 2024

Severity

7.8 High severity

Details

CVSS score
7.8
CVSS vector
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H

Overview

About vulnerability

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.

Details

Affected product:
Ubuntu 16.04 ELS
Affected packages:
linux-hwe @ 4.15.0 (+1 more)

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.

Fixes