CVE-2020-24335
- EPSS 1.46%
- Published 02.02.2021 07:15:13
- Last modified 21.11.2024 05:14:36
An issue was discovered in uIP through 1.0, as used in Contiki and Contiki-NG. Domain name parsing lacks bounds checks, allowing an attacker to corrupt memory with crafted DNS packets.
CVE-2020-17440
- EPSS 0.45%
- Published 11.12.2020 23:15:13
- Last modified 21.11.2024 05:08:07
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 t...
CVE-2020-24334
- EPSS 0.5%
- Published 11.12.2020 23:15:13
- Last modified 21.11.2024 05:14:36
The code that processes DNS responses in uIP through 1.0, as used in Contiki and Contiki-NG, does not check whether the number of responses specified in the DNS packet header corresponds to the response data available in the DNS packet, leading to an...
CVE-2020-17437
- EPSS 0.24%
- Published 11.12.2020 23:15:12
- Last modified 21.11.2024 05:08:06
An issue was discovered in uIP 1.0, as used in Contiki 3.0 and other products. When the Urgent flag is set in a TCP packet, and the stack is configured to ignore the urgent data, the stack attempts to use the value of the Urgent pointer bytes to sepa...
CVE-2020-17438
- EPSS 2.36%
- Published 11.12.2020 23:15:12
- Last modified 21.11.2024 05:08:06
An issue was discovered in uIP 1.0, as used in Contiki 3.0 and other products. The code that reassembles fragmented packets fails to properly validate the total length of an incoming packet specified in its IP header, as well as the fragmentation off...
CVE-2020-17439
- EPSS 0.38%
- Published 11.12.2020 23:15:12
- Last modified 21.11.2024 05:08:06
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 the incoming DNS replies match outgoing DNS queries in newdata() in resolv.c. Also, arbitrary DNS replies ...
CVE-2020-13987
- EPSS 0.13%
- Published 11.12.2020 22:15:12
- Last modified 21.11.2024 05:02:17
An issue was discovered in Contiki through 3.0. An Out-of-Bounds Read vulnerability exists in the uIP TCP/IP Stack component when calculating the checksums for IP packets in upper_layer_chksum in net/ipv4/uip.c.