CVE-2026-5855
Last modified
CVE-2026-5855 is a high-severity vulnerability rated 8.7/10 on the CVSS scale. Contiki-NG's LwM2M TLV parser lwm2m_tlv_read() in os/services/lwm2m/lwm2m-tlv.c ignores its caller-supplied buffer length argument and reads up to six bytes from the input buffer with no bounds check. The caller in lwm2m-engine.c iterates while there is at least one byte remaining, so a crafted CoAP WRITE to any LwM2M endpoint whose final TLV supplies exactly one byte triggers up to five out-of-bounds reads of heap memory adjacent to the CoAP input buffer, disclosing memory contents (including key material and peer addresses) through the parsed tlv->id, tlv->length, and tlv->value fields. EPSS estimates a 0.54% chance of exploitation in the next 30 days.
Description
Contiki-NG's LwM2M TLV parser lwm2m_tlv_read() in os/services/lwm2m/lwm2m-tlv.c ignores its caller-supplied buffer length argument and reads up to six bytes from the input buffer with no bounds check. The caller in lwm2m-engine.c iterates while there is at least one byte remaining, so a crafted CoAP WRITE to any LwM2M endpoint whose final TLV supplies exactly one byte triggers up to five out-of-bounds reads of heap memory adjacent to the CoAP input buffer, disclosing memory contents (including key material and peer addresses) through the parsed tlv->id, tlv->length, and tlv->value fields. Corrupted tlv_len derived from the out-of-bounds memory further corrupts the caller's parse offset. In LwM2M NoSec mode, the default for constrained devices, no authentication is required.
Metrics
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Contiki-NG | Contiki-NG | < f1673b5766d4d4d514cefb8a0350f43653574997 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-5855?
How severe is CVE-2026-5855?
How do I fix CVE-2026-5855?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-58543Concurrent execution using shared resource with improper syn…6.3
- CVE-2026-58544Use after free in Windows Management Services allows an auth…7
- CVE-2026-58545Improper access control in Windows Kernel allows an authoriz…5.5
- CVE-2026-58546Use of uninitialized resource in Windows RDP allows an unaut…6.5
- CVE-2026-58547Heap-based buffer overflow in Universal Plug and Play (upnp.…7.8
- CVE-2026-58549Out-of-bounds read vulnerability in the image codec module. …4
- CVE-2026-58550Out-of-bounds read vulnerability in the image codec module. …4
- CVE-2026-58551Out-of-bounds read vulnerability in the image codec module. …5.1
- CVE-2026-58552Out-of-bounds read vulnerability in the image codec module. …5.1
- CVE-2026-58553Out-of-bounds read vulnerability in the image codec module. …4
- CVE-2026-58554Permission control vulnerability in the Settings module. Imp…6.6
- CVE-2026-58555Permission bypass vulnerability in the card module. Impact: …6.6
Are you affected by CVE-2026-5855?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
