CVE-2022-49665
Severity CVSS v4.0:
Pending analysis
Type:
Unavailable / Other
Publication date:
26/02/2025
Last modified:
26/02/2025
Description
In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
platform/x86: thinkpad_acpi: Fix a memory leak of EFCH MMIO resource<br />
<br />
Unlike release_mem_region(), a call to release_resource() does not<br />
free the resource, so it has to be freed explicitly to avoid a memory<br />
leak.