In the Linux kernel, the following vulnerability has been resolved:
hfs: fix potential use after free in hfscorrectnextunusedCNID()
This code calls hfsbnodeput(node) which drops the refcount and then dreferences "node" on the next line. It's only safe to use "node" when we're holding a reference so flip these two lines around.
{
"osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2025/68xxx/CVE-2025-68761.json",
"cna_assigner": "Linux"
}