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

s390/zcrypt: Fix missing mem scrub at clear key import in cca_clr2cipherkey()

The helper function _ip_cprb_helper() uses internal buffer memory for
building and processing CPRBs. After use this buffer was never
scrubbed which could lead to leaving for example clear key material in
memory which could be exposed via tricky reuse of this same memory.

Extend the _ip_cprb_helper() function with another parameter 'scrub'
used to steer scrubbing of this buffer. So now the caller has the
opportunity to decide if scrubbing is needed or not.

Extend the clear key to secure key token import process in function
cca_clr2cipherkey() to tell the helper function from above to scrub
the cprb buffer when the clear key value is part of the request data.

Add explicit scrubbing on return from function cca_clr2cipherkey() for
the random EXOR buffer and the cprb buffer.

Overall this cleans the internal used buffer in case of clear key
import to prevent sensitive data to get exposed.
Published: 2026-08-28
Score: n/a
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability arises because the Linux s390/zcrypt subsystem did not scrub a temporary buffer used during clear‑key import. If key material is left in that buffer, a malicious process that can later read the same memory region may recover the clear key, effectively compromising the confidentiality of encrypted data. The flaw does not provide direct code execution or denial of service, but it exposes a sensitive secret that could be reused to decrypt data or forge cryptographic operations. The weakness is a form of information exposure through improper memory handling.

Affected Systems

The issue affects the Linux kernel on s390 systems that use the zcrypt crypto module. Vendors identified are Linux:Linux, and the change applies to all kernel releases before the patch is merged. No specific version list is supplied, so any kernel that includes the vulnerable code path before the fix is potentially affected.

Risk and Exploitability

A CVSS score or EPSS score is not publicly available, and the vulnerability is not listed in the CISA KEV catalog. Nevertheless, the risk is significant for environments that rely on Linux kernel cryptographic functions for protecting sensitive data. The most likely attack vector is through a local process that can read memory after a clear‑key import; this requires sufficient privileges on the system. The patch introduces an optional scrubbing parameter so that the caller can explicitly clean the buffer, reducing the window in which key material might be read. Because the exploit does not require external network access, the threat is confined to hosts where the vulnerable kernel is deployed.

Generated by OpenCVE AI on August 28, 2026 at 10:29 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the latest Linux kernel update that contains the official zcrypt fix for clear‑key import scrubbing
  • Reboot or restart affected services to ensure the memory scrub takes effect
  • Audit the running kernel to confirm it is not a pre‑patch version and that no older kernels remain in the boot loader

Generated by OpenCVE AI on August 28, 2026 at 10:29 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 28 Aug 2026 10:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-200

Fri, 28 Aug 2026 07:30:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: s390/zcrypt: Fix missing mem scrub at clear key import in cca_clr2cipherkey() The helper function _ip_cprb_helper() uses internal buffer memory for building and processing CPRBs. After use this buffer was never scrubbed which could lead to leaving for example clear key material in memory which could be exposed via tricky reuse of this same memory. Extend the _ip_cprb_helper() function with another parameter 'scrub' used to steer scrubbing of this buffer. So now the caller has the opportunity to decide if scrubbing is needed or not. Extend the clear key to secure key token import process in function cca_clr2cipherkey() to tell the helper function from above to scrub the cprb buffer when the clear key value is part of the request data. Add explicit scrubbing on return from function cca_clr2cipherkey() for the random EXOR buffer and the cprb buffer. Overall this cleans the internal used buffer in case of clear key import to prevent sensitive data to get exposed.
Title s390/zcrypt: Fix missing mem scrub at clear key import in cca_clr2cipherkey()
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-28T06:53:08.843Z

Reserved: 2026-08-26T14:34:25.787Z

Link: CVE-2026-80708

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-28T08:16:56.397

Modified: 2026-08-28T08:16:56.397

Link: CVE-2026-80708

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-28T10:30:17Z

Weaknesses
  • CWE-200

    Exposure of Sensitive Information to an Unauthorized Actor