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: 7.5 High
EPSS: < 1% Very Low
KEV: No
Impact: Denial of Service via segmentation fault
Action: Apply Fix
AI Analysis

Impact

The option parsing logic in ccoap fails to validate option numbers when processing CoAP messages. Malformed option numbers lead to an out-of-bounds access that causes the program to crash with a segmentation fault. This crash terminates the ccoap process and disrupts any services dependent on it, resulting in a denial of service for legitimate users.

Affected Systems

The flaw exists in the ccoap implementation identified by commit 77f55c4b466e99327c24ace8a2913d3ba7e2ccd5. Any installation of ccoap that includes this commit or earlier, without applying an update that removes the vulnerability, is impacted. No vendor or product name was supplied, so the scope is limited to environments running this software.

Risk and Exploitability

An attacker who can reach the exposed CoAP endpoint may send crafted messages that trigger the crash, causing a service interruption. The EPSS score of less than 1% suggests a very low likelihood of exploitation in the wild, but the CVSS score of 7.5 indicates high severity if the fault is triggered. The vulnerability is not listed in the CISA KEV catalog. The attack vector likely involves remote network traffic directed at the CoAP service.

Generated by OpenCVE AI on September 2, 2026 at 08:29 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade ccoap to a later commit that removes the option parsing flaw or check the repository for an official patch beyond 77f55c4b466e99327c24ace8a2913d3ba7e2ccd5.
  • Implement input validation or deploy a CoAP gateway to reject messages containing invalid option numbers, mitigating the improper input validation weakness (CWE-20).
  • Deploy a watchdog or auto‑restart mechanism to recover promptly from crashes and reduce service downtime.

Generated by OpenCVE AI on September 2, 2026 at 08:29 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 Segmentation Fault Vulnerability in ccoap Option Parsing
Weaknesses CWE-119
CWE-129

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

Type Values Removed Values Added
Weaknesses CWE-20
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 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-09-01T18:58:39.277Z

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

Link: CVE-2026-26452

cve-icon Vulnrichment

Updated: 2026-09-01T18:58:34.879Z

cve-icon NVD

Status : Deferred

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

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

Link: CVE-2026-26452

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-02T08:30:13Z

Weaknesses
  • CWE-20

    Improper Input Validation