Go to file
Dominique Leuenberger e7d4817578 Accepting request 864301 from network
- Update to 2.83:
  * bsc#1177077: Fixed DNSpooq vulnerabilities
  * Use the values of --min-port and --max-port in outgoing
    TCP connections to upstream DNS servers.
  * Fix a remote buffer overflow problem in the DNSSEC code.
    Any dnsmasq with DNSSEC compiled in and enabled is vulnerable
    to this, referenced by CVE-2020-25681, CVE-2020-25682,
    CVE-2020-25683 CVE-2020-25687.
  * Be sure to only accept UDP DNS query replies at the address
    from which the query was originated. This keeps as much
    entropy in the {query-ID, random-port} tuple as possible, to
    help defeat cache poisoning attacks. Refer: CVE-2020-25684.
  * Use the SHA-256 hash function to verify that DNS answers
    received are for the questions originally asked. This replaces
    the slightly insecure SHA-1 (when compiled with DNSSEC) or
    the very insecure CRC32 (otherwise). Refer: CVE-2020-25685
  * Handle multiple identical near simultaneous DNS queries better.
    Previously, such queries would all be forwarded independently.
    This is, in theory, inefficent but in practise not a problem,
    _except_ that is means that an answer for any of the forwarded
    queries will be accepted and cached.
    An attacker can send a query multiple times, and for each
    repeat, another {port, ID} becomes capable of accepting the
    answer he is sending in the blind, to random IDs and ports.
    The chance of a succesful attack is therefore multiplied by the
    number of repeats of the query. The new behaviour detects
    repeated queries and merely stores the clients sending repeats
    so that when the first query completes, the answer can be sent
    to all the clients who asked. Refer: CVE-2020-25686.

OBS-URL: https://build.opensuse.org/request/show/864301
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dnsmasq?expand=0&rev=79
2021-01-20 17:23:34 +00:00
.gitattributes OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dnsmasq?expand=0&rev=1 2007-01-15 23:10:19 +00:00
.gitignore OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dnsmasq?expand=0&rev=1 2007-01-15 23:10:19 +00:00
dnsmasq-2.83.tar.xz - Update to 2.83: 2021-01-19 12:32:14 +00:00
dnsmasq-2.83.tar.xz.asc - Update to 2.83: 2021-01-19 12:32:14 +00:00
dnsmasq-groups.patch - Security update to version 2.78: 2017-10-02 14:34:17 +00:00
dnsmasq-rpmlintrc Accepting request 266624 from home:dimstar:branches:network 2014-12-29 11:59:12 +00:00
dnsmasq.changes - Update to 2.83: 2021-01-19 12:32:14 +00:00
dnsmasq.keyring - Update keyring 2017-12-04 13:39:44 +00:00
dnsmasq.reg Accepting request 243762 from home:vwallfahrer:branches:network 2014-08-06 11:50:45 +00:00
dnsmasq.service Accepting request 312327 from home:elvigia:branches:network 2015-06-17 05:06:46 +00:00
dnsmasq.spec - Update to 2.83: 2021-01-19 12:32:14 +00:00
rc.dnsmasq-suse Accepting request 243762 from home:vwallfahrer:branches:network 2014-08-06 11:50:45 +00:00