CVE-2018-19417
CRITICALcontiki-ng < 4.2 - Remote Code Execution via MQTT PUBLISH Message Buffer Overflow
Title source: llmDescription
An issue was discovered in the MQTT server in Contiki-NG before 4.2. The function parse_publish_vhdr() that parses MQTT PUBLISH messages with a variable length header uses memcpy to input data into a fixed size buffer. The allocated buffer can fit only MQTT_MAX_TOPIC_LENGTH (default 64) bytes, and a length check is missing. This could lead to Remote Code Execution via a stack-smashing attack (overwriting the function return address). Contiki-NG does not separate the MQTT server from other servers and the OS modules, so access to all memory regions is possible.
References (1)
Core 1
Core References
Exploit, Third Party Advisory x_refsource_misc
https://github.com/contiki-ng/contiki-ng/issues/600
Scores
CVSS v3
10.0
EPSS
0.0569
EPSS Percentile
92.0%
Attack Vector
NETWORK
CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H
Details
CWE
CWE-119
Status
published
Products (1)
contiki-ng/contiki-ng
< 4.2
Published
Nov 21, 2018
Tracked Since
Feb 18, 2026