Skip to main content

Linux Kernel CVE-2026-53376

| EUVDEUVD-2026-45449 MEDIUM
2026-07-19 Linux GHSA-gg3c-2842-qwrx
5.5
CVSS 3.1 · NVD
Share

Severity by source

NVD PRIMARY
5.5 MEDIUM
AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
vuln.today AI
5.5 MEDIUM

Local /dev/kfd device access (AV:L) and low-privilege ioctl call (PR:L) required; kernel panic yields total availability loss (A:H) with no confirmed confidentiality or integrity impact.

3.1 AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
4.0 AV:L/AC:L/AT:N/PR:L/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:H
SUSE
6.6 MEDIUM
AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:H
Red Hat
5.5 MEDIUM
qualitative

Primary rating from NVD.

CVSS VectorNVD

Attack Vector
Local
Attack Complexity
Low
Privileges Required
Low
User Interaction
None
Scope
Unchanged
Confidentiality
None
Integrity
None
Availability
High

Lifecycle Timeline

5
Analysis Generated
Jul 29, 2026 - 17:08 vuln.today
CVSS changed
Jul 29, 2026 - 17:07 NVD
5.5 (MEDIUM)
Patch available
Jul 19, 2026 - 13:02 EUVD
CVE Published
Jul 19, 2026 - 10:01 nvd
MEDIUM 5.5
CVE Published
Jul 19, 2026 - 10:01 cve.org
UNKNOWN (no severity yet)

DescriptionNVD

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

drm/amdkfd: Add upper bound check for num_of_nodes

drm/amdkfd: Add upper bound check for num_of_nodes in kfd_ioctl_get_process_apertures_new.

(cherry picked from commit 98ff46a5ea090c14d2cdb4f5b993b05d74f3949f)

AnalysisAI

Missing upper bound validation on num_of_nodes in the AMD KFD ioctl handler kfd_ioctl_get_process_apertures_new allows a local low-privileged user with access to AMD GPU compute devices to crash the kernel, causing a denial of service. Affected are Linux kernel branches prior to 6.6.140, 6.12.90, 6.18.32, 7.0.9, and 7.1, restricted to systems with AMD GPU hardware and the amdkfd module loaded. EPSS is 0.16% (5th percentile), no public exploit or CISA KEV listing exists, and patched stable releases are available across all active stable branches.

Technical ContextAI

The AMD Kernel Fusion Driver (amdkfd) is the Linux kernel compute driver enabling GPU compute workloads such as ROCm and OpenCL on AMD GPU hardware. The vulnerable function kfd_ioctl_get_process_apertures_new handles a userspace ioctl request to enumerate process memory apertures (GPU virtual address regions) across GPU nodes. Without an upper bound check on the caller-supplied num_of_nodes parameter, the kernel may perform out-of-bounds memory access - indexing or allocating beyond a fixed-size structure - when the value exceeds the maximum supported count. The CPE cpe:2.3:a:linux:linux:*:*:*:*:*:*:*:* confirms the Linux kernel itself as the affected component. No CWE was formally assigned, but the root cause class is consistent with CWE-20 (Improper Input Validation) or CWE-129 (Improper Validation of Array Index), where unchecked userspace input directly controls kernel memory operations. Five separate stable-branch backport commits were applied at git.kernel.org (4a8093c7, 6ba6ec5f, 44d5a450, 7b80137e, 74b73fa5), indicating broad version impact across maintained stable trees.

RemediationAI

Update the Linux kernel to a patched stable release: 6.6.140, 6.12.90, 6.18.32, 7.0.9, or mainline 7.1. Upstream stable fixes are available at git.kernel.org (commits 4a8093c7def1, 6ba6ec5fcbb0, 44d5a450c04d, 7b80137eb8aa, 74b73fa56a39). Ubuntu users should apply the kernel packages referenced in USN-8574-1 at https://ubuntu.com/security/notices/USN-8574-1. Where immediate patching is not feasible, restrict access permissions on /dev/kfd to only trusted users or groups via udev rules (e.g., MODE='0600', GROUP='render') - trade-off: this breaks ROCm/OpenCL access for non-privileged compute users. Alternatively, blacklist or unload the amdkfd module (rmmod amdkfd or add blacklist amdkfd to /etc/modprobe.d/) if AMD GPU compute is not required - trade-off: disables all AMD GPU compute workloads (ROCm, OpenCL, HIP) on the system.

Vendor StatusVendor

SUSE

Severity: Moderate
Product Status
SUSE Linux Enterprise Desktop 15 SP7 Not-Affected
SUSE Linux Enterprise Desktop 15 SP7 Not-Affected
SUSE Linux Enterprise High Availability Extension 15 SP7 Not-Affected
SUSE Linux Enterprise High Availability Extension 15 SP7 Not-Affected
SUSE Linux Enterprise High Availability Extension 16.0 Not-Affected

Share

CVE-2026-53376 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy