CVE-2026-34976: Missing Restore Tenant Middleware Registration

The mutation 'restoreTenant' is absent from this middleware configuration map while 'restore' is present. In Go, a missing map key returns the zero-value (nil slice), causing the middleware dispatcher to skip all authentication, IP-whitelisting, and audit-logging for that mutation — the root cause of CVE-2026-34976 (CVSS 10.0). An unauthenticated remote atta

Provally CuratedPublic repositoryHighHigh confidenceVerifiedApache-2.0Go
greprules fetch cve-2026-34976-missing-restore-tenant-middleware-registration --engine opengrep

Description

The mutation 'restoreTenant' is absent from this middleware configuration map while 'restore' is present. In Go, a missing map key returns the zero-value (nil slice), causing the middleware dispatcher to skip all authentication, IP-whitelisting, and audit-logging for that mutation — the root cause of CVE-2026-34976 (CVSS 10.0). An unauthenticated remote atta