NONE · 0

CVE-2026-80577

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 rang...

Vulnerability 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.

References

FAQ

What is CVE-2026-80577?

CVE-2026-80577 is a documented vulnerability. 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 rang...

How severe is CVE-2026-80577?

CVSS scoring is not yet available for CVE-2026-80577. Check NVD for updates.

Is there a patch for CVE-2026-80577?

Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.