CVE-2026-80822
Received Received - Intake

Null Pointer Dereference in Linux Kernel Mailbox Subsystem

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

Publication date: 2026-09-04

Last updated on: 2026-09-04

Assigner: kernel.org

Description

In the Linux kernel, the following vulnerability has been resolved: mailbox: mchp-ipc-sbi: Add null check for devm_kasprintf() Add a check to see if devm_kasprintf() is not NULL in mchp_ipc_get_cluster_aggr_irq(), returning -ENOMEM if the function failed.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-09-04
Last Modified
2026-09-04
Generated
2026-09-04
AI Q&A
2026-09-04
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
mchp ipc_sbi *

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 Linux kernel vulnerability in the Microchip Inter-Processor Communication (IPC) driver using the Simple Binary Interface (SBI). The issue involves a missing null check after calling devm_kasprintf(), which allocates formatted kernel memory. If devm_kasprintf() fails, it returns NULL, leading to a potential null pointer dereference in mchp_ipc_get_cluster_aggr_irq(). The fix adds a check to return -ENOMEM (out of memory error) if the allocation fails.

Detection Guidance

This vulnerability is specific to the Linux kernel's mailbox subsystem, particularly the mchp-ipc-sbi driver. Detection requires checking for kernel logs or errors related to the mchp_ipc_get_cluster_aggr_irq function or devm_kasprintf failures. Use commands like dmesg | grep mchp or journalctl -k | grep mchp to search for related errors.

Impact Analysis

This vulnerability could cause a kernel crash or system instability if the affected driver fails to handle memory allocation errors properly. Users might experience system freezes, unexpected reboots, or denial of service conditions on systems using Microchip IPC hardware with the affected driver.

Compliance Impact

This vulnerability does not directly impact compliance with GDPR, HIPAA, or similar regulations as it is a local kernel issue affecting system stability rather than data privacy or security controls. However, repeated system crashes could indirectly affect availability requirements in regulated environments.

Mitigation Strategies

Apply the latest Linux kernel update that includes the fix for this vulnerability. If updating is not immediately possible, consider disabling the mchp-ipc-sbi driver if it is not essential to your system.

Chat Assistant

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

EPSS Chart