Description
In Eclipse Ankaios versions 0.1.0 through 1.0.1, the agent does not limit the length declared by a workload in a length-delimited protobuf message received through the Control Interface FIFO. A workload granted Control Interface access can specify an excessive message length, causing an unbounded memory allocation that may abort the Ankaios agent process. This results in loss of orchestration services for workloads managed by the affected agent.
Published: 2026-09-07
Score: 6.8 Medium
EPSS: < 1% Very Low
KEV: No
Impact: Denial of Service via unbounded memory allocation
Action: Immediate Patch
AI Analysis

Impact

The vulnerability arises when the Ankaios agent accepts protobuf messages with a declared length that exceeds the system’s limits. A malicious payload specifying an excessive length results in an unbounded memory allocation that can cause the agent process to abort, leading to a denial of service and disrupting orchestration for affected workloads.

Affected Systems

Eclipse Foundation’s Ankaios, versions 0.1.0 through 1.0.1.

Risk and Exploitability

The CVSS score of 6.8 indicates moderate severity; the EPSS score is not available, so the current likelihood of exploitation cannot be precisely quantified. The vulnerability is not listed in CISA’s KEV, suggesting no public exploits are known. Attackers must have the ability to send messages through the Control Interface FIFO—typically a workload granted such access can craft a malicious message. No remote exploitation vector is documented in the description, so the risk is confined to contexts where Control Interface privileges exist.

Generated by OpenCVE AI on September 7, 2026 at 13:32 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the latest Ankaios release (v1.0.2 or newer) to enforce length limits on protobuf messages.
  • Remove or restrict Control Interface privileges from workloads that do not require them.
  • Implement monitoring to detect abnormal memory allocation or agent restart events and isolate affected workloads from critical services.

Generated by OpenCVE AI on September 7, 2026 at 13:32 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 08 Sep 2026 21:00:00 +0000

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

Tue, 08 Sep 2026 16:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

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


Mon, 07 Sep 2026 14:00:00 +0000

Type Values Removed Values Added
Title Unbounded Memory Allocation via Control Interface FIFO

Mon, 07 Sep 2026 10:30:00 +0000

Type Values Removed Values Added
Description In Eclipse Ankaios versions 0.1.0 through 1.0.1, the agent does not limit the length declared by a workload in a length-delimited protobuf message received through the Control Interface FIFO. A workload granted Control Interface access can specify an excessive message length, causing an unbounded memory allocation that may abort the Ankaios agent process. This results in loss of orchestration services for workloads managed by the affected agent.
Weaknesses CWE-1284
CWE-789
References
Metrics cvssV4_0

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


cve-icon MITRE

Status: PUBLISHED

Assigner: eclipse

Published:

Updated: 2026-09-08T15:06:08.932Z

Reserved: 2026-09-03T13:02:10.984Z

Link: CVE-2026-85201

cve-icon Vulnrichment

Updated: 2026-09-08T15:06:05.006Z

cve-icon NVD

Status : Deferred

Published: 2026-09-07T11:17:37.490

Modified: 2026-09-08T16:18:19.040

Link: CVE-2026-85201

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-08T20:38:03Z

Weaknesses
  • CWE-1284

    Improper Validation of Specified Quantity in Input

  • CWE-789

    Memory Allocation with Excessive Size Value