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 94A26199958 for ; Wed, 11 Sep 2024 15:15: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=1726067705; cv=none; b=s4XTkoWxFfEZJIqsaCLYSFxD89WLFc/mHxGqBX4YAN738THv/1Gf+3CswPRN+bpuIJLW0DHZz6XHpcYRVP57Ylz8DIlEfsx9XfIt+WU9CB6izBDX6bSrPf/3dN4Oxz1c5f1KpDaHtnwKaWTf6hJtnOSQfjAPJjsfFUJe0danZbU= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1726067705; c=relaxed/simple; bh=HSIUKcfyhhcqQMgXkQ4Lx2Tata7hz9KoJyUoV6GivZw=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=oel6YBW26TT+1t72U6+qEamGkAQ2n8vj5kCQ2a1cCZethDZKPitCiTMaS3ekkF4xp4qYRueoaWZsv8rSdR2QTZvikPvYY186CRTXLN0oJZrJoG6HaB+ifqWqDh+Vi9topP6Tx2aaYPHoed56a8jjwzyXF+0gQ0WcBbdkkALSvlI= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=lWkwVFQk; 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="lWkwVFQk" Received: by smtp.kernel.org (Postfix) with ESMTPSA id D8C36C4CECE; Wed, 11 Sep 2024 15:15:04 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1726067705; bh=HSIUKcfyhhcqQMgXkQ4Lx2Tata7hz9KoJyUoV6GivZw=; h=From:To:Cc:Subject:Date:Reply-to:From; b=lWkwVFQkZZl9iwgABjYpKXFThF1iFtx30ojteP42NGP02oxg4Nbd/06/KQBAAB1RW Tbyu4sINLZVWeOSkr5DnuGlc8kVHLMYBfC8njxzudh3rlEsIlAtLJ1cjCB4k+ThVHt Yk2zqEym1e8pzMrZwqICNbPtF/gblSwiru5pYYh4= From: Greg Kroah-Hartman To: linux-cve-announce@vger.kernel.org Cc: Greg Kroah-Hartman Subject: CVE-2024-45018: netfilter: flowtable: initialise extack before use Date: Wed, 11 Sep 2024 17:14:14 +0200 Message-ID: <2024091108-CVE-2024-45018-7e30@gregkh> X-Mailer: git-send-email 2.46.0 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=2403; i=gregkh@linuxfoundation.org; h=from:subject:message-id; bh=HSIUKcfyhhcqQMgXkQ4Lx2Tata7hz9KoJyUoV6GivZw=; b=owGbwMvMwCRo6H6F97bub03G02pJDGkPNx/4zCXSnF6TwuO4yF7GZsbVRO3s71mC66wyFhtvY m85W7iuI5aFQZCJQVZMkeXLNp6j+ysOKXoZ2p6GmcPKBDKEgYtTACYSE8Awv3TNiurdWjtaW1Yx OZVe/nbkV++vrQzz3ZbmrpqRXT4z7K5ZQaBPseNb64A5AA== 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: netfilter: flowtable: initialise extack before use Fix missing initialisation of extack in flow offload. The Linux kernel CVE team has assigned CVE-2024-45018 to this issue. Affected and fixed versions =========================== Issue introduced in 5.5 with commit c29f74e0df7a and fixed in 5.10.225 with commit e5ceff2196dc Issue introduced in 5.5 with commit c29f74e0df7a and fixed in 5.15.166 with commit 356beb911b63 Issue introduced in 5.5 with commit c29f74e0df7a and fixed in 6.1.107 with commit 7eafeec6be68 Issue introduced in 5.5 with commit c29f74e0df7a and fixed in 6.6.48 with commit c7b760499f77 Issue introduced in 5.5 with commit c29f74e0df7a and fixed in 6.10.7 with commit 119be227bc04 Issue introduced in 5.5 with commit c29f74e0df7a and fixed in 6.11-rc4 with commit e9767137308d 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-2024-45018 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: net/netfilter/nf_flow_table_offload.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/e5ceff2196dc633c995afb080f6f44a72cff6e1d https://git.kernel.org/stable/c/356beb911b63a8cff34cb57f755c2a2d2ee9dec7 https://git.kernel.org/stable/c/7eafeec6be68ebd6140a830ce9ae68ad5b67ec78 https://git.kernel.org/stable/c/c7b760499f7791352b49b11667ed04b23d7f5b0f https://git.kernel.org/stable/c/119be227bc04f5035efa64cb823b8a5ca5e2d1c1 https://git.kernel.org/stable/c/e9767137308daf906496613fd879808a07f006a2