CVE-2025-68172 Details
Description
In the Linux kernel, the following vulnerability has been resolved: crypto: aspeed - fix double free caused by devm The clock obtained via devm_clk_get_enabled() is automatically managed by devres and will be disabled and freed on driver detach. Manually calling clk_disable_unprepare() in error path and remove function causes double free. Remove the manual clock cleanup in both aspeed_acry_probe()'s error path and aspeed_acry_remove().
A double free vulnerability has been identified in the Linux kernel's crypto subsystem, specifically within the Aspeed ACRY driver. This issue arises from improper management of a clock resource obtained through 'devm_clk_get_enabled()'. While this clock is automatically handled by the device resource management system and freed when the driver is detached, the ACRY driver incorrectly calls 'clk_disable_unprepare()' during error handling and cleanup, leading to a double free condition. The vulnerability affects the Linux kernel stable tree.
The vulnerability has been fixed in the Linux kernel. Users should upgrade to the latest version where this issue has been addressed.
Metrics
CVSS 4.0 Severity and Vector Strings:
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
Volerion
Assessed Dec 16, 2025References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
| URL | Source(s) | Tag(s) |
|---|---|---|
| https://git.kernel.org/stable/c/0dd6474ced33489076e6c0f3fe5077bf12e85b28 | kernel.org | Source CodeVendor |
| https://git.kernel.org/stable/c/29d0504077044a7e1ffbd09a6118018d5954a6e5 | kernel.org | Source CodeVendor |
| https://git.kernel.org/stable/c/3c9bf72cc1ced1297b235f9422d62b613a3fdae9 | kernel.org | Source CodeVendor |
| https://git.kernel.org/stable/c/e8407dfd267018f4647ffb061a9bd4a6d7ebacc6 | kernel.org | Source CodeVendor |
Weakness Enumeration
No weakness enumeration is available for this CVE.
Affected Products
| Product | Versions |
|---|---|
| Linux kernel | All versions |
CPE
Remediation
| |
| Aspeed ACRY | All versions |
CPE
Remediation
| |
Change History
2 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Jun 17, 2026 | CVE Modified | kernel.org |
| Dec 16, 2025 | New CVE Received | kernel.org |
Volerion