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

s390/zcrypt: Improve EP11 CPRB domain handling with ASN.1 parsing

The zcrypt_msgtype6_send_ep11_cprb() function uses fragile struct
overlays to access and modify the domain field in the EP11 CPRB
payload, creating maintainability and security concerns:
1. Struct overlay approach (pld_hdr) assumes fixed payload structure
and doesn't validate the actual ASN.1 encoding.
2. Complex length format detection logic is error-prone and doesn't
properly validate bounds at each parsing step.
3. Direct struct member access bypasses proper ASN.1 validation.

Fix by replacing struct overlays with explicit ASN.1 parsing that
validates each field (payload tag/length, function tag/length/value,
optional domain tag/length/value) with proper bounds checking at every
step. Add asn1_int_encode() helper function to safely write integer
values with correct endianness conversion. This makes the code
consistent with the validation pattern introduced with the rework of
the xcrb_msg_to_type6_ep11cprb_msgx() function.
Published: 2026-08-26
Score: 7.8 High
EPSS: < 1% Very Low
KEV: No
Impact: Kernel memory corruption
Action: Apply patch
AI Analysis

Impact

Based on the description, it is inferred that the s390/zcrypt driver previously relied on fragile struct overlays for the EP11 CPRB payload. This approach omitted proper ASN.1 validation and bounds checking, allowing a crafted message to cause an out‑of‑bounds write in kernel memory. The resulting corruption could lead to arbitrary kernel data modification, potentially enabling privilege escalation or denial of service.

Affected Systems

The vulnerability affects any Linux kernel that incorporates the s390/zcrypt driver and has not yet integrated the upstream patch addressing the EP11 CPRB domain handling. This includes all current s390 architecture kernels prior to the patch commitment, irrespective of distribution. The flaw is specific to the Linux kernel's s390 implementation and is not tied to any third‑party vendor.

Risk and Exploitability

The CVSS score of 7.8 indicates a high‑severity issue. The EPSS score of less than 1% suggests a very low probability of exploitation at present, and the vulnerability is not listed in the CISA KEV catalog, implying no publicly documented attacks. Based on the description, it is inferred that the likely attack vector is local or requires privileged execution, as the malicious EP11 CPRB payload must be directed to the zcrypt device. Until an exploit appears, the risk remains high for systems running vulnerable kernels, but the practical exploitation window appears narrow.

Generated by OpenCVE AI on August 28, 2026 at 18:11 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update the kernel to a release that contains the upstream patch for s390/zcrypt EP11 CPRB handling
  • If an upgrade cannot be applied immediately, restrict access to the zcrypt device by setting directory ownership or using device ACLs to allow only trusted, privileged processes
  • Verify that any custom kernel modules or backported fixes do not reintroduce the struct overlay logic that caused the vulnerability

Generated by OpenCVE AI on August 28, 2026 at 18:11 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

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

Type Values Removed Values Added
Weaknesses CWE-20
CWE-787

Thu, 27 Aug 2026 18:00:00 +0000

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

None

threat_severity

Moderate


Thu, 27 Aug 2026 12:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-20
CWE-787

Thu, 27 Aug 2026 09:00:00 +0000

Type Values Removed Values Added
Weaknesses CWE-125
CWE-789

Thu, 27 Aug 2026 06: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'}


Wed, 26 Aug 2026 16:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-125
CWE-789

Wed, 26 Aug 2026 14:45:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: s390/zcrypt: Improve EP11 CPRB domain handling with ASN.1 parsing The zcrypt_msgtype6_send_ep11_cprb() function uses fragile struct overlays to access and modify the domain field in the EP11 CPRB payload, creating maintainability and security concerns: 1. Struct overlay approach (pld_hdr) assumes fixed payload structure and doesn't validate the actual ASN.1 encoding. 2. Complex length format detection logic is error-prone and doesn't properly validate bounds at each parsing step. 3. Direct struct member access bypasses proper ASN.1 validation. Fix by replacing struct overlays with explicit ASN.1 parsing that validates each field (payload tag/length, function tag/length/value, optional domain tag/length/value) with proper bounds checking at every step. Add asn1_int_encode() helper function to safely write integer values with correct endianness conversion. This makes the code consistent with the validation pattern introduced with the rework of the xcrb_msg_to_type6_ep11cprb_msgx() function.
Title s390/zcrypt: Improve EP11 CPRB domain handling with ASN.1 parsing
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-27T05:01:31.626Z

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

Link: CVE-2026-80544

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-26T15:17:08.763

Modified: 2026-08-27T06:17:35.497

Link: CVE-2026-80544

cve-icon Redhat

Severity : Moderate

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

Links: CVE-2026-80544 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-28T18:15:06Z

Weaknesses
  • CWE-805

    Buffer Access with Incorrect Length Value