CyberRota Analysis
AI-GeneratedThe 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.
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.