CVE-2026-26453

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

No configuration.

History

No history.

Information

Published : 2026-08-27 17:17

Updated : 2026-09-01 19:17


NVD link : CVE-2026-26453

Mitre link : CVE-2026-26453

CVE.ORG link : CVE-2026-26453


JSON object : View

Products Affected

No product.

CWE
CWE-476

NULL Pointer Dereference