Lucene search
+L

667 matches found

Prion
Prion
added 2020/12/11 11:15 p.m.15 views

Code injection

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 offset value specified in the IP header. By crafti...

7.5CVSS9.8AI score0.1854EPSS
SaveExploits0References2Affected Software1
Prion
Prion
added 2020/12/11 11:15 p.m.16 views

Default configuration

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 are parsed if there was any outgoing DNS query wi...

7.5CVSS9.1AI score0.03145EPSS
SaveExploits0References2Affected Software1
Prion
Prion
added 2020/12/11 11:15 p.m.31 views

Remote code execution

An issue was discovered in the IPv6 stack in Contiki through 3.0. There is an insufficient check for the IPv6 header length. This leads to Denial-of-Service and potential Remote Code Execution via a crafted ICMPv6 echo packet...

7.5CVSS9.5AI score0.20073EPSS
SaveExploits0References2Affected Software1
Prion
Prion
added 2020/12/11 11:15 p.m.26 views

Design/Logic Flaw

An issue was discovered in the IPv6 stack in Contiki through 3.0. There are inconsistent checks for IPv6 header extension lengths. This leads to Denial-of-Service and potential Remote Code Execution via a crafted ICMPv6 echo packet...

7.5CVSS9.5AI score0.26827EPSS
SaveExploits0References2Affected Software1
CVE
CVE
added 2020/12/11 11:1 p.m.89 views

CVE-2020-25112

The CVE-2020-25112 entry corresponds to a memory-corruption vulnerability in Contiki’s uIP-Contiki-OS IPv6 stack. The issue arises from insufficient and inconsistent checks of IPv6 header extension lengths, enabling crafted ICMPv6 or other IPv6-extension-based packets to trigger memory corruption...

9.8CVSS9.4AI score0.26827EPSS
SaveExploits0References2Affected Software1
Cvelist
Cvelist
added 2020/12/11 11:1 p.m.21 views

CVE-2020-25112

An issue was discovered in the IPv6 stack in Contiki through 3.0. There are inconsistent checks for IPv6 header extension lengths. This leads to Denial-of-Service and potential Remote Code Execution via a crafted ICMPv6 echo packet...

9.6AI score0.26827EPSS
SaveExploits0References2
CVE
CVE
added 2020/12/11 11:0 p.m.86 views

CVE-2020-25111

CVE-2020-25111 affects Contiki’s IPv6 stack (up to v3.0); root cause is insufficient IPv6 header length validation, enabling Denial-of-Service and potential Remote Code Execution via crafted ICMPv6 echo packets. Exploitation is network-based; affected code paths involve IPv6 header/extension hand...

9.8CVSS9.4AI score0.20073EPSS
SaveExploits0References2Affected Software1
Cvelist
Cvelist
added 2020/12/11 11:0 p.m.29 views

CVE-2020-25111

An issue was discovered in the IPv6 stack in Contiki through 3.0. There is an insufficient check for the IPv6 header length. This leads to Denial-of-Service and potential Remote Code Execution via a crafted ICMPv6 echo packet...

9.6AI score0.20073EPSS
SaveExploits0References2
CVE
CVE
added 2020/12/11 10:43 p.m.155 views

CVE-2020-24336

CVE-2020-24336 affects Contiki (through v3.0) and Contiki-NG (through v4.5). The issue is in ip64-dns64.c DNS64 Type A domain-name parsing, where the code does not verify that the address length is sane. Copying an address of arbitrary length can cause a buffer overflow when NAT64 is enabled. Con...

9.8CVSS9.7AI score0.58695EPSS
SaveExploits0References2Affected Software2
Cvelist
Cvelist
added 2020/12/11 10:43 p.m.48 views

CVE-2020-24336

An issue was discovered in Contiki through 3.0 and Contiki-NG through 4.5. The code for parsing Type A domain name answers in ip64-dns64.c doesn't verify whether the address in the answer's length is sane. Therefore, when copying an address of an arbitrary length, a buffer overflow can occur. Thi...

9.8AI score0.58695EPSS
SaveExploits0References2
CVE
CVE
added 2020/12/11 10:42 p.m.75 views

CVE-2020-24334

The CVE-2020-24334 issue affects the DNS response handling in uIP (used by Contiki/Contiki-NG). It allows an out-of-bounds read in resolv.c when the DNS header’s answer count does not match the actual data present, enabling Denial-of-Service. Affected stacks include uIP up to 1.0 and Contiki/Cont...

8.2CVSS8.1AI score0.02404EPSS
SaveExploits0References2Affected Software1
Cvelist
Cvelist
added 2020/12/11 10:42 p.m.27 views

CVE-2020-24334

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 out-of-bounds read and Denial-of-Service in...

8.8AI score0.02404EPSS
SaveExploits0References2
CVE
CVE
added 2020/12/11 10:27 p.m.88 views

CVE-2020-17440

CVE-2020-17440 affects uIP 1.0 (and Contiki-OS/NG and related stacks) where DNS packet parsing does not verify that domain names are null-terminated, enabling memory corruption via crafted DNS responses. Root cause is improper null termination handling in resolv.c (newdata()/parse_name()). Impact...

7.5CVSS7.5AI score0.02761EPSS
SaveExploits0References2Affected Software1
Cvelist
Cvelist
added 2020/12/11 10:27 p.m.21 views

CVE-2020-17440

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...

8AI score0.02761EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2020/12/11 10:26 p.m.22 views

CVE-2020-17439

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 are parsed if there was any outgoing DNS query wi...

8.9AI score0.03145EPSS
SaveExploits0References2
CVE
CVE
added 2020/12/11 10:26 p.m.80 views

CVE-2020-17439

CVE-2020-17439 affects uIP 1.0 (used in Contiki 3.0 and other products). The DNS client parses DNS replies without validating that replies match outgoing queries; DNS transaction IDs are insufficiently random and small DNS caches (4 entries) enable DNS cache poisoning. Connected sources confirm a...

8.3CVSS8.2AI score0.03145EPSS
SaveExploits0References2Affected Software1
CVE
CVE
added 2020/12/11 10:25 p.m.93 views

CVE-2020-17438

CVE-2020-17438 affects uIP 1.0 (used in Contiki 3.0 and other products). The IP reassembly code fails to validate the total packet length and fragmentation offset, enabling crafted IP headers to write past the static buffer into the .bss area, causing a denial of service in uip_reass() and potent...

9.8CVSS9.8AI score0.1854EPSS
SaveExploits0References2Affected Software1
CVE
CVE
added 2020/12/11 10:24 p.m.114 views

CVE-2020-17437

CVE-2020-17437 affects uIP 1.0 (used in Contiki 3.0 and similar) where the TCP Urgent flag and Urgent pointer are not properly bounded. When urgent data is ignored, code uses the Urgent pointer as an offset to separate urgent data, but the offset length isn’t checked, allowing the data pointer to...

8.2CVSS7.9AI score0.02751EPSS
SaveExploits0References3Affected Software1
Debian CVE
Debian CVE
added 2020/12/11 10:24 p.m.77 views

CVE-2020-17437

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 separate the Urgent data from the normal data, by...

8.2CVSS8.2AI score0.02751EPSS
SaveExploits0
NVD
NVD
added 2020/12/11 10:15 p.m.29 views

CVE-2020-13984

An issue was discovered in Contiki through 3.0. An infinite loop exists in the uIP TCP/IP stack component when processing IPv6 extension headers in exthdroptionsprocess in net/ipv6/uip6.c...

7.5CVSS8AI score0.01678EPSS
SaveExploits0References2
Rows per page
Query Builder