In the Linux kernel, the following vulnerability has been resolved:
gfs2: prevent NULL pointer dereference during unmount
When flushing out outstanding glock work during an unmount, gfs2logflush() can be called when sdp->sdjdesc has already been deallocated and sdp->sdjdesc is NULL. Commit 35264909e9d1 ("gfs2: Fix NULL pointer dereference in gfs2logflush") added a check for that to gfs2logflush() itself, but it missed the sdp->sdjdesc dereference in gfs2log_release(). Fix that.
{
"osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/53xxx/CVE-2026-53048.json",
"cna_assigner": "Linux"
}