THREATOPS
THREAT OPSThreat News › [NVD] CVE-2026-68150 — In the Linux kernel, the following vulnerability has been resolved: fs/super: fix emergency thaw double-unlock of s_umount do_thaw_all() iterates over all superblocks via __iterate_supers() with SUPER_ITER_EXCL, which acquires s_umount exclusively before calling the callback an

[NVD] CVE-2026-68150 — In the Linux kernel, the following vulnerability has been resolved: fs/super: fix emergency thaw double-unlock of s_umount do_thaw_all() iterates over all superblocks via __iterate_supers() with SUPER_ITER_EXCL, which acquires s_umount exclusively before calling the callback an

mednvdPublished 2026-08-10

CVE-2026-68150 CVSS: None Published: 2026-08-10T13:20:01.010

In the Linux kernel, the following vulnerability has been resolved:

fs/super: fix emergency thaw double-unlock of s_umount

do_thaw_all() iterates over all superblocks via __iterate_supers() with SUPER_ITER_EXCL, which acquires s_umount exclusively before calling the callback and releases it afterwards. However, the callback do_thaw_a

Indicators of compromise

Original source: https://nvd.nist.gov/vuln/detail/CVE-2026-68150