Memory Leak in Linux Kernel's IPMI Interface
CVE-2023-53611

Currently unrated

Key Information:

Vendor

Linux

Status
Vendor
CVE Published:
4 October 2025

What is CVE-2023-53611?

A memory leak vulnerability in the Linux kernel's IPMI interface occurs during the initialization process when allocated memory is not properly freed if an error arises prior to the registration of handlers. Specifically, if the try_smi_init() function encounters an error before the shutdown_smi() function is registered, it fails to release allocated memory, leading to potential resource exhaustion and system instability. The issue has been addressed by implementing a kfree() call in the error handling path to ensure that memory is appropriately released, improving the overall stability and security of the system.

Affected Version(s)

Linux 7960f18a56475bf2177c5ff56c72eb4c12c56440

Linux 7960f18a56475bf2177c5ff56c72eb4c12c56440

Linux 7960f18a56475bf2177c5ff56c72eb4c12c56440 < 5c5f02e16b919c8cb6024dc3778c8d8f1fb1f26b

References

Timeline

  • Vulnerability published

  • Vulnerability Reserved

.
CVE-2023-53611 : Memory Leak in Linux Kernel's IPMI Interface