Blame SOURCES/CVE-2023-32233.patch

e62b01
From 7972a497548bcdfc7f3b6f24a1fd5e4b0e008fff Mon Sep 17 00:00:00 2001
e62b01
From: Ryan Sullivan <rysulliv@redhat.com>
e62b01
Date: Thu, 15 Jun 2023 10:43:28 -0400
e62b01
Subject: [KPATCH CVE-2023-32233] kpatch fixes for CVE-2023-32233
e62b01
e62b01
Kernels:
e62b01
3.10.0-1160.81.1.el7
e62b01
3.10.0-1160.83.1.el7
e62b01
3.10.0-1160.88.1.el7
e62b01
3.10.0-1160.90.1.el7
e62b01
3.10.0-1160.92.1.el7
e62b01
e62b01
e62b01
Kpatch-MR: https://gitlab.com/redhat/prdsc/rhel/src/kpatch/rhel-7/-/merge_requests/54
e62b01
Approved-by: Yannick Cote (@ycote1)
e62b01
Approved-by: Joe Lawrence (@joe.lawrence)
e62b01
Changes since last build:
e62b01
[x86_64]:
e62b01
l2cap_core.o: changed function: l2cap_data_channel
e62b01
l2cap_core.o: changed function: l2cap_rx_state_recv
e62b01
nf_tables_api.o: changed function: __nf_tables_abort
e62b01
nf_tables_api.o: changed function: nf_tables_delsetelem
e62b01
nf_tables_api.o: changed function: nf_tables_newset
e62b01
nf_tables_api.o: changed function: nft_delrule
e62b01
nf_tables_api.o: changed function: nft_set_destroy
e62b01
nf_tables_api.o: changed function: nft_validate_register_store
e62b01
nf_tables_api.o: new function: nf_tables_activate_set
e62b01
nf_tables_api.o: new function: nf_tables_deactivate_set
e62b01
nf_tables_api.o: new function: nft_rule_expr_deactivate
e62b01
nft_dynset.o: new function: klp_is_nft_dynset
e62b01
nft_dynset.o: new function: nft_dynset_activate
e62b01
nft_dynset.o: new function: nft_dynset_deactivate
e62b01
nft_lookup.o: new function: klp_is_nft_lookup
e62b01
nft_lookup.o: new function: nft_lookup_activate
e62b01
nft_lookup.o: new function: nft_lookup_deactivate
e62b01
e62b01
[ppc64le]:
e62b01
l2cap_core.o: changed function: l2cap_data_channel
e62b01
l2cap_core.o: changed function: l2cap_rx_state_recv
e62b01
nf_tables_api.o: changed function: __nf_tables_abort
e62b01
nf_tables_api.o: changed function: nf_tables_bind_check_setelem
e62b01
nf_tables_api.o: changed function: nf_tables_bind_set
e62b01
nf_tables_api.o: changed function: nf_tables_commit
e62b01
nf_tables_api.o: changed function: nf_tables_delrule
e62b01
nf_tables_api.o: changed function: nf_tables_delsetelem
e62b01
nf_tables_api.o: changed function: nf_tables_newset
e62b01
nf_tables_api.o: changed function: nf_tables_unbind_set
e62b01
nf_tables_api.o: changed function: nft_add_set_elem
e62b01
nf_tables_api.o: changed function: nft_delrule_by_chain
e62b01
nf_tables_api.o: changed function: nft_unregister_afinfo
e62b01
nf_tables_api.o: changed function: nft_validate_register_store
e62b01
nf_tables_api.o: new function: nf_tables_activate_set
e62b01
nf_tables_api.o: new function: nf_tables_deactivate_set
e62b01
nft_dynset.o: new function: klp_is_nft_dynset
e62b01
nft_dynset.o: new function: nft_dynset_activate
e62b01
nft_dynset.o: new function: nft_dynset_deactivate
e62b01
nft_lookup.o: new function: klp_is_nft_lookup
e62b01
nft_lookup.o: new function: nft_lookup_activate
e62b01
nft_lookup.o: new function: nft_lookup_deactivate
e62b01
e62b01
---------------------------
e62b01
e62b01
Modifications:
e62b01
- Removes prototype definitions of nf_tables_activate_set() and
e62b01
nf_tables_deactivate_set() from nf_tables.h and moves them into the
e62b01
affected files above when they are called
e62b01
e62b01
- Adds optimization attribute "-fno-optimize-sibling-calls" to the
e62b01
nf_tables_deactivate_set()
e62b01
e62b01
- Removes definitions/edits of the policy and removed fields from the
e62b01
nft_set struct instead using a shadow variable
e62b01
(ID = KLP_CVE_2023_32233), created in nf_tables_newset() and
e62b01
destroyed in nft_set_destroy()
e62b01
e62b01
- Removes .activate and .deactivate from nft_(dynset/lookup)_ops and
e62b01
instead changes nft_rule_expr_(activate/deactivate) to directly call
e62b01
activate and deactivate functions from within them
e62b01
e62b01
commit ffb7eb4b21c69f2b5e084c85b37eb033544e3fc9
e62b01
Author: Florian Westphal <fwestpha@redhat.com>
e62b01
Date:   Tue May 16 13:34:35 2023 +0200
e62b01
e62b01
    netfilter: nf_tables: deactivate anonymous set from preparation phase
