NONE · 0

CVE-2026-68168

In the Linux kernel, the following vulnerability has been resolved: afs: Fix afs_edit_dir_remove() to get, not find, block 0 Fix afs_edit_dir_remove() to use afs_dir_get_block() to get block 0 rathe...

Vulnerability Description

In the Linux kernel, the following vulnerability has been resolved: afs: Fix afs_edit_dir_remove() to get, not find, block 0 Fix afs_edit_dir_remove() to use afs_dir_get_block() to get block 0 rather than afs_dir_find_block() as the latter caches the found block in the afs_dir_iter and may[*] switch out the page it's on if another afs_dir_find_block() is done. This parallels what afs_edit_dir_add() does. [*] There's more than one block per page.

References

FAQ

What is CVE-2026-68168?

CVE-2026-68168 is a documented vulnerability. In the Linux kernel, the following vulnerability has been resolved: afs: Fix afs_edit_dir_remove() to get, not find, block 0 Fix afs_edit_dir_remove() to use afs_dir_get_block() to get block 0 rathe...

How severe is CVE-2026-68168?

CVSS scoring is not yet available for CVE-2026-68168. Check NVD for updates.

Is there a patch for CVE-2026-68168?

Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.