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

drm/panthor: skip zero-sized firmware sections

panthor_fw_load_section_entry() skips BO creation when the firmware section
VA range is empty. If such a section is added to the firmware section list,
section->mem is left as NULL.

Later reload and unplug paths iterate over all firmware sections and
dereference section->mem, which can lead to a NULL pointer dereference.

Zero-sized firmware sections are valid, so accept them as no-op entries but
skip adding them to the section list.
Published: 2026-08-26
Score: 5.5 Medium
EPSS: < 1% Very Low
KEV: No
Impact: Denial of Service (kernel crash)
Action: Apply Patch
AI Analysis

Impact

This vulnerability occurs in the DRM Panthor firmware loading code within the Linux kernel. When a firmware section contains a zero‑byte range, the code creates no memory object and leaves its pointer null. Subsequent reload or unplug operations later dereference this pointer, causing a null pointer dereference that can crash the kernel and bring the system down. The impact is therefore a denial of service via kernel panic. The flaw is a classic null‑pointer misuse in kernel space.

Affected Systems

The affected product is the Linux kernel for all distributions that include the DRM Panthor driver. No specific version information is listed in the advisory, so any kernel incorporating this code path prior to the fix may be vulnerable. Subsequent releases that incorporate the reported fix are not affected.

Risk and Exploitability

The vulnerability is exploitable when an attacker can supply or modify firmware used by the Panthor driver. While typical firmware loading requires privileged access, a local attacker who can install custom firmware may trigger the crash. The EPSS score is < 1% and the vulnerability is not listed in CISA’s KEV catalog, indicating a very low exploitation likelihood. The consequence is a crash rather than data exfiltration or code execution, but a kernel panic can still be severe in production environments. The CVSS score of 5.5 indicates medium severity. The likely attack vector is local with elevated privileges; if the kernel driver exposes firmware loading to unprivileged users, the risk could increase.

Generated by OpenCVE AI on August 28, 2026 at 15:58 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply a kernel update that contains the Panthor null‑pointer dereference fix
  • Rebuild or regenerate firmware blobs to eliminate zero‑size sections so that no null pointer dereference can occur
  • Disable the Panthor DRM driver if not needed, or enforce strict access control on firmware loading to prevent unprivileged injection

Generated by OpenCVE AI on August 28, 2026 at 15:58 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 27 Aug 2026 18:00:00 +0000

Type Values Removed Values Added
References
Metrics threat_severity

None

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'}

threat_severity

Low


Wed, 26 Aug 2026 17:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-476

Wed, 26 Aug 2026 14:45:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: drm/panthor: skip zero-sized firmware sections panthor_fw_load_section_entry() skips BO creation when the firmware section VA range is empty. If such a section is added to the firmware section list, section->mem is left as NULL. Later reload and unplug paths iterate over all firmware sections and dereference section->mem, which can lead to a NULL pointer dereference. Zero-sized firmware sections are valid, so accept them as no-op entries but skip adding them to the section list.
Title drm/panthor: skip zero-sized firmware sections
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-08-26T14:37:36.132Z

Reserved: 2026-08-26T14:34:25.768Z

Link: CVE-2026-80577

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-26T15:17:13.763

Modified: 2026-08-26T15:17:13.763

Link: CVE-2026-80577

cve-icon Redhat

Severity : Low

Publid Date: 2026-08-26T00:00:00Z

Links: CVE-2026-80577 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-28T16:00:15Z

Weaknesses