e62b01
e62b01
    Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=2196159
e62b01
    Upstream Status: commit c1592a89942e9
e62b01
    CVE: CVE-2023-32233
e62b01
    Conflicts: everywhere
e62b01
    Tested: nftables v0.8 shell/py tests
e62b01
e62b01
    A rule like
e62b01
e62b01
    ip saddr { 1.2.3.4, 5.6.7.8 } accept
e62b01
e62b01
    consists of multiple expressions and a set (the part in { }).
e62b01
e62b01
    This set only has a auto-assigned name "__set%d" hidden from
e62b01
    userspace view, but its still internally referenceable this way.
e62b01
e62b01
    Such "anonymous" sets are owned by the rule that use it.
e62b01
    Rule deletion auto-removes the set as well.
e62b01
e62b01
    Unfortunately userspace can craft a transaction that first
e62b01
    deletes the rule and then attempts an operation on the anon
e62b01
    set, such as deleting it or deleting an element from the set.
e62b01
e62b01
    Upstream patch uses existing delete/activate callbacks to disable
e62b01
    the set in the new generation (the "preview" of the future ruleset).
e62b01
    This makes such attempt at (re)using the set fail because the set
e62b01
    won't be visible anymore.
e62b01
e62b01
    In RHEL7 we cannot mark the set as inactive in next generation
e62b01
    because neither sets nor set elements have such a generation bit mask.
e62b01
e62b01
    This backport adds minimal bits from
e62b01
    408070d6ee3490 "netfilter: nf_tables: add nft_set_is_anonymous() helper"
e62b01
    bb7b40aecbf778 "netfilter: nf_tables: bogus EBUSY in chain deletions"
e62b01
    cd5125d8f51882 "netfilter: nf_tables: split set destruction in deactivate and destroy phase"
e62b01
e62b01
    for the necessary infrastructure to mark anon sets as
e62b01
    "to be removed" from transaction preparation phase.
e62b01
e62b01
    Introduce an explicit "removed" bit flag that is set once the nft_lookup
e62b01
    or dynset expression referencing an anonymous set gets scheduled for
e62b01
    removal in the transaction phase.
e62b01
e62b01
    This can then be detected in a subsequent DELSETEM attempt and
e62b01
    an error can be returned.
e62b01
e62b01
    commit c1592a89942e9678f7d9c8030efa777c0d57edab
e62b01
    Author: Pablo Neira Ayuso <pablo@netfilter.org>
e62b01
    Date:   Tue May 2 10:25:24 2023 +0200
e62b01
e62b01
        netfilter: nf_tables: deactivate anonymous set from preparation phase
e62b01
e62b01
        Toggle deleted anonymous sets as inactive in the next generation, so
e62b01
        users cannot perform any update on it. Clear the generation bitmask
e62b01
        in case the transaction is aborted.
e62b01
e62b01
        The following KASAN splat shows a set element deletion for a bound
