Skip to content

dnsmasq: update to version 2.79 (security fix)

Jan Pavlinec requested to merge dnsmasq-fix-dnspooq into test

Note: This commit adds backported patches from unbound to fix dnspooq security issues.

  • CVE-2020-25681: heap overflow in RRSets sorting
  • CVE-2020-25682: buffer overflow in extracting names from DNS packets
  • CVE-2020-25683: heap overflow in DNSSEC validation
  • CVE-2020-25684: cache poisoning issue via address/port
  • CVE-2020-25685: cache poisoning issue via weak hash
  • CVE-2020-25686: birthday attack via incorrect existing requests check
  • CVE-2020-25687: heap overflow in DNSSEC validation
  • CVE-2019-14834: memory leak via DHCP response creation

fixes https://gitlab.nic.cz/turris/openwrt/-/issues/348

Run tested on Omnia.

Edited by Jan Pavlinec

Merge request reports