Skip to main content

Over 150 LLM Providers · Over 5,300 Models The most extensible AI-powered pentesting platform. Open source. Star on GitHub

CVE-2025-40063

7.0 · HIGH
Published Oct 28, 2025 EPSS 0.12% (2th pctl)

Overview

CVE-2025-40063 is a high-severity vulnerability. It was published on October 28, 2025 and has a CVSS 3.1 base score of 7.0 (HIGH).

This vulnerability has a CVSS 3.1 base score of 7.0, rated HIGH. It requires local or adjacent network access to exploit. Some level of privileges is required for exploitation.

Technical 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.

Remediation

Check the references section for vendor advisories, patches, and mitigation guidance. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

Frequently Asked Questions

What is CVE-2025-40063?

CVE-2025-40063 is a high-severity vulnerability. It was published on October 28, 2025 and has a CVSS 3.1 base score of 7.0 (HIGH).

How severe is CVE-2025-40063?

This vulnerability has a CVSS 3.1 base score of 7.0, rated HIGH. It requires local or adjacent network access to exploit. Some level of privileges is required for exploitation.

How do I fix or remediate CVE-2025-40063?

Check the references section for vendor advisories, patches, and mitigation guidance. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

How can CyberStrike help with CVE-2025-40063?

CyberStrike's AI-powered security agents can automatically detect CVE-2025-40063 across your infrastructure using autonomous pentesting, DAST scanning, and HackBrowser. The platform continuously monitors for known vulnerabilities and provides actionable remediation guidance prioritized by real-world exploitability.