Get a Demo

Let's Patch It!

Book a short call with one our specialists, we'll walk you through how Endor Patches work, and ask you a few questions about your environment (like your primary programming languages and repository management). We'll also send you an email right after you fill out the form, feel free to reply with any questions you have in advance!

CVE

CVE-2026-33413

etcd: Authorization bypasses in multiple APIs
Back to all
CVE

CVE-2026-33413

etcd: Authorization bypasses in multiple APIs

Impact

What kind of vulnerability is it? Who is impacted?

Multiple vulnerabilities allow unauthorized users to bypass authentication or authorization checks and call certain etcd functions in clusters that expose the gRPC API to untrusted or partially trusted clients.

In unpatched etcd clusters with etcd auth enabled, unauthorized users are able to:

  • call MemberList and learn cluster topology, including member IDs and advertised endpoints
  • call Alarm, which can be abused for operational disruption or denial of service
  • use Lease APIs, interfering with TTL-based keys and lease ownership
  • trigger compaction, permanently removing historical revisions and disrupting watch, audit, and recovery workflows

Kubernetes does not rely on etcd’s built-in authentication and authorization. Instead, the API server handles authentication and authorization itself, so typical Kubernetes deployments are not affected.

Patches

Has the problem been patched? What versions should users upgrade to?

These vulnerabilities are patched in the following versions:

  • etcd 3.6.9
  • etcd 3.5.28
  • etcd 3.4.42

Workarounds

Is there a way for users to fix or remediate the vulnerability without upgrading?

If upgrading is not immediately possible, reduce exposure by treating the affected 

RPCs as unauthenticated in practice.

  • restrict network access to etcd server ports so only trusted components can connect
  • require strong client identity at the transport layer, such as mTLS with tightly scoped client certificate

    distribution

Reporters

Community efforts help keep etcd secure

The etcd community thanks Isaac David, bugbunny.ai, Asim Viladi Oglu Manizada, Alex Schapiro & Ahmed Allam from Strix security, Luke Francis, and @OLU-DEVX for reporting these vulnerabilities.

Dependency Between Reported Issues

These issues all originate from the same underlying flaw in the gRPC API layer.

They affect the same API surface and share a common root cause. In practice, the fix is implemented as a single, unified change at the API layer, which resolves all issues together.

Given this, we believe these issues are best treated as a single vulnerability and should be assigned a single CVE.

Package Versions Affected

Package Version
patch Availability
No items found.

Automatically patch vulnerabilities without upgrading

Fix Without Upgrading
Detect compatible fix
Apply safe remediation
Fix with a single pull request

CVSS Version

Severity
Base Score
CVSS Version
Score Vector
C
H
U
8.8
-
4.0
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:L/VA:H/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
C
H
U
0
-
C
H
U
8.8
-
3.1
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H

Related Resources

No items found.

References

https://github.com/etcd-io/etcd/security/advisories/GHSA-q8m4-xhhv-38mg, https://nvd.nist.gov/vuln/detail/CVE-2026-33413, https://github.com/etcd-io/etcd

Severity

8.8

CVSS Score
0
10

Basic Information

Ecosystem
Base CVSS
8.8
EPSS Probability
0.00027%
EPSS Percentile
0.07893%
Introduced Version
3.6.0-alpha.0,0,v3.6.0-rc.0,v3.0.0-20221102203942-c967715d93d6,v3.6.0-alpha.0,v3.5.0-alpha.0,v3.0.0-20201026120232-6c1efd6ba518,v3.0.0-20201026115719-4a5e9d12611e,v3.0.0-20190426222950-9150bf52d64b,v3.4.26,v0.0.0-20230508135454-71e85e9ded04,v3.3.0-rc.0+incompatible,v0.0.0-20170814211856-d25ae50c0208,v0.0.0-20170623195124-b1a0ae3a3e11,v3.2.0-rc.0+incompatible,v0.0.0-20170114103624-9886e9448e47,v3.1.0-alpha.0+incompatible,v0.0.0-20160908231414-63b0cd470d8f,v3.0.0-beta.0+incompatible,v0.0.0-20160407192814-dc17eaace77c,v2.3.0-alpha.1+incompatible,v0.0.0-20160127020914-36cc8446c7aa,v0.0.0-20160110061202-59bf83c7f408,v0.0.0-20160108003939-d9ca929a336d,v2.3.0-alpha.0+incompatible,v0.0.0-20151104193617-c37bd2385a74,v2.2.0-alpha.0+incompatible,v0.0.0-20150808125829-f004b4dac755
Fix Available
3.6.9,v3.6.9,v3.0.0-20260317141331-a07ecd124c2b,v3.5.28,v3.4.42,v0.0.0-20260318232813-81fcc3f9e423

Fix Critical Vulnerabilities Instantly

Secure your app without upgrading.
Fix Without Upgrading