[<prev] [next>] [day] [month] [year] [list]
Message-ID: <2026011411-CVE-2025-71106-731c@gregkh>
Date: Wed, 14 Jan 2026 16:06:11 +0100
From: Greg Kroah-Hartman <gregkh@...uxfoundation.org>
To: linux-cve-announce@...r.kernel.org
Cc: Greg Kroah-Hartman <gregkh@...nel.org>
Subject: CVE-2025-71106: fs: PM: Fix reverse check in filesystems_freeze_callback()
From: Greg Kroah-Hartman <gregkh@...nel.org>
Description
===========
In the Linux kernel, the following vulnerability has been resolved:
fs: PM: Fix reverse check in filesystems_freeze_callback()
The freeze_all_ptr check in filesystems_freeze_callback() introduced by
commit a3f8f8662771 ("power: always freeze efivarfs") is reverse which
quite confusingly causes all file systems to be frozen when
filesystem_freeze_enabled is false.
On my systems it causes the WARN_ON_ONCE() in __set_task_frozen() to
trigger, most likely due to an attempt to freeze a file system that is
not ready for that.
Add a logical negation to the check in question to reverse it as
appropriate.
The Linux kernel CVE team has assigned CVE-2025-71106 to this issue.
Affected and fixed versions
===========================
Issue introduced in 6.18 with commit a3f8f8662771285511ae26c4c8d3ba1cd22159b9 and fixed in 6.18.3 with commit b107196729ff6b9d6cde0a71f49c1243def43328
Issue introduced in 6.18 with commit a3f8f8662771285511ae26c4c8d3ba1cd22159b9 and fixed in 6.19-rc1 with commit 222047f68e8565c558728f792f6fef152a1d4d51
Please see https://www.kernel.org for a full list of currently supported
kernel versions by the kernel community.
Unaffected versions might change over time as fixes are backported to
older supported kernel versions. The official CVE entry at
https://cve.org/CVERecord/?id=CVE-2025-71106
will be updated if fixes are backported, please check that for the most
up to date information about this issue.
Affected files
==============
The file(s) affected by this issue are:
fs/super.c
Mitigation
==========
The Linux kernel CVE team recommends that you update to the latest
stable kernel version for this, and many other bugfixes. Individual
changes are never tested alone, but rather are part of a larger kernel
release. Cherry-picking individual commits is not recommended or
supported by the Linux kernel community at all. If however, updating to
the latest release is impossible, the individual changes to resolve this
issue can be found at these commits:
https://git.kernel.org/stable/c/b107196729ff6b9d6cde0a71f49c1243def43328
https://git.kernel.org/stable/c/222047f68e8565c558728f792f6fef152a1d4d51
Powered by blists - more mailing lists