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

20 lines
1.0 KiB
Markdown

### [CVE-2021-46962](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-46962)
![](https://img.shields.io/static/v1?label=Product&message=Linux&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=&color=brightgreen)
![](https://img.shields.io/static/v1?label=Version&message=3fd784f745dd1747863775a99ec749619ee6759c%20&color=brightgreen)
![](https://img.shields.io/static/v1?label=Version&message=4.20%20&color=brightgreen)
![](https://img.shields.io/static/v1?label=Vulnerability&message=n%2Fa&color=blue)
### 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
- https://github.com/fkie-cad/nvd-json-data-feeds