e62b01
        anonymous set that has been already removed in the same transaction.
e62b01
e62b01
        [   64.921510] ==================================================================
e62b01
        [   64.923123] BUG: KASAN: wild-memory-access in nf_tables_commit+0xa24/0x1490 [nf_tables]
e62b01
        [   64.924745] Write of size 8 at addr dead000000000122 by task test/890
e62b01
        [   64.927903] CPU: 3 PID: 890 Comm: test Not tainted 6.3.0+ #253
e62b01
        [   64.931120] Call Trace:
e62b01
        [   64.932699]  <TASK>
e62b01
        [   64.934292]  dump_stack_lvl+0x33/0x50
e62b01
        [   64.935908]  ? nf_tables_commit+0xa24/0x1490 [nf_tables]
e62b01
        [   64.937551]  kasan_report+0xda/0x120
e62b01
        [   64.939186]  ? nf_tables_commit+0xa24/0x1490 [nf_tables]
e62b01
        [   64.940814]  nf_tables_commit+0xa24/0x1490 [nf_tables]
e62b01
        [   64.942452]  ? __kasan_slab_alloc+0x2d/0x60
e62b01
        [   64.944070]  ? nf_tables_setelem_notify+0x190/0x190 [nf_tables]
e62b01
        [   64.945710]  ? kasan_set_track+0x21/0x30
e62b01
        [   64.947323]  nfnetlink_rcv_batch+0x709/0xd90 [nfnetlink]
e62b01
        [   64.948898]  ? nfnetlink_rcv_msg+0x480/0x480 [nfnetlink]
e62b01
e62b01
        Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
e62b01
e62b01
    Signed-off-by: Florian Westphal <fwestpha@redhat.com>
e62b01
e62b01
Signed-off-by: Ryan Sullivan <rysulliv@redhat.com>
e62b01
---
e62b01
 net/netfilter/nf_tables_api.c | 97 ++++++++++++++++++++++++++++++++++-
e62b01
 net/netfilter/nft_dynset.c    | 26 ++++++++++
e62b01
 net/netfilter/nft_lookup.c    | 26 ++++++++++
e62b01
 3 files changed, 147 insertions(+), 2 deletions(-)
e62b01
e62b01
diff --git a/net/netfilter/nf_tables_api.c b/net/netfilter/nf_tables_api.c
e62b01
index 44738b987690..feff3b92a617 100644
e62b01
--- a/net/netfilter/nf_tables_api.c
e62b01
+++ b/net/netfilter/nf_tables_api.c
e62b01
@@ -20,6 +20,9 @@
e62b01
 #include <net/netfilter/nf_tables.h>
e62b01
 #include <net/net_namespace.h>
e62b01
 #include <net/sock.h>
e62b01
+#include <linux/livepatch.h>
e62b01
+
e62b01
+#define KLP_CVE_2023_32233 	0x2022101200000111
e62b01
 
e62b01
 static LIST_HEAD(nf_tables_expressions);
e62b01
 
e62b01
@@ -260,6 +263,50 @@ static inline void nft_rule_clear(struct net *net, struct nft_rule *rule)
e62b01
 	rule->genmask &= ~nft_genmask_next(net);
e62b01
 }
e62b01
 
