In the Linux kernel, the following vulnerability has been...
Moderate severity
Unreviewed
Published
Oct 23, 2025
to the GitHub Advisory Database
•
Updated Oct 23, 2025
Description
Published by the National Vulnerability Database
Feb 26, 2025
Published to the GitHub Advisory Database
Oct 23, 2025
Last updated
Oct 23, 2025
In the Linux kernel, the following vulnerability has been resolved:
platform/x86: thinkpad_acpi: Fix a memory leak of EFCH MMIO resource
Unlike release_mem_region(), a call to release_resource() does not
free the resource, so it has to be freed explicitly to avoid a memory
leak.
References