2 matches found
CVE-2026-97585
The Linux kernel contained a vulnerability in the afs component where a double-kunmap could occur. The root cause is located in afs_edit_dir_remove() , where manually kunmapping blocks without clearing iter.blocks leads to issues if afs_dir_find_block() is called twice consecutively (specifically...
5.8AI score
SaveExploits0References3
EUVD-2026-86893
In the Linux kernel, the following vulnerability has been resolved: afs: Fix double-unmap of directory block Fix afseditdirremove to use a cleanup function to unmap the block pointed to by afsdiriter::block if it's left pointing to something rather than manually kunmapping the blocks. Manually...
5.8AI score
SaveExploits0References3
20