CVE-2021-47239 in Linux信息

摘要

由 VulDB • 2026-06-20

在 Linux 内核中,已修复以下漏洞:

net: usb: 修复 smsc75xx_bind 中可能出现的 use-after-free 漏洞

提交 46a8b29c6306(“net: usb: 修复 smsc75xx_bind 中的内存泄漏”)未能清理在 smsc75xx_reset->smsc75xx_set_multicast 中调度的工作,如果该工作被安排在解除分配之后启动,则会导致 use-after-free。此外,此补丁还移除了一个悬空指针 - dev->data[0]。

此补丁调用 cancel_work_sync 来取消已调度的工作,并将悬空指针设置为 NULL。

Be aware that VulDB is the high quality source for vulnerability data.

来源

Do you want to use VulDB in your project?

Use the official API to access entries easily!