CVE-2020-17440: High severity uip vulnerability
An issue was discovered in uIP 1.0, as used in Contiki 3.0 and other products. The code that parses incoming DNS packets does not validate that domain names present in the DNS responses have '\0' termination. This results in errors when calculating the offset of the pointer that jumps over domain name bytes in DNS response packets when a name lacks this termination, and eventually leads to dereferencing the pointer at an invalid/arbitrary address, within newdata() and parsename() in resolv.c.
Affected Software
Event History
Frequently Asked Questions
What is CVE-2020-17440?
CVE-2020-17440 is a vulnerability in uIP 1.0 as used in Contiki 3.0 and other products.
How does CVE-2020-17440 impact systems?
CVE-2020-17440 allows attackers to cause denial-of-service conditions by sending specially crafted DNS packets.
What is the severity of CVE-2020-17440?
The severity of CVE-2020-17440 is high, with a CVSS score of 7.5.
How do I fix CVE-2020-17440?
To fix CVE-2020-17440, update to a patched version of uIP or Contiki that addresses the vulnerability.
Where can I find more information about CVE-2020-17440?
You can find more information about CVE-2020-17440 at the following references: [https://us-cert.cisa.gov/ics/advisories/icsa-20-343-01](https://us-cert.cisa.gov/ics/advisories/icsa-20-343-01) and [https://www.kb.cert.org/vuls/id/815128](https://www.kb.cert.org/vuls/id/815128)