NONE · 0

CVE-2025-40055

In the Linux kernel, the following vulnerability has been resolved: ocfs2: fix double free in user_cluster_connect() user_cluster_disconnect() frees "conn->cc_private" which is "lc" but then the err...

Vulnerability Description

In the Linux kernel, the following vulnerability has been resolved: ocfs2: fix double free in user_cluster_connect() user_cluster_disconnect() frees "conn->cc_private" which is "lc" but then the error handling frees "lc" a second time. Set "lc" to NULL on this path to avoid a double free.

References

FAQ

What is CVE-2025-40055?

CVE-2025-40055 is a documented vulnerability. In the Linux kernel, the following vulnerability has been resolved: ocfs2: fix double free in user_cluster_connect() user_cluster_disconnect() frees "conn->cc_private" which is "lc" but then the err...

How severe is CVE-2025-40055?

CVSS scoring is not yet available for CVE-2025-40055. Check NVD for updates.

Is there a patch for CVE-2025-40055?

Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.