Files
CVEs-PoC/2021/CVE-2021-46962.md
2025-09-29 21:09:30 +02:00

1.0 KiB

CVE-2021-46962

Description

In the Linux kernel, the following vulnerability has been resolved:mmc: uniphier-sd: Fix a resource leak in the remove functionA 'tmio_mmc_host_free()' call is missing in the remove function, in orderto balance a 'tmio_mmc_host_alloc()' call in the probe.This is done in the error handling path of the probe, but not in the removefunction.Add the missing call.

POC

Reference

No PoCs from references.

Github