CVE-2026-33186
Last modified
CVE-2026-33186 is a critical-severity vulnerability rated 9.1/10 on the CVSS scale. 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. EPSS estimates a 1.56% chance of exploitation in the next 30 days.
Description
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.
Metrics
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Grpc | Grpc | < 1.79.3 |
References
- https://github.com/grpc/grpc-go/security/advisories/GHSA-p77j-4mvh-x3m3Mitigation, Vendor Advisory
Timeline
- Published
- Last Modified
- Status
- Modified
Frequently Asked Questions
What is CVE-2026-33186?
How severe is CVE-2026-33186?
How do I fix CVE-2026-33186?
How Strix Helps
- Uncovering a hidden BOLA in Appsmith's snapshot logicStrix autonomously discovered a BOLA/IDOR vulnerability in Appsmith's snapshot deletion path.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-33180HAPI FHIR is a complete implementation of the HL7 FHIR stand…7.5
- CVE-2026-33181Rejected reason: ** REJECT ** DO NOT USE THIS CANDIDATE NUMB…
- CVE-2026-33182Saloon is a PHP library that gives users tools to build API …7.5
- CVE-2026-33183Saloon is a PHP library that gives users tools to build API …9.1
- CVE-2026-33184nimiq/core-rs-albatross is a Rust implementation of the Nimi…7.5
- CVE-2026-33185Discourse is an open-source discussion platform. From versio…5
- CVE-2026-33187Rejected reason: Further research determined the issue origi…
- CVE-2026-33188Rejected reason: Further research determined the issue origi…
- CVE-2026-33189Rejected reason: Further research determined the issue origi…
- CVE-2026-3319Reflected Cross-Site Scripting (XSS) in the latest demo vers…5.1
- CVE-2026-33190CoreDNS is a DNS server that chains plugins. In versions pri…7.5
- CVE-2026-33191Free5GC is an open-source Linux Foundation project for 5th g…8.6
Are you affected by CVE-2026-33186?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
