CVE-2026-26453: Null Pointer Dereference

Published Aug 27, 2026
·
Updated

ccoap 77f55c4b466e99327c24ace8a2913d3ba7e2ccd5 contains a null pointer dereference vulnerability in the coapserverhandlesession() function when processing COAP messages containing URIPATH options with NULL data pointers. When the server searches for a URIPATH option matching the string "separate", it directly calls strncmp() on optionlist[i].data without checking if the pointer is NULL. This causes a segmentation fault when the option's data field is NULL.

Event History

Aug 27, 2026
CVE Published
via MITRE·12:00 AM
Data Sourced
via MITRE·12:00 AM
Description
Data Sourced
via NVD·05:17 PM
Description

Frequently Asked Questions

1

Who is exposed to this issue?

ccoap servers that process COAP messages and execute coap_server_handle_session() are exposed when they handle a URI_PATH option whose data pointer is NULL. The vulnerable behavior occurs during the search for a URI_PATH value matching "separate".

2

What does an attacker need to do to trigger the flaw?

An attacker needs to cause the server to process a COAP message containing a URI_PATH option with a NULL data pointer. When the affected code calls strncmp() on that pointer, the server can crash with a segmentation fault.

3

What is the likely security impact?

The described impact is a denial of service: dereferencing the NULL pointer causes a segmentation fault, which can terminate or disrupt the server session handling.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203