From: Xingwang Xiang <v3rdant.xiang@gmail.com>
To: john.fastabend@gmail.com
Cc: kuba@kernel.org, jakub@cloudflare.com, sd@queasysnail.net,
davem@davemloft.net, pabeni@redhat.com, horms@kernel.org,
netdev@vger.kernel.org, mrpre@163.com,
Xingwang Xiang <v3rdant.xiang@gmail.com>
Subject: [PATCH net v4 0/2] net/tls: fix UAF when TLS_RX is set on sockmap socket
Date: Tue, 12 May 2026 00:52:07 +0900 [thread overview]
Message-ID: <20260511155210.32926-1-v3rdant.xiang@gmail.com> (raw)
This series fixes a use-after-free triggered by configuring TLS RX on a
socket that is already inserted into a sockmap (the reverse of the order
that is already guarded against by tcp_bpf_check_ulp).
Patch 1 adds the symmetric check to do_tls_setsockopt_conf: if a psock
is already attached when TLS_RX is requested, return -EBUSY before any
strparser state is touched.
Patch 2 adds a regression test to the KTLS selftest suite that drives
the vulnerable setup and verifies the kernel either rejects the
combination or handles it correctly end-to-end.
Xingwang Xiang (2):
net/tls: reject TLS_RX setsockopt on psock-owned sockets
selftests: bpf: add test for KTLS+sockmap reverse-order UAF
net/tls/tls_main.c | 9 ++
.../selftests/bpf/prog_tests/sockmap_ktls.c | 109 ++++++++++++++++++
.../selftests/bpf/progs/test_sockmap_ktls.c | 21 ++++
3 files changed, 139 insertions(+)
--
2.54.0
next reply other threads:[~2026-05-11 15:52 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-05-11 15:52 Xingwang Xiang [this message]
2026-05-11 15:52 ` [PATCH net v4 1/2] net/tls: reject TLS_RX setsockopt on psock-owned sockets Xingwang Xiang
2026-05-11 15:52 ` [PATCH net v4 2/2] selftests: bpf: add test for KTLS+sockmap reverse-order UAF Xingwang Xiang
2026-05-11 23:13 ` [PATCH net v4 0/2] net/tls: fix UAF when TLS_RX is set on sockmap socket Jakub Kicinski
[not found] ` <CAFFJMPzw8pcwX9g7iv3F=FpHQyovUgZZ28P7XfH3gmiay-JfpA@mail.gmail.com>
2026-05-12 0:10 ` xw x
2026-05-12 2:06 ` Jakub Kicinski
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260511155210.32926-1-v3rdant.xiang@gmail.com \
--to=v3rdant.xiang@gmail.com \
--cc=davem@davemloft.net \
--cc=horms@kernel.org \
--cc=jakub@cloudflare.com \
--cc=john.fastabend@gmail.com \
--cc=kuba@kernel.org \
--cc=mrpre@163.com \
--cc=netdev@vger.kernel.org \
--cc=pabeni@redhat.com \
--cc=sd@queasysnail.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox