We use these services and cookies to improve your user experience. You may opt out if you wish, however, this may limit some features on this site.
Please see our statement on Data Privacy.
In the Linux kernel, the following vulnerability has been resolved: btrfs: fix invalid inode pointer dereferences during log replay In a few places where we call read_one_inode(), if we get a NULL pointer we end up jumping into an error path, or fallthrough in case of __add_inode_ref(), where we then do something like this: iput(&inode->vfs_inode); which results in an invalid inode pointer that triggers an invalid memory access, resulting in a crash. Fix this by making sure we don't do such dereferences.
Reserved 2025-04-16 | Published 2025-07-09 | Updated 2025-07-10 | Assigner Linuxgit.kernel.org/...c/401d098f92ea69d8a75f8b845daf343e511681ba
git.kernel.org/...c/ba8386d662cc51cc5382688bbf7a152b0b0b27cf
git.kernel.org/...c/2dcf838cf5c2f0f4501edaa1680fcad03618d760
Support options