Description
ccoap 77f55c4b466e99327c24ace8a2913d3ba7e2ccd5 lcontains a vulnerability in the option parsing logic that causes a segmentation fault when processing COAP messages containing invalid option numbers.
Published: 2026-08-27
Score: n/a
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

An issue in the option parsing logic of ccoap causes a segmentation fault when the program processes CoAP messages that contain invalid option numbers. The fault arises from improper handling of these option numbers, leading to an out‑of‑bounds memory access that crashes the running process. The crash terminates any service that relies on ccoap, resulting in a denial of service to legitimate clients and potentially disrupting downstream systems that depend on the affected endpoint.

Affected Systems

The vulnerability exists in the ccoap implementation identified by commit 77f55c4b466e99327c24ace8a2913d3ba7e2ccd5. All installations of ccoap that include this commit or earlier versions that have not applied the patch are impacted. Users of ccoap who rely on this commit should verify their current version and upgrade if necessary.

Risk and Exploitability

Because the segmentation fault can be triggered by malformed CoAP messages, an attacker who can reach the CoAP endpoint may be able to induce service outages. While no exploit probability score is available and the vulnerability is not listed in the KEV catalog, the presence of a crash condition indicates a moderate to high likelihood of denial‑of‑service exploitation, especially in environments where the CoAP service is exposed to untrusted networks. Preventing this outcome hinges on applying the patch or obviating the vulnerability through input validation or traffic filtering.

Generated by OpenCVE AI on August 27, 2026 at 17:28 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update ccoap to a version that contains the fixed option parsing logic.
  • Implement network filtering or rate limiting to drop CoAP packets that include invalid option numbers before they reach the application.
  • Configure the service with a watchdog or auto‑restart mechanism to ensure rapid recovery from unexpected crashes.

Generated by OpenCVE AI on August 27, 2026 at 17:28 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

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

Type Values Removed Values Added
Title Segmentation Fault Vulnerability in ccoap Option Parsing
Weaknesses CWE-119
CWE-129

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

Type Values Removed Values Added
Description ccoap 77f55c4b466e99327c24ace8a2913d3ba7e2ccd5 lcontains a vulnerability in the option parsing logic that causes a segmentation fault when processing COAP messages containing invalid option numbers.
References

Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: mitre

Published:

Updated: 2026-08-27T13:45:38.203Z

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

Link: CVE-2026-26452

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

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

Modified: 2026-08-27T17:17:47.907

Link: CVE-2026-26452

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-27T17:30:12Z

Weaknesses
  • CWE-119

    Improper Restriction of Operations within the Bounds of a Memory Buffer

  • CWE-129

    Improper Validation of Array Index