CVE-2026-64559
Received Received - Intake

s390/pkey PKEY_VERIFYPROTK ioctl Length Validation Flaw

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

Publication date: 2026-07-29

Last updated on: 2026-08-17

Assigner: kernel.org

Description

In the Linux kernel, the following vulnerability has been resolved: s390/pkey: Check length in PKEY_VERIFYPROTK ioctl Explicitly check the buffer length request structure provided by user-space and fail, if it exceeds the buffer size.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-07-29
Last Modified
2026-08-17
Generated
2026-08-19
AI Q&A
2026-07-30
EPSS Evaluated
2026-08-18
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 vulnerability in the Linux kernel involves insufficient validation of user-provided buffer lengths in the PKEY_VERIFYPROTK ioctl. The kernel fails to properly check if the requested buffer size exceeds the actual allocated memory, which could lead to buffer overflow conditions.

Detection Guidance

This vulnerability is specific to the Linux kernel's s390/pkey module and involves improper buffer length checks in the PKEY_VERIFYPROTK ioctl. Detection requires checking the kernel version and verifying if the vulnerable code path exists. Use commands like 'uname -r' to check the kernel version and 'grep PKEY_VERIFYPROTK /proc/kallsyms' to see if the function is present.

Impact Analysis

An attacker with local access could exploit this flaw to execute arbitrary code, escalate privileges, or cause a denial of service by triggering a buffer overflow. This may lead to system instability or unauthorized access to sensitive data.

Compliance Impact

This vulnerability does not directly affect compliance with GDPR, HIPAA, or similar standards. The issue is a local privilege escalation flaw in the Linux kernel's s390/pkey component, which could allow unauthorized access to sensitive data on affected systems. However, its impact on compliance depends on system-specific configurations and whether unauthorized access occurs.

Mitigation Strategies

Immediately update the Linux kernel to a patched version that resolves this issue. If updating is not immediately possible, consider disabling the s390/pkey module if it is not required. Monitor vendor advisories for kernel updates addressing this CVE.

Chat Assistant

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

EPSS Chart