CVE-2026-64558
Received Received - Intake

Buffer Length Validation Flaw in Linux Kernel s390/pkey

Vulnerability report for CVE-2026-64558, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-07-29

Last updated on: 2026-07-30

Assigner: kernel.org

Description

In the Linux kernel, the following vulnerability has been resolved: s390/pkey: Check length in pkey_pckmo handler implementation Explicitly check the length of the target buffer in the pkey_pckmo implementation of the key_to_protkey() handler function. The handler function fails, if the generated output data exceeds the length of the provided target buffer.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-07-29
Last Modified
2026-07-30
Generated
2026-07-30
AI Q&A
2026-07-30
EPSS Evaluated
N/A
NVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
linux linux_kernel *

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This is a vulnerability in the Linux kernel's s390/pkey module. The pkey_pckmo handler function has a flaw where it does not properly check the length of the output buffer before writing data. If the generated output exceeds the target buffer's size, it can lead to buffer overflow issues.

Detection Guidance

This vulnerability is specific to the Linux kernel's s390/pkey module. Detection involves checking if your kernel version includes the affected pkey_pckmo handler implementation. Use commands like 'uname -a' to check your kernel version and 'modinfo pkey' to verify if the module is loaded. If the module is present, inspect the kernel logs for related errors or warnings.

Impact Analysis

This vulnerability could allow a local attacker with access to the system to cause a denial of service or potentially execute arbitrary code with elevated privileges. The impact depends on the kernel's configuration and the attacker's ability to exploit the buffer overflow.

Mitigation Strategies

Apply the latest kernel update provided by your Linux distribution to patch this vulnerability. If immediate patching is not possible, consider disabling the s390/pkey module using 'modprobe -r pkey' if it is not required. Monitor kernel logs for any signs of exploitation attempts.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-64558. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart