CVE-2026-33186
CRITICAL(9.1)CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N
- CVSS 9.1 — Kritisch
Erwähnungen (letzte 60 Tage)
EPSS-Score
1.6%
Exploit-Wahrscheinlichkeit (30 Tage)
CVSS Score
9.1
Technische Schwere
SecBoard-Einordnung
Die Schwachstelle CVE-2026-33186 betrifft gRPC-Go, die Go-Sprachimplementierung von gRPC, in Versionen vor 1.79.3. Es handelt sich um einen Autorisierungs-Bypass, der durch eine fehlerhafte Eingabevalidierung des HTTP/2 :path-Pseudo-Headers entsteht. Ein Angreifer kann durch das Senden von HTTP/2-Frames mit einem falsch formatierten :path-Header Autorisierungsrichtlinien umgehen, wenn diese auf kanonischen Pfaden basieren und eine Fallback-Allow-Regel vorhanden ist.
Mit einem CVSS-Score von 9.1 (CRITICAL) ist diese Schwachstelle als hochkritisch einzustufen. Die EPSS-Wahrscheinlichkeit für eine Ausnutzung liegt bei 2%, was auf ein geringes, aber vorhandenes Risiko hindeutet. Die Schwachstelle ist derzeit nicht in der CISA KEV-Liste aufgeführt, was bedeutet, dass keine aktive Ausnutzung in freier Wildbahn bekannt ist.
Security-Teams sollten umgehend alle betroffenen gRPC-Go-Installationen auf Version 1.79.3 oder höher aktualisieren. Dies ist die primäre Gegenmaßnahme, um die Schwachstelle zu beheben. Es wird empfohlen, die Implementierung von Autorisierungs-Interzeptoren zu überprüfen, insbesondere wenn diese auf Pfad-basierten Regeln und Fallback-Allow-Regeln basieren.
KI-gestützte Einordnung auf Basis der NVD-Daten.
Beschreibung
gRPC-Go is the Go language implementation of gRPC. Versions prior to 1.79.3 have an authorization bypass resulting from improper input validation of the HTTP/2 `:path` pseudo-header. The gRPC-Go server was too lenient in its routing logic, accepting requests where the `:path` omitted the mandatory leading slash (e.g., `Service/Method` instead of `/Service/Method`). While the server successfully routed these requests to the correct handler, authorization interceptors (including the official `grpc/authz` package) evaluated the raw, non-canonical path string. Consequently, "deny" rules defined using canonical paths (starting with `/`) failed to match the incoming request, allowing it to bypass the policy if a fallback "allow" rule was present. This affects gRPC-Go servers that use path-based authorization interceptors, such as the official RBAC implementation in `google.golang.org/grpc/authz` or custom interceptors relying on `info.FullMethod` or `grpc.Method(ctx)`; AND that have a security policy contains specific "deny" rules for canonical paths but allows other requests by default (a fallback "allow" rule). The vulnerability is exploitable by an attacker who can send raw HTTP/2 frames with malformed `:path` headers directly to the gRPC server. The fix in version 1.79.3 ensures that any request with a `:path` that does not start with a leading slash is immediately rejected with a `codes.Unimplemented` error, preventing it from reaching authorization interceptors or handlers with a non-canonical path string. While upgrading is the most secure and recommended path, users can mitigate the vulnerability using one of the following methods: Use a validating interceptor (recommended mitigation); infrastructure-level normalization; and/or policy hardening.
Betroffene Produkte
- cpe:2.3:a:grpc:grpc:*:*:*:*:*:go:*:*
Referenzen
- https://github.com/grpc/grpc-go/security/advisories/GHSA-p77j-4mvh-x3m3
- https://access.redhat.com/errata/RHSA-2026:10093
- https://access.redhat.com/errata/RHSA-2026:10094
- https://access.redhat.com/errata/RHSA-2026:10105
- https://access.redhat.com/errata/RHSA-2026:10107
- https://access.redhat.com/errata/RHSA-2026:10125
- https://access.redhat.com/errata/RHSA-2026:10126
- https://access.redhat.com/errata/RHSA-2026:10130
- https://access.redhat.com/errata/RHSA-2026:10131
- https://access.redhat.com/errata/RHSA-2026:10153