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/
Published: 2026-07-24
Score: 5.5 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability arises from an unguarded kzalloc call in the drm/msm/a6xx driver, specifically in the a8xx_hfi_send_perf_table function. When the allocation fails, the returned pointer is dereferenced without a null check, potentially causing a null pointer dereference that triggers a kernel panic. This results in a denial of service that can affect system availability but does not provide a direct vector for code execution or privilege escalation. The flaw is essentially a defensive coding oversight rather than a logical attack surface.

Affected Systems

Linux kernel implementations that include the msm a6xx DRM driver and have not yet been updated to a release containing the patch. No specific version numbers are enumerated in the advisory, so all kernel releases preceding the fix are considered affected until the patch is applied.

Risk and Exploitability

The CVSS score of 5.5 reflects a moderate severity that primarily impacts system availability, aligning with the nature of a kernel crash. The EPSS score indicates a very low exploitation probability (<1%), and the vulnerability is not listed in the CISA KEV catalog. The flaw remains a kernel‑space bug; based on its nature local access to the affected system, making it unlikely to be exploited remotely. The low EPSS score suggests limited bleed to a loss of service if exploited continuously.

Generated by OpenCVE AI on August 13, 2026 at 11:10 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update the Linux kernel to a version that includes the patch for the drm/msm/a6xx driver
  • If an application or service triggers the a8xx_hfi_send_perf_table function, restrict its execution or adjust configuration to avoid invoking it before the system is rebooted after applying the kernel update to ensure the new driver code is active
  • If the patch cannot be applied immediately, temporarily disable or unload the drm/msm/a6xx driver to prevent the vulnerable code from executing

Generated by OpenCVE AI on August 13, 2026 at 11:10 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Ubuntu USN Ubuntu USN USN-8618-1 Linux kernel vulnerabilities
History

Tue, 11 Aug 2026 17:30:00 +0000

Type Values Removed Values Added
CPEs cpe:2.3:o:linux:linux_kernel:7.1:rc1:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:7.1:rc2:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:7.1:rc3:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:7.1:rc4:*:*:*:*:*:*
Metrics cvssV3_1

{'score': 5.5, 'vector': 'CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H'}


Tue, 28 Jul 2026 16:15:00 +0000


Fri, 24 Jul 2026 18:30:00 +0000

Type Values Removed Values Added
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/
Title drm/msm/a6xx: Check kzalloc return in a8xx_hfi_send_perf_table
First Time appeared Linux
Linux linux Kernel
CPEs cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
Vendors & Products Linux
Linux linux Kernel
References

Subscriptions

Linux Linux Kernel
cve-icon MITRE

Status: PUBLISHED

Assigner: Linux

Published:

Updated: 2026-07-24T15:23:04.085Z

Reserved: 2026-07-19T15:36:31.770Z

Link: CVE-2026-64215

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Analyzed

Published: 2026-07-24T16:16:49.193

Modified: 2026-08-11T17:15:59.000

Link: CVE-2026-64215

cve-icon Redhat

Severity :

Publid Date: 2026-07-24T00:00:00Z

Links: CVE-2026-64215 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-13T11:15:05Z

Weaknesses