漏洞标题
在 Contiki-NG 中解压缩 6LoWPAN 包时发生的越界写
漏洞描述信息
在Contiki-NG中解压缩6LoWPAN负载时发生越界写入
CVSS信息
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
漏洞类别
N/A
漏洞标题
Out-of-bounds write when decompressing 6LoWPAN payload in Contiki-NG
漏洞描述信息
Contiki-NG is an open-source, cross-platform operating system for Next-Generation IoT devices. The 6LoWPAN implementation in the Contiki-NG operating system (file os/net/ipv6/sicslowpan.c) contains an input function that processes incoming packets and copies them into a packet buffer. Because of a missing length check in the input function, it is possible to write outside the packet buffer's boundary. The vulnerability can be exploited by anyone who has the possibility to send 6LoWPAN packets to a Contiki-NG system. In particular, the vulnerability is exposed when sending either of two types of 6LoWPAN packets: an unfragmented packet or the first fragment of a fragmented packet. If the packet is sufficiently large, a subsequent memory copy will cause an out-of-bounds write with data supplied by the attacker.
CVSS信息
CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:N
漏洞类别
跨界内存写
漏洞标题
Contiki-NG 缓冲区错误漏洞
漏洞描述信息
Contiki-NG是一套用于下一代IoT(物联网)设备的开源跨平台操作系统。 Contiki-NG 4.8之前版本存在缓冲区错误漏洞,该漏洞源于 input 函数中缺少长度检查。
CVSS信息
N/A
漏洞类别
缓冲区错误