Description
A null pointer dereference vulnerability exists in the server-side session management logic of ccoap 77f55c4b466e99327c24ace8a2913d3ba7e2ccd5. The issue is caused by a race condition between the request dispatch thread and the session cleanup thread when accessing shared session list nodes without proper synchronization.
Published: 2026-08-27
Score: n/a
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

A race condition between the request dispatch thread and the session cleanup thread in ccoap causes a null pointer dereference when accessing shared session list nodes without proper synchronization. This flaw can trigger a crash of the CoAP server, leading to an interruption of service for clients. The vulnerability does not grant an attacker direct code execution or data exfiltration, but the resulting server shutdown constitutes a denial‑of‑service impact serious enough to impair availability of the affected service.

Affected Systems

The vulnerability exists in the ccoap software at commit 77f55c4b466e99327c24ace8a2913d3ba7e2ccd5. No specific vendor or version number is listed, so any installation of ccoap that includes the indicated commit is susceptible. Because the code is open source, unintended custom forks that replicate the same logic are also at risk.

Risk and Exploitability

The CVSS score is not provided, and the EPSS score is currently unavailable, which suggests insufficient data to calculate a precise risk metric. However, the lack of a KEV listing indicates that no publicly known exploit has been observed to date. Despite that, the race condition can be triggered by normal traffic patterns or by a deliberately high‑rate request load, potentially allowing an attacker to repeatedly induce crashes. Given the impact of service downtime in production environments, the overall risk should be considered medium to high when the service is critical.

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

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade to the latest ccoap release that includes synchronization fixes for session list handling.
  • Introduce proper mutex locking around all accesses to the shared session list to eliminate concurrent modification.
  • If upgrading immediately is not possible, consider temporarily disabling the session cleanup thread or delaying its execution during periods of high request load to reduce the likelihood of a race condition.

Generated by OpenCVE AI on August 27, 2026 at 17:27 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 Null Pointer Dereference in ccoap Session Management
Weaknesses CWE-362
CWE-476

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

Type Values Removed Values Added
Description A null pointer dereference vulnerability exists in the server-side session management logic of ccoap 77f55c4b466e99327c24ace8a2913d3ba7e2ccd5. The issue is caused by a race condition between the request dispatch thread and the session cleanup thread when accessing shared session list nodes without proper synchronization.
References

Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: mitre

Published:

Updated: 2026-08-27T13:47:19.470Z

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

Link: CVE-2026-26456

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

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

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

Link: CVE-2026-26456

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

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

Weaknesses
  • CWE-362

    Concurrent Execution using Shared Resource with Improper Synchronization ('Race Condition')

  • CWE-476

    NULL Pointer Dereference