e62b01
+extern void nft_dynset_deactivate(const struct nft_ctx *ctx,
e62b01
+				  const struct nft_expr *expr);
e62b01
+extern void nft_dynset_activate(const struct nft_ctx *ctx,
e62b01
+				const struct nft_expr *expr);
e62b01
+extern int klp_is_nft_dynset(const struct nft_expr *expr);
e62b01
+
e62b01
+extern void nft_lookup_deactivate(const struct nft_ctx *ctx,
e62b01
+				  const struct nft_expr *expr);
e62b01
+extern void nft_lookup_activate(const struct nft_ctx *ctx,
e62b01
+				const struct nft_expr *expr);
e62b01
+extern int klp_is_nft_lookup(const struct nft_expr *expr);
e62b01
+
e62b01
+static void nft_rule_expr_activate(const struct nft_ctx *ctx,
e62b01
+				   struct nft_rule *rule)
e62b01
+{
e62b01
+	struct nft_expr *expr;
e62b01
+
e62b01
+	expr = nft_expr_first(rule);
e62b01
+	while (expr != nft_expr_last(rule) && expr->ops) {
e62b01
+		if (klp_is_nft_dynset(expr))
e62b01
+			nft_dynset_activate(ctx, expr);
e62b01
+		else if (klp_is_nft_lookup(expr))
e62b01
+			nft_lookup_activate(ctx, expr);
e62b01
+
e62b01
+		expr = nft_expr_next(expr);
e62b01
+	}
e62b01
+}
e62b01
+
e62b01
+static void nft_rule_expr_deactivate(const struct nft_ctx *ctx,
e62b01
+				     struct nft_rule *rule)
e62b01
+{
e62b01
+	struct nft_expr *expr;
e62b01
+
e62b01
+	expr = nft_expr_first(rule);
e62b01
+	while (expr != nft_expr_last(rule) && expr->ops) {
e62b01
+		if (klp_is_nft_dynset(expr))
e62b01
+			nft_dynset_deactivate(ctx, expr);
e62b01
+		else if (klp_is_nft_lookup(expr))
e62b01
+			nft_lookup_deactivate(ctx, expr);
e62b01
+
e62b01
+		expr = nft_expr_next(expr);
e62b01
+	}
e62b01
+}
e62b01
+
e62b01
 static int
e62b01
 nf_tables_delrule_deactivate(struct nft_ctx *ctx, struct nft_rule *rule)
e62b01
 {
e62b01
@@ -301,6 +348,7 @@ static int nft_delrule(struct nft_ctx *ctx, struct nft_rule *rule)
e62b01
 		nft_trans_destroy(trans);
e62b01
 		return err;
e62b01
 	}
e62b01
+	nft_rule_expr_deactivate(ctx, rule);
e62b01
 
e62b01
 	return 0;
e62b01
 }
