CVE-2026-68168

Severity CVSS v4.0:
Pending analysis
Type:
Unavailable / Other
Publication date:
10/08/2026
Last modified:
17/08/2026

Description

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

Impact