Description
Eclipse Wakaama before snapshot/2026-05-26 contains an unbounded memory allocation vulnerability in the CoAP Block1 handler within coap/block.c that allows unauthenticated remote attackers to exhaust server memory by sending a sequence of Block1 PUT requests with incrementing block numbers. Attackers can target the registration endpoint over UDP without authentication, causing the server to repeatedly reallocate a growing accumulation buffer by appending each block payload without enforcing any maximum total size limit, resulting in denial of service through memory exhaustion.
Published: 2026-07-02
Score: 8.7 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability resides in the CoAP Block1 handler of Eclipse Wakaama, where an unbounded memory allocation occurs when processing a series of Block1 PUT requests. A remote attacker can send these requests without any authentication, causing the server to repeatedly reallocate a growing buffer by appending each block payload. This unchecked growth can exhaust server memory and trigger a denial of service. The weakness is a classic example of CWE‑770, Uncontrolled Resource Consumption.

Affected Systems

The flaw affects all instances of Eclipse Wakaama running versions before the snapshot/2026-05-26 release. This includes deployments that have not applied the latest rollback or patch. When an adversary targets the CoAP registration endpoint over UDP, the server, unaware of the maximum total payload size, accumulates incoming blocks until resources are depleted.

Risk and Exploitability

With a CVSS score of 8.7 the vulnerability is considered high severity, while the EPSS score of less than 1% indicates a low to very low probability of exploitation at the time of analysis. The flaw is not listed in the CISA KEV catalog, but it remains a valid threat for any unpatched installation. Attackers can exploit it remotely, requiring only the ability to reach the CoAP service; no authentication or privileged access is needed.

Generated by OpenCVE AI on July 21, 2026 at 10:58 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the snapshot/2026-05-26 release or any later patch that contains the memory‑allocation safeguard
  • Configure network filtering to restrict or block traffic to the CoAP registration endpoint, for example using firewall rules or ingress policies
  • Modify server configuration or code to enforce a maximum total size for accumulated Block1 payloads or to discard the buffer after each transaction

Generated by OpenCVE AI on July 21, 2026 at 10:58 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 14 Jul 2026 22:30:00 +0000

Type Values Removed Values Added
CPEs cpe:2.3:a:eclipse:wakaama:*:*:*:*:*:*:*:*

Mon, 06 Jul 2026 23:15:00 +0000

Type Values Removed Values Added
First Time appeared Eclipse
Eclipse wakaama
Vendors & Products Eclipse
Eclipse wakaama

Thu, 02 Jul 2026 20:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

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


Thu, 02 Jul 2026 18:30:00 +0000

Type Values Removed Values Added
Description Eclipse Wakaama before snapshot/2026-05-26 contains an unbounded memory allocation vulnerability in the CoAP Block1 handler within coap/block.c that allows unauthenticated remote attackers to exhaust server memory by sending a sequence of Block1 PUT requests with incrementing block numbers. Attackers can target the registration endpoint over UDP without authentication, causing the server to repeatedly reallocate a growing accumulation buffer by appending each block payload without enforcing any maximum total size limit, resulting in denial of service through memory exhaustion.
Title Eclipse Wakaama CoAP Block1 Handler Unbounded Memory Allocation DoS
Weaknesses CWE-770
References
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'}

cvssV4_0

{'score': 8.7, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N'}


cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-07-14T22:03:08.363Z

Reserved: 2026-06-30T20:20:33.790Z

Link: CVE-2026-58465

cve-icon Vulnrichment

Updated: 2026-07-02T19:21:41.693Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-07-21T11:00:05Z

Weaknesses
  • CWE-770

    Allocation of Resources Without Limits or Throttling