In the Linux kernel, the following vulnerability has been resolved:
ocfs2: fix double free in userclusterconnect()
userclusterdisconnect() 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.
{
"osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2025/40xxx/CVE-2025-40055.json",
"cna_assigner": "Linux"
}