---
id: CVE-2026-84173
title: >-
  In Eclipse Ankaios versions v0.5.1 through v1.0.1, the agent-side Control
  Interface authorizer incorrectly evaluates multi-segment allow rules whose
  first path segment is a wildcard
summary: >-
  In Eclipse Ankaios versions v0.5.1 through v1.0.1, the agent-side Control
  Interface authorizer incorrectly evaluates multi-segment allow rules whose
  first path segment is a wildcard. An authenticated workload with access
  restricted by su…
severity: high
cvss: 8.3
cvssVector: 'CVSS:4.0/AV:L/AC:L/AT:N/PR:H/UI:N/VC:H/VI:H/VA:N/SC:N/SI:N/SA:N'
cwe:
  - CWE-863
vendor: Eclipse Foundation
product: Eclipse Ankaios
affected:
  - eclipse_ankaios >= 0.5.1 <= 1.0.1
published: '2026-09-07'
updated: '2026-09-08'
sourceUpdated: '2026-09-08T16:18:17.580'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-84173'
references:
  - url: 'https://github.com/eclipse-ankaios/ankaios/pull/790'
    label: emo@eclipse.org
  - url: 'https://github.com/eclipse-ankaios/ankaios/releases/tag/v1.0.2'
    label: emo@eclipse.org
  - url: >-
      https://github.com/eclipse-ankaios/ankaios/security/advisories/GHSA-rp6v-x3q5-cp2g
    label: emo@eclipse.org
  - url: 'https://gitlab.eclipse.org/security/vulnerability-reports/-/work_items/853'
    label: emo@eclipse.org
  - url: >-
      https://github.com/eclipse-ankaios/ankaios/security/advisories/GHSA-rp6v-x3q5-cp2g
    label: 134c704f-9b21-4f2e-91b3-4a467353bcc0
tags:
  - nvd
  - cve.org
  - exploit-available
exploitAvailable: true
ssvc:
  exploitation: poc
  automatable: 'no'
  technicalImpact: total
  timestamp: '2026-09-08T15:03:00.362604Z'
cvssSource: cna
epss: 0.00163
epssPercentile: 0.04837
ingestedAt: '2026-09-08T15:33:26.976Z'
---

## Overview

In Eclipse Ankaios versions v0.5.1 through v1.0.1, the agent-side Control Interface authorizer incorrectly evaluates multi-segment allow rules whose first path segment is a wildcard. An authenticated workload with access restricted by such a rule can submit a CompleteStateRequest or UpdateStateRequest with an empty field mask. The request may then be incorrectly authorized as matching the scoped rule, allowing the workload to read the complete cluster state or replace state outside its authorized subtree. This may result in unauthorized disclosure or modification of other workloads and cluster configuration. Only a rule consisting solely of * is intended to authorize an empty mask.




Mitigation: Until an update containing the fix is installed, avoid multi-segment Control Interface allow-rule filter masks that begin with a wildcard, such as *.workloads.some_workload. Replace them with explicit paths such as desiredState.workloads.some_workload, where applicable. A filter mask consisting solely of * has different, intentionally unrestricted semantics and should only be used when full-state access is intended.

## Remediation

Refer to the linked advisories for vendor-supplied fixes and affected version ranges.
