Zurück zur Liste

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

GitHub · GitHub · CVE-2026-42183

ID
CVE-2026-42183
Datum
Aktualisiert
Activity
Quelle
GitHub
Vendor
GitHub
Risiko
low
CVSS
2.3
EPSS
0.00041

Zusammenfassung

### 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…

Produkt

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

Was tun?

Allgemeine, vorsichtige Schritte (bitte prüfe die offizielle Quelle für Details):

  • Prüfe Exponierung und plane Maßnahmen nach Risiko und Umfeld.
  • Identifiziere betroffene Produktversionen und prüfe, ob du betroffen bist.
  • Spiele Hersteller-Updates/Patches ein oder setze empfohlene Mitigations um.
  • Lies das offizielle Advisory für betroffene Versionen und konkrete Schritte.

Offizielles Advisory

Mehr dazu