SEPTEMBER 19, 2026
Live Feed
Back to database
Case File

CVE-2026-80822

UNKNOWN · CVSS N/A EPSS 0.17%

Source: NVD + CISA KEV + EPSS · Published 2026-09-04 · Last synced 2026-09-19

CyberRota Analysis

AI-Generated

The vulnerability affects the Linux kernel's mailbox subsystem, specifically in the mchp-ipc-sbi component, where a lack of a null check for the devm_kasprintf() function could lead to potential memory allocation issues. If exploited, this could result in system instability or crashes due to improper error handling, particularly impacting systems that rely on this functionality. Organizations utilizing affected Linux kernel versions should prioritize this update to mitigate risks associated with memory management failures.

CVE
CVE-2026-80822
Severity
UNKNOWN
CVSS
N/A
EPSS
0.17%
Linux

Original NVD 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.