A flaw was found in gRPC-Go, the Go language implementation of gRPC. This vul…
Research page generated from configured evidence sources. Treat this as an analyst workbench: facts are sourced, gaps are labelled, and low-confidence chatter is separated from confirmed evidence.
Executive judgement
- Operational lane: monitor
- Priority score: 32
- Confidence: medium
- Exploit status: none — No public exploitation signal captured by the configured pipeline yet.
- Urgent publishable: no
- CISA KEV: No CISA KEV match captured in configured source data at generation time.
- Published/observed: 2026-04-22
- EPSS score: not available
- MSRC advisory: gRPC-Go has an authorization bypass via missing leading slash in :path
What happened
A flaw was found in gRPC-Go, the Go language implementation of gRPC. This vulnerability, an authorization bypass, is caused by improper input validation of the HTTP/2 :path pseudo-header. A remote attacker can exploit this by sending raw HTTP/2 frames with a malformed :path that omits the mandatory leading slash. This allows the attacker to bypass defined security policies, potentially leading to unauthorized access to services or information disclosure.
Why it matters
- The item was promoted because the pipeline observed: priority score 32, exploit status none, confidence medium.
- It has a CVE identifier, so it can be tracked across NVD/CVE.org/vendor/exploit sources.
- No PoC signal was detected by the current pipeline unless shown elsewhere on this page.
Evidence collected
- NVD: nvd
- MSRC: gRPC-Go has an authorization bypass via missing leading slash in :path
- VENDOR ADVISORY: MSRC 2026-Mar: gRPC-Go has an authorization bypass via missing leading slash in :path
Exploitation and PoC status
- Current automated assessment: No public exploitation signal captured by the configured pipeline yet.
- Public exploit/PoC: No PoC source captured yet by the configured pipeline.
- Exploited in the wild: Not confirmed by configured sources at generation time.
- Ransomware association: No ransomware association captured at generation time.
Publication / validation flags
no_exploitation_signal
Dark web / low-confidence chatter
- AlienVault OTX pulse: Gamers beware: malicious wallpapers on Steam found stealing accounts
Defender actions
- Log or block HTTP/2 frames with :path lacking leading slash
- Review gRPC authorization policies for bypass exposure
- Apply gRPC-Go updates per MSRC advisory when released
Analyst note
Priority score of 32/100 and complete lack of KEV or exploit signals indicate minimal near-term risk to most environments. Defenders should track the linked MSRC advisory for patches and consider adding :path validation in custom HTTP/2 proxies. The core issue is narrow but underscores how small header malformations can defeat policy enforcement.
Defender / Sentinel hunting queries
MDE exposure: devices with CVE-2026-33186
Find devices where Microsoft Defender Vulnerability Management reports the CVE.
DeviceTvmSoftwareVulnerabilities
| where CveId == "CVE-2026-33186"
| project DeviceName, OSPlatform, SoftwareVendor, SoftwareName, SoftwareVersion, VulnerabilitySeverityLevel, RecommendedSecurityUpdate, LastSeenTime
| order by VulnerabilitySeverityLevel desc, LastSeenTime desc
Exposure validation ideas
- Search asset inventory for affected vendor/product names and any CVE reference.
- Check internet-facing exposure through approved tools only: Shodan/Censys/GreyNoise links below are research starting points, not proof of exposure.
- Prioritise management interfaces, edge devices, identity/control-plane systems, and OT/ICS assets where relevant.
Detection / hunting ideas
- Review vendor logs for authentication failures, privilege changes, unexpected admin activity, and anomalous management-plane access.
- Search SIEM/EDR telemetry for product-specific process names, network services, and newly published indicators from primary sources.
- Monitor for scanner traffic or nuclei/metasploit module references once public exploit tooling appears.
Research links
- NVD
- CVE.org
- CISA KEV search
- GitHub code/advisory search
- GitHub repository search
- Exploit-DB search
- Packet Storm search
- AlienVault OTX search
- GreyNoise search
- Shodan search
- Censys search
Open questions
- Is there a primary vendor advisory with exact affected versions and fixed versions?
- Has CISA KEV, Shadowserver, GreyNoise, or a trusted vendor confirmed exploitation?
- Are there credible PoC repositories or only secondary reporting mentioning PoC?
- Is there underground/forum/leak-site discussion, or only public reporting?
Generated: 2026-06-18T08:24:41+00:00