CVE-2026-26456
Received Received - Intake

Null Pointer Dereference in ccoap Due to Race Condition

Vulnerability report for CVE-2026-26456, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-08-27

Last updated on: 2026-08-27

Assigner: MITRE

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.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-27
Last Modified
2026-08-27
Generated
2026-08-27
AI Q&A
2026-08-27
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Currently, no data is known.

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This is a null pointer dereference vulnerability caused by a race condition in the server-side session management of ccoap. When the request dispatch thread and session cleanup thread access shared session list nodes without synchronization, one thread may dereference a session pointer while the other clears its data, causing a segmentation fault.

Detection Guidance

Detecting this vulnerability requires monitoring for crashes in the ccoap server process, particularly under concurrent request loads. Check server logs for segmentation faults or null pointer dereference errors. Use tools like gdb to attach to the running process and inspect stack traces during crashes. Enable core dumps for post-mortem analysis if the server crashes.

Impact Analysis

A remote attacker could exploit this flaw to crash the CoAP server by triggering the race condition, resulting in a denial-of-service (DoS) attack. This would make the server unavailable for legitimate users.

Mitigation Strategies

Apply a patch to the ccoap component that adds proper synchronization mechanisms (e.g., mutex locks) when accessing shared session list nodes. Alternatively, disable session management features if not required. Monitor server stability closely after changes and consider upgrading to a patched version of microcoap if available.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-26456. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart