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.
Published: 2026-09-04
Score: n/a
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The Linux kernel mailbox driver for Mitsubishi IPC Subsystem Interface contains a flaw where a failed buffer allocation by devm_kasprintf() is not checked for NULL. If the allocation fails, the driver proceeds to use the NULL pointer, resulting in a null‑pointer dereference that causes the kernel to panic and crash. This crash interrupts normal kernel operation, leading to a local denial of service.

Affected Systems

All Linux kernel builds that include the mchp‑ipc‑sbi mailbox driver and contain the unpatched code path. Exact version information is not specified; any kernel older than the commit that added the null check may be affected.

Risk and Exploitability

The vulnerability is local and requires an attacker to trigger the function that calls mchp_ipc_get_cluster_aggr_irq(). No EPSS score or CVSS rating is available, and the issue does not appear in the CISA KEV catalog, indicating no publicly known exploits. However, the null‑pointer dereference in kernel space is high severity, and a successful exploit would result in a kernel crash and service disruption.

Generated by OpenCVE AI on September 4, 2026 at 17:23 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the Linux kernel to a version that contains the security fix, or apply the upstream patch that adds the null check for devm_kasprintf() in the mchp_ipc_sbi mailbox driver and rebuild the kernel.
  • If upgrading is not immediately possible, prevent the vulnerable driver from loading by adding a module blacklist entry for mchp_ipc or disabling the mailbox driver during boot, and then reboot to apply the change.
  • After the upgrade or disablement, monitor kernel logs for any buffer allocation failures or panics related to the mailbox driver to confirm that the issue has been fully mitigated.

Generated by OpenCVE AI on September 4, 2026 at 17:23 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 04 Sep 2026 17:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-476

Fri, 04 Sep 2026 15:45:00 +0000

Type Values Removed Values Added
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.
Title mailbox: mchp-ipc-sbi: Add null check for devm_kasprintf()
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-09-04T15:29:19.564Z

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

Link: CVE-2026-80822

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-09-04T16:18:09.970

Modified: 2026-09-04T16:18:09.970

Link: CVE-2026-80822

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-04T17:30:17Z

Weaknesses