e62b01
@@ -2736,6 +2784,7 @@ static int nf_tables_newset(struct net *net, struct sock *nlsk,
e62b01
 	unsigned char *udata;
e62b01
 	u16 udlen;
e62b01
 	int err;
e62b01
+	u16 *klp_removed;
e62b01
 
e62b01
 	if (nla[NFTA_SET_TABLE] == NULL ||
e62b01
 	    nla[NFTA_SET_NAME] == NULL ||
e62b01
@@ -2861,10 +2910,16 @@ static int nf_tables_newset(struct net *net, struct sock *nlsk,
e62b01
 	if (set == NULL)
e62b01
 		goto err1;
e62b01
 
e62b01
+	klp_removed = klp_shadow_alloc(set, KLP_CVE_2023_32233,
e62b01
+				      sizeof(*klp_removed), GFP_KERNEL,
e62b01
+				      NULL, NULL);
e62b01
+	if(!klp_removed)
e62b01
+		goto err2;
e62b01
+
e62b01
 	nla_strlcpy(name, nla[NFTA_SET_NAME], sizeof(set->name));
e62b01
 	err = nf_tables_set_alloc_name(&ctx, set, name);
e62b01
 	if (err < 0)
e62b01
-		goto err2;
e62b01
+		goto klp_err;
e62b01
 
e62b01
 	udata = NULL;
e62b01
 	if (udlen) {
e62b01
@@ -2889,7 +2944,7 @@ static int nf_tables_newset(struct net *net, struct sock *nlsk,
e62b01
 
e62b01
 	err = ops->init(set, &desc, nla);
e62b01
 	if (err < 0)
e62b01
-		goto err2;
e62b01
+		goto klp_err;
e62b01
 
e62b01
 	err = nft_trans_set_add(&ctx, NFT_MSG_NEWSET, set);
e62b01
 	if (err < 0)
e62b01
@@ -2901,6 +2956,8 @@ static int nf_tables_newset(struct net *net, struct sock *nlsk,
e62b01
 
e62b01
 err3:
e62b01
 	ops->destroy(set);
e62b01
+klp_err:
e62b01
+	klp_shadow_free(set, KLP_CVE_2023_32233, NULL);
e62b01
 err2:
e62b01
 	kfree(set);
e62b01
 err1:
e62b01
@@ -2910,6 +2967,7 @@ err1:
e62b01
 
e62b01
 static void nft_set_destroy(struct nft_set *set)
e62b01
 {
e62b01
+	klp_shadow_free(set, KLP_CVE_2023_32233, NULL);
e62b01
 	set->ops->destroy(set);
e62b01
 	module_put(set->ops->owner);
e62b01
 	kfree(set);
e62b01
@@ -3013,6 +3071,34 @@ void nf_tables_unbind_set(const struct nft_ctx *ctx, struct nft_set *set,
e62b01
 		nf_tables_set_destroy(ctx, set);
e62b01
 }
e62b01
 
e62b01
+static inline bool nft_set_is_anonymous(const struct nft_set *set)
e62b01
+{
e62b01
+	return set->flags & NFT_SET_ANONYMOUS;
e62b01
+}
e62b01
+
e62b01
+void nf_tables_activate_set(const struct nft_ctx *ctx, struct nft_set *set)
e62b01
+{
e62b01
+	u16 *klp_removed;
e62b01
+
e62b01
+	if (nft_set_is_anonymous(set)) {
e62b01
+		klp_removed = klp_shadow_get(set, KLP_CVE_2023_32233);
e62b01
+		if(klp_removed)
e62b01
+			*klp_removed = 0;
e62b01
+	}
e62b01
+}
e62b01
+
e62b01
+__attribute__((optimize("-fno-optimize-sibling-calls")))
e62b01
+void nf_tables_deactivate_set(const struct nft_ctx *ctx, struct nft_set *set,
e62b01
+			      struct nft_set_binding *binding)
e62b01
+{
e62b01
+	u16 *klp_removed;
e62b01
+	klp_removed = klp_shadow_get(set, KLP_CVE_2023_32233);
e62b01
+	if (nft_set_is_anonymous(set)) {
e62b01
+		if(klp_removed)
e62b01
+			*klp_removed = 1;
e62b01
+	}
e62b01
+}
e62b01
+
e62b01
 const struct nft_set_ext_type nft_set_ext_types[] = {
e62b01
 	[NFT_SET_EXT_KEY]		= {
e62b01
 		.align	= __alignof__(u32),
e62b01
@@ -3705,6 +3791,7 @@ static int nf_tables_delsetelem(struct net *net, struct sock *nlsk,
e62b01
 	struct nft_set *set;
e62b01
 	struct nft_ctx ctx;
e62b01
 	int rem, err = 0;
e62b01
+	u16 *klp_removed;
e62b01
 
e62b01
 	err = nft_ctx_init_from_elemattr(&ctx, net, skb, nlh, nla);
e62b01
 	if (err < 0)
e62b01
@@ -3716,6 +3803,10 @@ static int nf_tables_delsetelem(struct net *net, struct sock *nlsk,
e62b01
 	if (!list_empty(&set->bindings) && set->flags & NFT_SET_CONSTANT)
e62b01
 		return -EBUSY;
e62b01
 
e62b01
+	klp_removed = klp_shadow_get(set, KLP_CVE_2023_32233);
e62b01
+	if (klp_removed && *klp_removed)
e62b01
+		return -ENOENT;
e62b01
+
e62b01
 	if (nla[NFTA_SET_ELEM_LIST_ELEMENTS] == NULL) {
e62b01
 		struct nft_set_dump_args args = {
e62b01
 			.iter	= {
e62b01
@@ -4152,11 +4243,13 @@ static int __nf_tables_abort(struct net *net)
e62b01
 			break;
e62b01
 		case NFT_MSG_NEWRULE:
e62b01
 			trans->ctx.chain->use--;
e62b01
+			nft_rule_expr_deactivate(&trans->ctx, nft_trans_rule(trans));
e62b01
 			list_del_rcu(&nft_trans_rule(trans)->list);
e62b01
 			break;
e62b01
 		case NFT_MSG_DELRULE:
e62b01
 			trans->ctx.chain->use++;
e62b01
 			nft_rule_clear(trans->ctx.net, nft_trans_rule(trans));
e62b01
+			nft_rule_expr_activate(&trans->ctx, nft_trans_rule(trans));
e62b01
 			nft_trans_destroy(trans);
e62b01
 			break;
e62b01
 		case NFT_MSG_NEWSET:
e62b01
diff --git a/net/netfilter/nft_dynset.c b/net/netfilter/nft_dynset.c
e62b01
index 0cf187230050..4d6d3af26a5b 100644
e62b01
--- a/net/netfilter/nft_dynset.c
e62b01
+++ b/net/netfilter/nft_dynset.c
e62b01
@@ -204,6 +204,32 @@ err1:
e62b01
 	return err;
e62b01
 }
e62b01
 
e62b01
+void nf_tables_deactivate_set(const struct nft_ctx *ctx, struct nft_set *set,
e62b01
+			      struct nft_set_binding *binding);
e62b01
+
e62b01
+void nft_dynset_deactivate(const struct nft_ctx *ctx,
e62b01
+				  const struct nft_expr *expr)
e62b01
+{
e62b01
+	struct nft_dynset *priv = nft_expr_priv(expr);
e62b01
+
e62b01
+	nf_tables_deactivate_set(ctx, priv->set, &priv->binding);
e62b01
+}
e62b01
+
e62b01
+void nf_tables_activate_set(const struct nft_ctx *ctx, struct nft_set *set);
e62b01
+
e62b01
+void nft_dynset_activate(const struct nft_ctx *ctx,
e62b01
+				const struct nft_expr *expr)
e62b01
+{
e62b01
+	struct nft_dynset *priv = nft_expr_priv(expr);
e62b01
+
e62b01
+	nf_tables_activate_set(ctx, priv->set);
e62b01
+}
e62b01
+
e62b01
+int klp_is_nft_dynset(const struct nft_expr *expr)
e62b01
+{
e62b01
+	return expr->ops->type == &nft_dynset_type;
e62b01
+}
e62b01
+
e62b01
 static void nft_dynset_destroy(const struct nft_ctx *ctx,
e62b01
 			       const struct nft_expr *expr)
e62b01
 {
e62b01
diff --git a/net/netfilter/nft_lookup.c b/net/netfilter/nft_lookup.c
e62b01
index c9ce7d60cd73..ab98a5cb7128 100644
e62b01
--- a/net/netfilter/nft_lookup.c
e62b01
+++ b/net/netfilter/nft_lookup.c
e62b01
@@ -125,6 +125,32 @@ static int nft_lookup_init(const struct nft_ctx *ctx,
e62b01
 	return 0;
e62b01
 }
e62b01
 
e62b01
+void nf_tables_deactivate_set(const struct nft_ctx *ctx, struct nft_set *set,
e62b01
+			      struct nft_set_binding *binding);
e62b01
+
e62b01
+void nft_lookup_deactivate(const struct nft_ctx *ctx,
e62b01
+				  const struct nft_expr *expr)
e62b01
+{
e62b01
+	struct nft_lookup *priv = nft_expr_priv(expr);
e62b01
+
e62b01
+	nf_tables_deactivate_set(ctx, priv->set, &priv->binding);
e62b01
+}
e62b01
+
e62b01
+void nf_tables_activate_set(const struct nft_ctx *ctx, struct nft_set *set);
e62b01
+
e62b01
+void nft_lookup_activate(const struct nft_ctx *ctx,
e62b01
+				const struct nft_expr *expr)
e62b01
+{
e62b01
+	struct nft_lookup *priv = nft_expr_priv(expr);
e62b01
+
e62b01
+	nf_tables_activate_set(ctx, priv->set);
e62b01
+}
e62b01
+
e62b01
+int klp_is_nft_lookup(const struct nft_expr *expr)
e62b01
+{
e62b01
+	return expr->ops->type == &nft_lookup_type;
e62b01
+}
e62b01
+
e62b01
 static void nft_lookup_destroy(const struct nft_ctx *ctx,
e62b01
 			       const struct nft_expr *expr)
e62b01
 {
e62b01
-- 
e62b01
2.40.1
e62b01
e62b01