mirror of
https://github.com/0xMarcio/cve.git
synced 2025-11-30 18:56:19 +00:00
1022 B
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.