From: Scott Mayhew <smayhew@redhat.com>
To: steved@redhat.com
Cc: linux-nfs@vger.kernel.org
Subject: [rpcbind PATCH 0/6] rpcbind: various hardening fixes
Date: Thu, 3 Sep 2026 13:42:39 -0400 [thread overview]
Message-ID: <20260903174245.1213147-1-smayhew@redhat.com> (raw)
Various hardening fixes for rpcbind. Many of these are related to
CALLIT/BCAST/INDIRECT processing, which in theory should be disabled
when --enable-rmtcalls was not passed to the configure script, except
currently that only prevents the forwarding port from being created.
Patch 3/6 addresses this by completely disabling remote call
functionality when --enable-rmtcalls is unset.
Scott Mayhew (6):
rpcbind: only log failures in check_callit() if connection logging is
enabled
rpcbind: bound stats lists in rpcbs_getaddr() and rpcbs_rmtcall()
rpcbind: fully disable remote calls when --enable-rmtcalls is unset
rpcbind: restrict RPCBPROC_GETSTAT to loopback callers
rpcbind: check for null netmask in addrmerge()
rpcbind: only free the forward slot if the reply xid matched the
request xid
src/pmap_svc.c | 2 ++
src/rpcb_stat.c | 37 ++++++++++++++++++++++++++++++++++---
src/rpcb_svc.c | 2 ++
src/rpcb_svc_4.c | 2 ++
src/rpcb_svc_com.c | 24 ++++++++++++++++++++----
src/rpcbind.h | 5 +++++
src/security.c | 16 +++++++++++-----
src/util.c | 3 ++-
8 files changed, 78 insertions(+), 13 deletions(-)
--
2.55.0
next reply other threads:[~2026-09-03 17:42 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-09-03 17:42 Scott Mayhew [this message]
2026-09-03 17:42 ` [rpcbind PATCH 1/6] rpcbind: only log failures in check_callit() if connection logging is enabled Scott Mayhew
2026-09-03 17:42 ` [rpcbind PATCH 2/6] rpcbind: bound stats lists in rpcbs_getaddr() and rpcbs_rmtcall() Scott Mayhew
2026-09-03 17:42 ` [rpcbind PATCH 3/6] rpcbind: fully disable remote calls when --enable-rmtcalls is unset Scott Mayhew
2026-09-03 17:42 ` [rpcbind PATCH 4/6] rpcbind: restrict RPCBPROC_GETSTAT to loopback callers Scott Mayhew
2026-09-03 17:42 ` [rpcbind PATCH 5/6] rpcbind: check for null netmask in addrmerge() Scott Mayhew
2026-09-03 17:42 ` [rpcbind PATCH 6/6] rpcbind: only free the forward slot if the reply xid matched the request xid Scott Mayhew
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=20260903174245.1213147-1-smayhew@redhat.com \
--to=smayhew@redhat.com \
--cc=linux-nfs@vger.kernel.org \
--cc=steved@redhat.com \
/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