CVE-2025-38287
Severity CVSS v4.0:
Pending analysis
Type:
Unavailable / Other
Publication date:
10/07/2025
Last modified:
10/07/2025
Description
In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
IB/cm: Drop lockdep assert and WARN when freeing old msg<br />
<br />
The send completion handler can run after cm_id has advanced to another<br />
message. The cm_id lock is not needed in this case, but a recent change<br />
re-used cm_free_priv_msg(), which asserts that the lock is held and<br />
WARNs if the cm_id&#39;s currently outstanding msg is different than the one<br />
being freed.