CVE-2026-63824
Received Received - Intake

Linux Kernel Keyctl Parameters Buffer Overflow

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

Publication date: 2026-07-19

Last updated on: 2026-07-19

Assigner: kernel.org

Description

In the Linux kernel, the following vulnerability has been resolved: KEYS: fix overflow in keyctl_pkey_params_get_2() The length for the internal output buffer is calculated incorrectly, which can result overflow when a too small buffer is provided. Fix the bug by allocating internal output with the size of the maximum length of the cryptographic primitive instead of caller provided size.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-07-19
Last Modified
2026-07-19
Generated
2026-07-20
AI Q&A
2026-07-19
EPSS Evaluated
N/A
NVD
EUVD

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 is in the Linux kernel's KEYS subsystem. It involves an overflow issue in the keyctl_pkey_params_get_2() function where the internal output buffer size is calculated incorrectly. This can lead to buffer overflow if a caller provides a buffer that is too small.

Detection Guidance

This vulnerability is specific to the Linux kernel's KEYS subsystem and requires kernel-level inspection. Detection involves checking kernel version and KEYS subsystem behavior. Use uname -a to verify kernel version and grep for KEYS-related modules in /proc/modules. No direct commands detect this overflow without kernel debugging tools.

Impact Analysis

If exploited, this vulnerability could allow an attacker to cause a buffer overflow in the Linux kernel. This might lead to system crashes, privilege escalation, or arbitrary code execution, depending on the attacker's goals and system configuration.

Compliance Impact

This vulnerability involves an overflow in keyctl_pkey_params_get_2() due to incorrect buffer size calculation, which could lead to memory corruption or crashes. While not directly tied to GDPR or HIPAA, such vulnerabilities may impact compliance by compromising system integrity, potentially affecting data confidentiality and availability required by these regulations.

Mitigation Strategies

Apply the latest kernel patch from your Linux distribution. If no patch is available, consider disabling keyctl_pkey_params_get_2() functionality or restrict access to KEYS operations. Monitor vendor advisories for updates.

Chat Assistant

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

EPSS Chart