From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (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 C64FA219A7D for ; Wed, 26 Feb 2025 02:24:05 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1740536645; cv=none; b=s3BCJo/PVKLGpnaYowQv3cnNhf4docLuC1VxgkNiCjN9lWEevQMwyW9v+JVzDPkoe/TLgn1uhNN8WUNhniYiZ0LJhPqLJ/oT0Q5i6fQpPRup80xpXHa3ZoAYDR23+rKvaXkWApbSh/ZpWfX/fNeYsMF12zmC/CdweilxrDIhCXA= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1740536645; c=relaxed/simple; bh=+nkUO4diha4KWuiz9CKDTsj59Rm9Vnur4tb7zin9lHM=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=n651TA5wcmJZ+xKbzRZ6E8smQACXTyGHXkZ3K5ZAIv6jw/EdZQ8g2ckN6JZCmF1sMHuzeOQjIJD++sk3bOeLxmFi22+lvHfxOU1DgBRJEIha981it2QOHl4YfxdxKggape48PVIf2Rm0XfQ8TeFxG7IgRpLMLU0B9ceDZeWtr3E= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=eQbBhZ9w; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="eQbBhZ9w" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 9CF0EC4CEE6; Wed, 26 Feb 2025 02:24:05 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1740536645; bh=+nkUO4diha4KWuiz9CKDTsj59Rm9Vnur4tb7zin9lHM=; h=From:To:Cc:Subject:Date:Reply-to:From; b=eQbBhZ9wm/SBr4BsZwpXDv8iCOoNsN3I3stMxx4kWDnUttylm6TUaSDXYO2z9l0Nb 4kfPrdIcFVnHQxHwK12vQLEwQNT3/13feLywbtIgAcO8JkjPmz42TEtOpOqAPtMfzL 4Kn01EB7kAx9Q6L3zPWD/kqz5b718/y/ev2aYJyA= From: Greg Kroah-Hartman To: linux-cve-announce@vger.kernel.org Cc: Greg Kroah-Hartman Subject: CVE-2022-49572: tcp: Fix data-races around sysctl_tcp_slow_start_after_idle. Date: Wed, 26 Feb 2025 03:22:15 +0100 Message-ID: <2025022606-CVE-2022-49572-51d7@gregkh> X-Mailer: git-send-email 2.48.1 Precedence: bulk X-Mailing-List: linux-cve-announce@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Reply-to: , X-Developer-Signature: v=1; a=openpgp-sha256; l=2846; i=gregkh@linuxfoundation.org; h=from:subject:message-id; bh=+nkUO4diha4KWuiz9CKDTsj59Rm9Vnur4tb7zin9lHM=; b=owGbwMvMwCRo6H6F97bub03G02pJDOn7qs6dnaTbblSm94bPlivE4+Ef68cHuh36pDfXu/nk/ 7DS+SzSEcvCIMjEICumyPJlG8/R/RWHFL0MbU/DzGFlAhnCwMUpABNxsWZYsOnMrbsqq/waZ3BF 71ilnS3rKCS3gWGubF2Gw+yFofO1Xm00rpuySv9Xv7sVAA== X-Developer-Key: i=gregkh@linuxfoundation.org; a=openpgp; fpr=F4B60CC5BF78C2214A313DCB3147D40DDB2DFB29 Content-Transfer-Encoding: 8bit Description =========== In the Linux kernel, the following vulnerability has been resolved: tcp: Fix data-races around sysctl_tcp_slow_start_after_idle. While reading sysctl_tcp_slow_start_after_idle, it can be changed concurrently. Thus, we need to add READ_ONCE() to its readers. The Linux kernel CVE team has assigned CVE-2022-49572 to this issue. Affected and fixed versions =========================== Issue introduced in 2.6.18 with commit 35089bb203f44e33b6bbb6c4de0b0708f9a48921 and fixed in 4.19.254 with commit 3b26e11b07a09b31247688bec61e2925d4a571b6 Issue introduced in 2.6.18 with commit 35089bb203f44e33b6bbb6c4de0b0708f9a48921 and fixed in 5.4.208 with commit 369d99c2b89f54473adcf9acdf40ea562b5a6e0e Issue introduced in 2.6.18 with commit 35089bb203f44e33b6bbb6c4de0b0708f9a48921 and fixed in 5.10.134 with commit 0e3f82a03ec8c3808e87283e12946227415706c9 Issue introduced in 2.6.18 with commit 35089bb203f44e33b6bbb6c4de0b0708f9a48921 and fixed in 5.15.58 with commit 41aeba4506f6b70ec7500c6fe202731a4ba29fe5 Issue introduced in 2.6.18 with commit 35089bb203f44e33b6bbb6c4de0b0708f9a48921 and fixed in 5.18.15 with commit 68b6f9506747d507c7bfa374d178929b4157e8c6 Issue introduced in 2.6.18 with commit 35089bb203f44e33b6bbb6c4de0b0708f9a48921 and fixed in 5.19 with commit 4845b5713ab18a1bb6e31d1fbb4d600240b8b691 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-2022-49572 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: include/net/tcp.h net/ipv4/tcp_output.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/3b26e11b07a09b31247688bec61e2925d4a571b6 https://git.kernel.org/stable/c/369d99c2b89f54473adcf9acdf40ea562b5a6e0e https://git.kernel.org/stable/c/0e3f82a03ec8c3808e87283e12946227415706c9 https://git.kernel.org/stable/c/41aeba4506f6b70ec7500c6fe202731a4ba29fe5 https://git.kernel.org/stable/c/68b6f9506747d507c7bfa374d178929b4157e8c6 https://git.kernel.org/stable/c/4845b5713ab18a1bb6e31d1fbb4d600240b8b691