Skip to content

Potential privilege escalation on Kubernetes >= v1.19 when the Argo Sever is run with `--auth-mode=client`

Low
alexec published GHSA-prqf-xr2j-xf65 Aug 18, 2021

Package

No package listed

Affected versions

>= v2.5.0

Patched versions

v2.12.12, v3.0.9, v3.1.6

Description

Impact

This is pro-active fix. No know exploits exist.

Impacted:

  • You're running Kubernetes >= v1.19
  • You're running Argo Server
  • It is configured to with --auth-mode=client
  • Is not configured with --auth-mode=server
  • You are not running Argo Server in Kubernetes pod. E.g. on bare metal or other VM.
  • You're using client key to authenticate on the server.
  • The server has more permissions that the connecting client's account.

The client's authentication will be ignored and the server's authentication will be used. This will result in privilege escalation to that of the the server's account.

Patches

#6506

Workarounds

None.

Severity

Low

CVE ID

No known CVE

Weaknesses

No CWEs