VYPR

Contiki Ng

by Contiki Ng Project

CVEs (2)

  • CVE-2026-5857HigAug 6, 2026
    risk 0.53cvss 8.1epss 0.01

    Contiki-NG's MQTT client parse_publish_vhdr() in os/net/app-layer/mqtt/mqtt.c sets topic_len_received=1 before checking topic_len against the 64-byte limit, so an over-length topic returns early but leaves the flag set. On the next TCP segment, tcp_input() re-invokes the parser…

  • CVE-2018-20579HigDec 28, 2018
    risk 0.46cvss 7.1epss 0.00

    Contiki-NG before 4.2 has a stack-based buffer overflow in the push function in os/lib/json/jsonparse.c that allows an out-of-bounds write of an '{' or '[' character.