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 SU…
提示
摘要
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_all_callback() calls thaw_super_locked() which unconditionally releases s_umount on every code path. This results in a second unlock attempt in __iterate_supers() …
中文摘要建设中,暂以英文摘要呈现(DR-003 v2)。
深度研判
该漏洞尚未生成深度研判报告(DR-003 v2 AI pipeline 建设中)。
数据来源
- NVD DATABASE
原始链接
- https://git.kernel.org/stable/c/503d67fbaec6fdeaba391cb497675071db9d16ea
- https://git.kernel.org/stable/c/64017df6e61a3ce7159cee284109b92009985361
- https://git.kernel.org/stable/c/79e04370657a2581e3189f9c7fc166e7c4fbab3a
- https://git.kernel.org/stable/c/c78e38745ff1b0457c4551e7f75ea15842df1169
时间线
- nvd_ingest NVD