CVE-2025-40063 Details
Description
In the Linux kernel, the following vulnerability has been resolved: crypto: comp - Use same definition of context alloc and free ops In commit 42d9f6c77479 ("crypto: acomp - Move scomp stream allocation code into acomp"), the crypto_acomp_streams struct was made to rely on having the alloc_ctx and free_ctx operations defined in the same order as the scomp_alg struct. But in that same commit, the alloc_ctx and free_ctx members of scomp_alg may be randomized by structure layout randomization, since they are contained in a pure ops structure (containing only function pointers). If the pointers within scomp_alg are randomized, but those in crypto_acomp_streams are not, then the order may no longer match. This fixes the problem by removing the union from scomp_alg so that both crypto_acomp_streams and scomp_alg will share the same definition of alloc_ctx and free_ctx, ensuring they will always have the same layout.
A vulnerability in the Linux kernel's crypto compression algorithms can lead to improper context allocation and deallocation, potentially causing memory management issues. This vulnerability arises because the order of context allocation and deallocation operations can be randomized, leading to mismatches in expected behavior. The issue has been addressed by synchronizing the context operations across different structures, ensuring consistent handling of algorithm-specific contexts.
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 Oct 28, 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/779d3b6f2d32c5f1da6163e959abe1e1ffe2945b | kernel.org | Source CodeVendor |
| https://git.kernel.org/stable/c/f75f66683ded09f7135aef2e763c245a07c8271a | kernel.org | Source CodeVendor |
Weakness Enumeration
No weakness enumeration is available for this CVE.
Affected Products
| Product | Versions |
|---|---|
| Linux kernel | All versions |
CPE
Remediation
| |
| crypto: 842 | All versions |
CPE
Remediation
| |
| crypto: lz4 | All versions |
CPE
Remediation
| |
| crypto: lz4hc | All versions |
CPE
Remediation
| |
| crypto: lzo-rle | All versions |
CPE
Remediation
| |
| crypto: lzo | All versions |
CPE
Remediation
| |
| drivers: crypto: nx-common-powernv | All versions |
CPE
Remediation
| |
| drivers: crypto: nx-common-pseries | All versions |
CPE
Remediation
| |
| include: crypto/internal/scompress | All versions |
CPE
Remediation
| |
Change History
3 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Jul 30, 2026 | CVE Modified | kernel.org |
| Jun 17, 2026 | CVE Modified | kernel.org |
| Oct 28, 2025 | New CVE Received | kernel.org |
Volerion