Updated dnsmasq package fix insecure default configuration potentially
making it an open resolver (CVE-2020-14312).
In its default configuration, dnsmasq listen and answer query from any
address even outside of the local subnet. Thus, it may inadvertently
become an open resolver which might be used in Distributed Denial of
Service attacks.
This update add the option --local-service at startup which limits
dnsmasq to listen only to machines on the same local network.
This option only works if there aren't any of the following options
on cmdline or in dnsmasq.conf (without the double dash):
--interface
--except-interface
--listen-address
--auth-server
- https://bugs.mageia.org/show_bug.cgi?id=26964
- https://bugzilla.redhat.com/show_bug.cgi?id=1851342
- https://bugzilla.redhat.com/show_bug.cgi?id=1852373
- https://www.cve.org/CVERecord?id=CVE-2020-14312
- 7/core/dnsmasq-2.80-5.3.mga7
Get the latest Linux and open source security news straight to your inbox.