Bug 2502248 (CVE-2026-63824) - CVE-2026-63824 kernel: KEYS: fix overflow in keyctl_pkey_params_get_2()
Summary: CVE-2026-63824 kernel: KEYS: fix overflow in keyctl_pkey_params_get_2()
Keywords:
Status: NEW
Alias: CVE-2026-63824
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
high
high
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2026-07-19 13:03 UTC by OSIDB Bzimport
Modified: 2026-07-20 16:08 UTC (History)
2 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2026-07-19 13:03:56 UTC
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.


Note You need to log in before you can comment on or make changes to this bug.