Back to list

Argo Affected by SSO RBAC Delegation Nil Pointer Dereference DoS (gatekeeper.go) — CVE-2026-42183

GitHub · GitHub · CVE-2026-42183

ID
CVE-2026-42183
Date
Updated
Activity
Source
GitHub
Vendor
GitHub
Threat
low
CVSS
2.3
EPSS
0.00041

Summary

### Summary A nil pointer dereference in `server/auth/gatekeeper.go` `rbacAuthorization()` causes a panic (denial of service) for SSO users whose claims match a namespace-level RBAC rule but not an SSO-namespace rule, when `SSO_DELEGATE_RBAC_TO_NAMESPACE=true`. ### Details When `getServiceAccount(claims, ssoNamespace)` returns nil (no matching rule), the error is suppressed and `loginAccount` remains nil. If RBAC…

Product

go: github.com/argoproj/argo-workflows/v4

What to do

General, cautious steps (verify details in the official source):

  • Review exposure and plan remediation based on risk and environment.
  • Identify affected product versions in your inventory and verify whether you are impacted.
  • Apply vendor patches/updates or recommended mitigations as soon as available.
  • Read the official advisory for exact affected versions and remediation steps.

Official advisory

Related advisories