๐Ÿ” CVE Alert

CVE-2026-5856

HIGH 7.1

Contiki-NG DNS/mDNS Resolver Out-of-Bounds Read via Unchecked skip_name Traversal Before Transaction-ID Validation

CVSS Score
7.1
EPSS Score
0.0%
EPSS Percentile
0th

Contiki-NG's DNS/mDNS resolver skip_name() in os/services/resolv/resolv.c walks DNS wire-format name labels with no packet-boundary check, and the caller in newdata() invokes it in a loop iterating nquestions times from the attacker-controlled DNS header before validating the transaction ID. An attacker who sets nquestions higher than the number of complete questions present causes skip_name() to walk past the UDP packet buffer, and the returned pointer is cast to struct dns_answer * for further memory reads. On builds with RESOLV_CONF_SUPPORTS_MDNS enabled, any peer on the local segment can trigger the read unauthenticated via a multicast UDP 5353 packet with no outstanding query required; on standard DNS builds an attacker who can inject a UDP response from port 53 during an outstanding query can trigger the same read. Impact is out-of-bounds read of uip_buf and adjacent memory, disclosing memory contents or crashing the resolver.

CWE CWE-125
Vendor contiki-ng
Product contiki-ng
Published Aug 6, 2026
Stay Ahead of the Next One

Get instant alerts for contiki-ng contiki-ng

Be the first to know when new high vulnerabilities affecting contiki-ng contiki-ng are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

CVSS v3 Breakdown

CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:L
Attack Vector
Adjacent
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
Unchanged
Confidentiality
High
Integrity
None
Availability
Low

Affected Versions

Contiki-NG / Contiki-NG
0 < 04a3f0a0067d2ee87d1f297b6d0f4392d8c98ffe

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/contiki-ng/contiki-ng github.com: https://github.com/contiki-ng/contiki-ng/pull/3169 github.com: https://github.com/contiki-ng/contiki-ng/commit/04a3f0a0067d2ee87d1f297b6d0f4392d8c98ffe

Credits

๐Ÿ” Kazuma Matsumoto, a security researcher at GMO Cybersecurity by IERAE, Inc.