In the Linux kernel, the following vulnerability has been resolved: bus: mhi: pci_generic: Fix possible use-after-free in mhi_pci_remove() This driver's remove path calls del_timer(). However, that function does not wait until the timer handler finishes. This means that the timer handler may still be running after the driver's remove function has finished, which would result in a use-after-free. Fix by calling del_timer_sync(), which makes sure the timer handler has finished, and unable to re-schedule itself.
History

Tue, 05 Nov 2024 08:15:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


cve-icon MITRE

Status: PUBLISHED

Assigner: Linux

Published: 2024-05-21T14:20:05.394Z

Updated: 2024-11-04T12:02:50.764Z

Reserved: 2024-05-21T13:27:52.128Z

Link: CVE-2021-47278

cve-icon Vulnrichment

Updated: 2024-08-04T05:32:07.984Z

cve-icon NVD

Status : Awaiting Analysis

Published: 2024-05-21T15:15:16.143

Modified: 2024-05-21T16:54:26.047

Link: CVE-2021-47278

cve-icon Redhat

Severity : Moderate

Publid Date: 2024-05-21T00:00:00Z

Links: CVE-2021-47278 - Bugzilla