mailing list of musl libc
 help / color / mirror / code / Atom feed
From: Rich Felker <dalias@libc.org>
To: David Schinazi <dschinazi.ietf@gmail.com>
Cc: musl@lists.openwall.com
Subject: Re: [musl] mDNS in musl
Date: Fri, 8 Mar 2024 08:31:02 -0500	[thread overview]
Message-ID: <20240308133102.GN4163@brightrain.aerifal.cx> (raw)
In-Reply-To: <CAPDSy+6R-SWXj3Gh_hQtKPW-+uCYUhrLMO9JsaOhYVLX-pyLRw@mail.gmail.com>

On Thu, Mar 07, 2024 at 08:47:20PM -0800, David Schinazi wrote:
> Thanks. How would you feel about the following potential configuration
> design?
> * Add a new configuration option "send_mdns_unicast"
> * When true, use the current behavior
> * When false, send the query on all non-loopback non-p2p interfaces
> * Have send_mdns_unicast default to false
> 
> I was thinking through how to pick interfaces, looked up what other mDNS
> libraries do, and pretty much all of them don't allow configuring
> interfaces, whereas Avahi exposes allow-interfaces and deny-interfaces. I'm
> leaning towards not making this configurable to reduce complexity. I think
> that anyone interested in that level of config is probably using Avahi
> anyway.
> 
> Additionally this design has two nice properties: the default behavior is
> RFC-compliant, and it means that for my use-case I don't need to change the
> config file, which was a big part of my motivation for doing this inside of
> musl in the first place :-)

As discussed in this thread, I don't think so. The biggest problems I
initially brought up were increased information leakage in the default
configuration and inability to control where the traffic goes when you
do want it on. The above proposal just reverts to the initial, except
for providing a way to opt-out.

For the most part, mDNS is very much a "home user, personal device on
trusted network" thing. Not only do you not want it to default on
because a lot of systems will be network servers on networks where
it's not meaningful (and can be a weakness that aids attackers in
lateral movement), but you also don't want it on when connected to
public wifi. For example if you have an open browser tab to
http://mything.local, and migrate to an untrusted network (with your
laptop, tablet, phone, whatever), now your browser will be leaking
private data (likely at least session auth tokens, maybe more) to
whoever answers the mDNS query for mything.local.

Windows has a setting when you add wifi networks for whether they're
treated as private/trusted or public. I would guess it controls
whether mDNS is used, among other things like SMB scanning or
whatever. The same really belongs in a network configurator for
Linux-based personal devices.

Fortunately, I think an approach where you opt-in particular
interfaces/source-addresses, rather than send everywhere by default,
has lower implementation cost and complexity on top of being the safe
thing to do. So none of the above should be taken as a "no" for the
functionality, just a no for "on by default and send everywhere".

Regarding untrusted networks, one thing I hadn't considered yet is
that a network configurator probably needs a way to setup resolv.conf
such that .local queries temp-fail rather than perma-fail (as they
would if you just sent the query to public dns) to use during certain
race windows while switching networks. IOW "send .local queries to
configured nameservers" and "treat .local specially but with an empty
list of interfaces to send to" should be distinct configurations.

Rich

  reply	other threads:[~2024-03-08 13:30 UTC|newest]

Thread overview: 32+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-03-06  7:29 David Schinazi
2024-03-06 16:15 ` Rich Felker
2024-03-06 16:45   ` Jeffrey Walton
2024-03-07  0:17   ` David Schinazi
2024-03-07  2:43     ` Rich Felker
2024-03-07 22:50       ` David Schinazi
2024-03-08  0:08         ` Rich Felker
2024-03-08  1:30           ` David Schinazi
2024-03-08  2:06             ` David Schinazi
2024-03-08  2:52             ` Rich Felker
2024-03-08  3:34               ` David Schinazi
2024-03-08  3:47                 ` Rich Felker
2024-03-08  4:47                   ` David Schinazi
2024-03-08 13:31                     ` Rich Felker [this message]
2024-03-08 19:15                       ` David Schinazi
2024-03-08 20:31                         ` Rich Felker
2024-03-08 21:55                           ` David Schinazi
2024-03-08 22:54                             ` Rich Felker
2024-03-08 23:44                               ` David Schinazi
2024-03-21  9:21                                 ` David Schinazi
2024-03-21 12:07                                   ` Rich Felker
2024-03-21 13:50                                     ` David Schinazi
2024-03-21 17:45                                       ` Luca Barbato
2024-03-21 19:35                                       ` Rich Felker
2024-03-22  0:10                                         ` David Schinazi
2024-03-22  0:29                                           ` Tomas Volf
2024-03-22  0:36                                             ` David Schinazi
2024-03-22  0:38                                             ` Rich Felker
2024-03-09  0:23                               ` Jeffrey Walton
2024-03-08 15:31     ` Markus Wichmann
2024-03-08 17:22       ` Rich Felker
2024-03-06 16:15 ` Markus Wichmann

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=20240308133102.GN4163@brightrain.aerifal.cx \
    --to=dalias@libc.org \
    --cc=dschinazi.ietf@gmail.com \
    --cc=musl@lists.openwall.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.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/musl/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).