cve/2021/CVE-2021-47093.md
2025-09-29 21:09:30 +02:00

1022 B

CVE-2021-47093

Description

In the Linux kernel, the following vulnerability has been resolved:platform/x86: intel_pmc_core: fix memleak on registration failureIn case device registration fails during module initialisation, theplatform device structure needs to be freed using platform_device_put()to properly free all resources (e.g. the device name).

POC

Reference

Github

No PoCs found on GitHub currently.