Security Advisory

CVE-2025-40202

CVE vulnerability detail — eXtreme Datacenter Security Operations

Published 2025-11-12 21:56:34
Last updated 2026-05-11 21:44:44
Assigner Linux
State PUBLISHED

Description

In the Linux kernel, the following vulnerability has been resolved: ipmi: Rework user message limit handling The limit on the number of user messages had a number of issues, improper counting in some cases and a use after free. Restructure how this is all done to handle more in the receive message allocation routine, so all refcouting and user message limit counts are done in that routine. Its a lot cleaner and safer.