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 2A3433A75AC for ; Sun, 19 Jul 2026 15:42:48 +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=1784475769; cv=none; b=IV3chJZ+Yet3URCDWtuqZq2TUN6dnMYx0I3jBs48sLNTs/v07lXZZcWHG1EuPkPXJUptyM29OfHF1yDy63+7VvppkzOYN0XTXAdOmKIqLViVB80+LM7Z8lyN/85QX+uZIT91PG2eftkJbCu9BkIemfsHWjtwcrm0WgtykvzFFyM= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1784475769; c=relaxed/simple; bh=UYdbJl/9X0yFoaush2AsJoXbtJdE2ctwIp6A5MK2ZOU=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=R9wbyXPLABCNed9F0QMxQm5URsl2X8mZZKAKzHAcnRU+ujkT9pb6caJ0fGgYhoF0J8kKDEB9e4CfgJXYdNEe0nNWmCbVvVwEW+9e8SRK6Y/7ODI/oQnFgJXHHzg2nL0q3fiN+tsKs44ppDfKRHDob9kYBfoNkJuFviZTYfs2PTQ= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=2SsFpjxg; 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="2SsFpjxg" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 895931F000E9; Sun, 19 Jul 2026 15:42:47 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linuxfoundation.org; s=korg; t=1784475768; bh=TEGbXSaWnHFU/kkuaseGAPtwrBPfqHIwOvdQcffFAcU=; h=From:To:Cc:Subject:Date:Reply-To; b=2SsFpjxgOY6298DKItPtiraI1Q8Kmxwx5YVCGirCEW0d6+fvzVYGyEnXlFlZLEZCs wO2hAPD0gB0/yTtFcB9SK/qHWEpX3SHpQqIjd4IZg54HtFGYiFNOkDzoZCyBN2NzQF 8OilGcrjvfz5lRQyAMciqTxpqIo37VwrXh+Ro1zE= From: Greg Kroah-Hartman To: linux-cve-announce@vger.kernel.org Cc: Greg Kroah-Hartman Subject: CVE-2026-64076: netfilter: bridge: eb_tables: close module init race Date: Sun, 19 Jul 2026 17:38:58 +0200 Message-ID: <2026071914-CVE-2026-64076-4346@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=2257; i=gregkh@linuxfoundation.org; h=from:subject:message-id; bh=s1pa0267AVr4TgpfnfIj747Bj7YAw1b2NQ1B5DAIThI=; b=owGbwMvMwCRo6H6F97bub03G02pJDFkx79Nkdt0yb5mYbjJppdsN37/tO5eEhVt85DpWoW05r eoFr4d2RywLgyATg6yYIsuXbTxH91ccUvQytD0NM4eVCWQIAxenAEzknCfDgpmnt27UeZD6lys8 dv/6Oe9SvToPFDHMU09g8WhyfHVnQ/0Gg1rfSJGvHW8OAwA= 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: netfilter: bridge: eb_tables: close module init race sashiko reports for unrelated patch: Does the core ebtables initialization in ebtables.c suffer from a similar race? Once nf_register_sockopt() completes, the sockopts are exposed globally. sockopt has to be registered last, just like in ip/ip6/arptables. The Linux kernel CVE team has assigned CVE-2026-64076 to this issue. Affected and fixed versions =========================== Issue introduced in 5.13 with commit 5b53951cfc85329d29df9d07b1e905f4563546a5 and fixed in 6.18.34 with commit c647e2a21bbbaceda6cdb8a44a56f44d231dc4b4 Issue introduced in 5.13 with commit 5b53951cfc85329d29df9d07b1e905f4563546a5 and fixed in 7.0.11 with commit 02d999dc69b3918dba2414932b5d95f1f75c76cb Issue introduced in 5.13 with commit 5b53951cfc85329d29df9d07b1e905f4563546a5 and fixed in 7.1 with commit 27414ff1b287ea9a2a11675149ec28e05539f3cc 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-64076 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/bridge/netfilter/ebtables.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/c647e2a21bbbaceda6cdb8a44a56f44d231dc4b4 https://git.kernel.org/stable/c/02d999dc69b3918dba2414932b5d95f1f75c76cb https://git.kernel.org/stable/c/27414ff1b287ea9a2a11675149ec28e05539f3cc