AUGUST 4, 2026
Live Feed
Back to database
Case File

CVE-2021-47653

HIGH · CVSS 7.8 EPSS 0.26%

Source: NVD + CISA KEV + EPSS (historical backfill) · Published 2025-02-26 · Last synced 2026-08-04

CyberRota Analysis

This is a high severity vulnerability with a CVSS score of 7.8. It affects Linux.

CVE
CVE-2021-47653
Severity
HIGH
CVSS
7.8
EPSS
0.26%
Linux

Original NVD Description

In the Linux kernel, the following vulnerability has been resolved: media: davinci: vpif: fix use-after-free on driver unbind The driver allocates and registers two platform device structures during probe, but the devices were never deregistered on driver unbind. This results in a use-after-free on driver unbind as the device structures were allocated using devres and would be freed by driver core when remove() returns. Fix this by adding the missing deregistration calls to the remove() callback and failing probe on registration errors. Note that the platform device structures must be freed using a proper release callback to avoid leaking associated resources like device names.

Related CVEs

Other vulnerabilities affecting the same vendor(s)