CVE-2026-64215
Received Received - Intake

Memory Allocation Failure in Linux Kernel MSM Driver

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

Publication date: 2026-07-24

Last updated on: 2026-07-24

Assigner: kernel.org

Description

In the Linux kernel, the following vulnerability has been resolved: drm/msm/a6xx: Check kzalloc return in a8xx_hfi_send_perf_table Check the return value of kzalloc() to prevent a NULL pointer dereference on allocation failure. Patchwork: https://patchwork.freedesktop.org/patch/721342/

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-07-24
Last Modified
2026-07-24
Generated
2026-07-24
AI Q&A
2026-07-24
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 is a NULL pointer dereference vulnerability in the Linux kernel's drm/msm/a6xx driver. It occurs when the kzalloc function fails to allocate memory, returning NULL, but the code does not check this return value before using the pointer. This can lead to a system crash or other undefined behavior.

Detection Guidance

This vulnerability is specific to the Linux kernel's drm/msm/a6xx driver and involves a NULL pointer dereference due to unchecked kzalloc() return. Detection requires checking kernel logs for crashes or errors related to the a6xx_hfi_send_perf_table function. No direct network detection commands apply.

Impact Analysis

If exploited, this vulnerability could cause a kernel panic or system instability, potentially leading to denial of service. It may also allow local attackers to escalate privileges or execute arbitrary code in the context of the kernel.

Compliance Impact

This vulnerability does not directly affect compliance with GDPR, HIPAA, or similar standards. The issue is a NULL pointer dereference in the Linux kernel's drm/msm/a6xx driver due to a missing kzalloc return check, which could lead to system crashes or instability. Compliance impacts would only occur if such failures disrupt data processing or security controls, but no evidence suggests this vulnerability enables data breaches or unauthorized access.

Mitigation Strategies

Apply the kernel patch from the provided Patchwork link (https://patchwork.freedesktop.org/patch/721342/). Update your Linux kernel to a version that includes this fix. Monitor kernel logs for related errors after applying the patch.

Chat Assistant

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

EPSS Chart