From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-alma10-1.taild15c8.ts.net [100.103.45.18]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 2205A3A6B81 for ; Sun, 19 Jul 2026 15:42:17 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1784475739; cv=none; b=VgArIZeZl2/DWrh16JsFRde69TlfSVkLHvwHZBjMwhJ2aw7LdbMqETTm7WIkiVxtHU4RRgDRwsQR/O/plK6Yf+oOZD8k66DrD4koKOmHZk7Z7fsyw7GOCT172/Hvv295y9EbN3BHSaAJBlfD+Q/XhLfnKCQB61hQsiK1MBO0a+8= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1784475739; c=relaxed/simple; bh=o09N6rvloNZyqDILnbs6XkapHE/pKpzv0x5ltBDYgUQ=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=t60EY5EYJxVY5aGlPhwrngH7SQ6LfLDpslv6+o13fN60Gsw4Ex3vU6GdR6uxr/KKZm75Wu/qg3iu1syyqtkHXfF6iL8ypb6pNMuF10TgxL6ROs4rO5SCTKL8KefI1q0BllmGI5p3baVVRDuAsPl0afeM0m9YZKpS+z9EXA1UcSc= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=jetT2xxz; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="jetT2xxz" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 46B3B1F000E9; Sun, 19 Jul 2026 15:42:17 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linuxfoundation.org; s=korg; t=1784475737; bh=IzLgDGUlOM1v+1az4drhVNZwbI19Jvfi4O/LmvyR8Sk=; h=From:To:Cc:Subject:Date:Reply-To; b=jetT2xxzdzQ1hUwKqzEC1ecO8Qw3J561x2Ds0+NILJ7vu9m0+8wYwayMs1RFgrhHx gw/PO7nk0l+tSszTeUphyf5wkDI17hXBYlcAkN/dJEIDWlAjhHHpF10yBIwl3iGoPw O0NcWSuzopGLoj1ULIGli4miOj9Eqwpvj6oQIWBc= From: Greg Kroah-Hartman To: linux-cve-announce@vger.kernel.org Cc: Greg Kroah-Hartman Subject: CVE-2026-64066: netfs: Fix netfs_read_to_pagecache() to pause on subreq failure Date: Sun, 19 Jul 2026 17:38:48 +0200 Message-ID: <2026071912-CVE-2026-64066-9d98@gregkh> X-Mailer: git-send-email 2.55.0 Reply-To: , Precedence: bulk X-Mailing-List: linux-cve-announce@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 X-Developer-Signature: v=1; a=openpgp-sha256; l=2120; i=gregkh@linuxfoundation.org; h=from:subject:message-id; bh=b/MzdECZkCkdv33rB/67Zl6LxOAzjjkj2fsxN+vEAgk=; b=kA0DAAIRMUfUDdst+ykByyZiAGpc72SgPM1gnENBt8PuABflxp7l1H0mxA2VzT0r0RdJPBkaj YhdBAARAgAdFiEE9LYMxb94wiFKMT3LMUfUDdst+ykFAmpc72QACgkQMUfUDdst+ym6SgCfR/7x r3rNez0bAOQMJ0DsAs8jragAn3yk6+Z1Ffb6T42gXB+Qp8PJ4nR9 X-Developer-Key: i=gregkh@linuxfoundation.org; a=openpgp; fpr=F4B60CC5BF78C2214A313DCB3147D40DDB2DFB29 Content-Transfer-Encoding: 8bit From: Greg Kroah-Hartman Description =========== In the Linux kernel, the following vulnerability has been resolved: netfs: Fix netfs_read_to_pagecache() to pause on subreq failure Fix netfs_read_to_pagecache() so that it pauses the generation of new subrequests if an already-issued subrequest fails. The Linux kernel CVE team has assigned CVE-2026-64066 to this issue. Affected and fixed versions =========================== Issue introduced in 6.12 with commit ee4cdf7ba857a894ad1650d6ab77669cbbfa329e and fixed in 6.18.34 with commit 884c4c4f35e577aba6a0593c80cbea9ca5e6e2b8 Issue introduced in 6.12 with commit ee4cdf7ba857a894ad1650d6ab77669cbbfa329e and fixed in 7.0.11 with commit 0256e79ce42101ad036edd4205bccca621ea0927 Issue introduced in 6.12 with commit ee4cdf7ba857a894ad1650d6ab77669cbbfa329e and fixed in 7.1 with commit 8a8c0cfdf4658fc5b295b7fc87be56e0d76741f4 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-2026-64066 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/netfs/buffered_read.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/884c4c4f35e577aba6a0593c80cbea9ca5e6e2b8 https://git.kernel.org/stable/c/0256e79ce42101ad036edd4205bccca621ea0927 https://git.kernel.org/stable/c/8a8c0cfdf4658fc5b295b7fc87be56e0d76741f4