Description
ccoap 77f55c4b466e99327c24ace8a2913d3ba7e2ccd5 contains a null pointer dereference vulnerability in the coap_dump_msg() function when processing COAP messages containing options with zero length.
Published: 2026-08-27
Score: 7.5 High
EPSS: < 1% Very Low
KEV: No
Impact: Denial of Service
Action: Immediate Patch
AI Analysis

Impact

A null pointer dereference occurs in ccoap’s coap_dump_msg() function when parsing CoAP messages that include options of zero length. This flaw causes the application to crash, resulting in a denial‑of‑service condition that can affect any process or service using the vulnerable library. The primary weakness is a null pointer dereference, which is a direct exploitation vector considered a software defect capable of causing uncontrolled crashes.

Affected Systems

The vulnerability exists in the ccoap project, specifically in the codebase identified by commit 77f55c4b466e99327c24ace8a2913d3ba7e2ccd5. No vendor or additional product information is available, nor are version ranges specified; any deployment utilizing this commit or earlier instructions from the ccoap repository is potentially impacted.

Risk and Exploitability

The CVSS score is 7.5, and the EPSS score is < 1%. Since the vulnerability leads to a crash when a crafted message is received, an attacker can reliably cause a denial of service by sending a CoAP packet containing a zero‑length option to a vulnerable node. The vulnerability is not listed in CISA’s KEV catalog, implying no known public exploitation at the time of reporting. Based on the description, it is inferred that the attack vector is network‑based, as the flaw is triggered by receiving a malformed CoAP packet over the network.

Generated by OpenCVE AI on September 2, 2026 at 06:28 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update the ccoap library to a commit that fixes the null pointer dereference.
  • If an immediate patch is unavailable, isolate affected services or rely on process monitoring to automatically restart upon crash.
  • Configure network or API filters to block CoAP messages that contain zero‑length options, or modify the library to validate option lengths before processing.

Generated by OpenCVE AI on September 2, 2026 at 06:28 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 02 Sep 2026 08:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'poc', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Wed, 02 Sep 2026 06:45:00 +0000

Type Values Removed Values Added
Title Null Pointer Dereference in CoAP Message Dumping

Tue, 01 Sep 2026 22:00:00 +0000

Type Values Removed Values Added
Metrics cvssV3_1

{'score': 7.5, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H'}


Thu, 27 Aug 2026 18:00:00 +0000

Type Values Removed Values Added
Title Null Pointer Dereference in CoAP Message Dumping
Weaknesses CWE-476

Thu, 27 Aug 2026 16:45:00 +0000

Type Values Removed Values Added
Description ccoap 77f55c4b466e99327c24ace8a2913d3ba7e2ccd5 contains a null pointer dereference vulnerability in the coap_dump_msg() function when processing COAP messages containing options with zero length.
References

Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: mitre

Published:

Updated: 2026-09-01T19:03:27.561Z

Reserved: 2026-02-16T00:00:00.000Z

Link: CVE-2026-26457

cve-icon Vulnrichment

Updated: 2026-09-01T19:03:00.513Z

cve-icon NVD

Status : Deferred

Published: 2026-08-27T17:17:48.267

Modified: 2026-09-01T19:17:20.357

Link: CVE-2026-26457

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-02T06:30:07Z

Weaknesses