In the Linux kernel, the following vulnerability has been resolved:
hfs: ensure sb->sfsinfo is always cleaned up
When hfs was converted to the new mount api a bug was introduced by changing the allocation pattern of sb->sfsinfo. If setupbdevsuper() fails after a new superblock has been allocated by sgetfc(), but before hfsfillsuper() takes ownership of the filesystem-specific sfs_info data it was leaked.
Fix this by freeing sb->sfsinfo in hfskillsuper().
{
"osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2025/71xxx/CVE-2025-71230.json",
"cna_assigner": "Linux"
}