Description
In the Linux kernel, the following vulnerability has been resolved:

s390/zcrypt: Validate length for CCA ECC private key requests

cca_ecc2protkey() derives the copy length for the CPRB parameter
block directly from the length field in the key token. Reject the
request early if the token length exceeds the available space in the
parameter block.
Published: 2026-08-13
Score: 7.8 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability arises in the s390/zcrypt subsystem of the Linux kernel where the function responsible for handling ECC private key requests derives the amount of data to copy directly from a length field supplied by the key token. If the supplied length exceeds the actual space allocated for the request’s parameter block, the kernel copies data beyond the intended bounds. This unchecked copy can corrupt kernel memory. The CVE does not specify the exact consequences such as crashes or privilege escalation; this is an inference based on the nature of the overflow.

Affected Systems

All versions of the Linux kernel that include the s390/zcrypt module and lack the validation patch are affected. The vulnerability applies to Linux kernel builds for the s390 architecture regardless of distribution or configuration, as indicated by the general cpe:2.3:o:linux:linux_kernel:* entry. No specific vendor product versions are listed, so any kernel that has not been updated to include the fix is potentially vulnerable.

Risk and Exploitability

Because the flaw allows uncontrolled copying beyond a buffer, the risk is high. The CVSS score of 7.8 indicates high severity. EPSS data is not available and the vulnerability is not listed in CISA KEV. An attacker would need to supply a malformed ECC private key token to trigger the vulnerable kernel path locally, typically by interacting with the kernel’s cryptographic API. No public exploit has been disclosed. The CVE does not detail the impact beyond potential memory corruption, so any outcomes such as crashes or privilege escalation are inferred from the type of overflow.

Generated by OpenCVE AI on August 14, 2026 at 03:45 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the Linux kernel to the newest release that includes the patch adding length validation in cca_ecc2protkey
  • If the system does not require CCA ECC functionality, reconfigure or recompile the kernel to disable the zcrypt ECC private key path
  • Monitor kernel logs and system stability for indications of unexpected crashes or memory corruption that could suggest exploitation attempts

Generated by OpenCVE AI on August 14, 2026 at 03:45 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Debian DSA Debian DSA DSA-6466-1 linux security update
History

Wed, 19 Aug 2026 16:45:00 +0000


Fri, 14 Aug 2026 02:00:00 +0000

Type Values Removed Values Added
Weaknesses CWE-120

Fri, 14 Aug 2026 00:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-805
References
Metrics threat_severity

None

threat_severity

Moderate


Thu, 13 Aug 2026 23:15:00 +0000

Type Values Removed Values Added
Metrics cvssV3_1

{'score': 7.8, 'vector': 'CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H'}


Thu, 13 Aug 2026 16:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-120

Thu, 13 Aug 2026 14:30:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: s390/zcrypt: Validate length for CCA ECC private key requests cca_ecc2protkey() derives the copy length for the CPRB parameter block directly from the length field in the key token. Reject the request early if the token length exceeds the available space in the parameter block.
Title s390/zcrypt: Validate length for CCA ECC private key requests
First Time appeared Linux
Linux linux Kernel
CPEs cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
Vendors & Products Linux
Linux linux Kernel
References

Subscriptions

Linux Linux Kernel
cve-icon MITRE

Status: PUBLISHED

Assigner: Linux

Published:

Updated: 2026-08-19T16:35:48.084Z

Reserved: 2026-07-30T09:28:09.395Z

Link: CVE-2026-68451

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-13T15:19:57.847

Modified: 2026-08-19T17:20:50.927

Link: CVE-2026-68451

cve-icon Redhat

Severity : Moderate

Publid Date: 2026-08-13T00:00:00Z

Links: CVE-2026-68451 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-14T03:45:17Z

Weaknesses
  • CWE-805

    Buffer Access with Incorrect Length Value