cbcvebase.
CVE-2021-47235
published 2024-05-21

CVE-2021-47235: In the Linux kernel, the following vulnerability has been resolved: net: ethernet: fix potential use-after-free in ec_bhf_remove static void…

PriorityP338high7.8CVSS 3.1
AVLACLPRLUINSUCHIHAH
EPSS
0.23%
13.8th percentile
In the Linux kernel, the following vulnerability has been resolved: net: ethernet: fix potential use-after-free in ec_bhf_remove static void ec_bhf_remove(struct pci_dev *dev) { ... struct ec_bhf_priv *priv = netdev_priv(net_dev); unregister_netdev(net_dev); free_netdev(net_dev); pci_iounmap(dev, priv->dma_io); pci_iounmap(dev, priv->io); ... } priv is netdev private data, but it is used after free_netdev(). It can cause use-after-free when accessing priv pointer. So, fix it by moving free_netdev() after pci_iounmap() calls.

Affected

23 ranges
VendorProductVersion rangeFixed in
debianlinux< linux 5.10.46-1 (bookworm)linux 5.10.46-1 (bookworm)
linuxlinux
linuxlinux>= 6af55ff52b02d492d45db88df3e461fa51a6f753 < db2bc3cfd2bc01621014d4f17cdfc74611f339c8db2bc3cfd2bc01621014d4f17cdfc74611f339c8
linuxlinux>= 6af55ff52b02d492d45db88df3e461fa51a6f753 < 1cafc540b7bf1b6a5a77dc000205fe337ef6eba61cafc540b7bf1b6a5a77dc000205fe337ef6eba6
linuxlinux>= 6af55ff52b02d492d45db88df3e461fa51a6f753 < b1ad283755095a4b9d1431aeb357d7df1a33d3bbb1ad283755095a4b9d1431aeb357d7df1a33d3bb
linuxlinux>= 6af55ff52b02d492d45db88df3e461fa51a6f753 < 0260916843cc74f3906acf8b6f256693e01530a20260916843cc74f3906acf8b6f256693e01530a2
linuxlinux>= 6af55ff52b02d492d45db88df3e461fa51a6f753 < 19f88ca68ccf8771276a606765239b167654f84a19f88ca68ccf8771276a606765239b167654f84a
linuxlinux>= 6af55ff52b02d492d45db88df3e461fa51a6f753 < 95deeb29d831e2fae608439e243e7a520611e7ea95deeb29d831e2fae608439e243e7a520611e7ea
linuxlinux>= 6af55ff52b02d492d45db88df3e461fa51a6f753 < d11d79e52ba080ee567cb7d7eb42a5ade60a8130d11d79e52ba080ee567cb7d7eb42a5ade60a8130
linuxlinux>= 6af55ff52b02d492d45db88df3e461fa51a6f753 < 9cca0c2d70149160407bda9a9446ce0c29b6e6c69cca0c2d70149160407bda9a9446ce0c29b6e6c6
linuxlinux_kernel
linuxlinux_kernel>= 0 < 5.10.46-15.10.46-1
linuxlinux_kernel>= 0 < 5.10.46-15.10.46-1
linuxlinux_kernel>= 0 < 5.10.46-15.10.46-1
linuxlinux_kernel>= 0 < 5.10.46-15.10.46-1
linuxlinux_kernel>= 0 < 4.4.0-267.3014.4.0-267.301
linuxlinux_kernel>= 3.15 < 4.4.2744.4.274
linuxlinux_kernel>= 4.10 < 4.14.2384.14.238
linuxlinux_kernel>= 4.15 < 4.19.1964.19.196
linuxlinux_kernel>= 4.20 < 5.4.1285.4.128
linuxlinux_kernel>= 4.5 < 4.9.2744.9.274
linuxlinux_kernel>= 5.11 < 5.12.135.12.13
linuxlinux_kernel>= 5.5 < 5.10.465.10.46

CVSS provenance

nvdv3.17.8HIGHCVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
osv7.8HIGH
vendor_debian7.8HIGH
vendor_redhat7.8HIGH
vendor_ubuntu5.5MEDIUM
Stop checking back — get the weekly exploitation signal.

Every Monday: what got weaponized or added to CISA KEV in the last seven days — each CVE cross-linked to its PoC, Nuclei template, and detection rule. Free, one email a week, unsubscribe in one click.