Impact
The ccoap CoAP server contains a null pointer dereference in the coap_server_handle_session() function. When a URI_PATH option contains a NULL data pointer, the server calls strncmp() on that pointer without checking for NULL, causing a segmentation fault. The crash is a denial‑of‑service effect; no code execution, privilege escalation, or data disclosure is implied by the CVE description.
Affected Systems
This vulnerability applies to any deployment of the ccoap code at revision 77f55c4b466e99327c24ace8a2913d3ba7e2ccd5, as the offending code resides there. No list of vendor or product versions is provided, so any use of this revision is potentially affected.
Risk and Exploitability
The issue can be triggered remotely by sending a crafted CoAP request containing a URI_PATH option with a NULL data pointer. A malformed packet can be sent from any network that can reach the server, inducing a crash on each attempt. The EPSS score is reported as < 1%, indicating a low but non‑zero likelihood of exploitation. The vulnerability is not listed in CISA's KEV catalog, but the potential for remote denial of service remains significant for exposed servers.
OpenCVE Enrichment