Severity by source
AV:N/AC:L/PR:L/UI:N/S:C/C:N/I:N/A:H
Network-reachable GraphQL API with low complexity and a required API token gives AV:N/AC:L/PR:L; availability-only impact confined to Central yields A:H and S:U (I judge scope unchanged, unlike vendor S:C).
Primary rating from Vendor (redhat).
CVSS VectorVendor: redhat
Lifecycle Timeline
1DescriptionCVE.org
A flaw was found in Red Hat Advanced Cluster Security for Kubernetes (RHACS). Central does not limit the depth of GraphQL queries served on the authenticated GraphQL API. An authenticated user with a valid API token can send deeply nested queries that cause excessive resource consumption in Central, resulting in a denial of service for the management plane.
AnalysisAI
Authenticated denial of service in Red Hat Advanced Cluster Security for Kubernetes (RHACS) 4 allows any user holding a valid API token to exhaust Central's resources. Because Central does not cap the nesting depth of queries served on its authenticated GraphQL API, a single deeply nested query can drive excessive CPU and memory consumption and take down the RHACS management plane. No public exploit identified at time of analysis, and the flaw is not listed in CISA KEV, but the low-privilege network vector makes it trivial for any token holder to trigger.
Technical ContextAI
RHACS Central is the centralized management and policy engine of Red Hat's Kubernetes-native security platform, exposing a GraphQL API for its web UI and automation clients. GraphQL lets clients compose arbitrarily nested queries, and without a server-enforced maximum query depth (or complexity/cost limit) a small request can expand into an enormous resolver tree. This maps to CWE-400 (Uncontrolled Resource Consumption): the root cause is the absence of a depth/complexity guard on the query parser and resolver pipeline, so attacker-controlled query structure directly governs server-side work. The affected component per CPE is cpe:2.3:a:red_hat:red_hat_advanced_cluster_security_4, i.e. the RHACS 4.x product line.
RemediationAI
No vendor-released patch version is specified in the available data, so consult the Red Hat advisory at https://access.redhat.com/security/cve/CVE-2026-9165 for the fixed RHACS 4.x release and upgrade Central to it once published. As compensating controls until patched, tightly restrict who holds valid Central API tokens and rotate or revoke unused tokens to shrink the pool of potential abusers, and place the Central GraphQL/API endpoint behind network policy or an ingress/API gateway that limits exposure to trusted management networks only (trade-off: may disrupt legitimate automation clients that reach Central directly). Where an upstream proxy supports it, apply request rate limiting and body/complexity limits to the GraphQL endpoint to blunt abusive nested queries, accepting that a proxy cannot enforce true GraphQL depth limits and may throttle legitimate large queries. Track the Bugzilla record at https://bugzilla.redhat.com/show_bug.cgi?id=2480505 for the fixed-version announcement.
More in Kubernetes
View allA critical vulnerability in Kubernetes ingress-nginx controller allows unauthenticated attackers with pod network access
Credential-harvesting malware compromised 84 versions of 42 TanStack npm packages on 2026-05-11 via chained GitHub Actio
Kubernetes ingress-nginx contains a configuration injection vulnerability via the mirror-target and mirror-host Ingress
A security issue was discovered in ingress-nginx https://github.com/kubernetes/ingress-nginx where the `auth-url` Ingres
A security issue was discovered in ingress-nginx https://github.com/kubernetes/ingress-nginx where the `auth-tls-match-c
Kubernetes API server in all versions allow an attacker who is able to create a ClusterIP service and set the spec.exter
A security issue was discovered in Kubernetes where a user that can create pods on Windows nodes may be able to escalate
Argo CD is a declarative, GitOps continuous delivery tool for Kubernetes. Rated critical severity (CVSS 9.9), this vulne
Unauthenticated remote attackers can trigger complete database overwrites, server-side file reads, and SSRF attacks agai
The Kubernetes integration in GitLab Enterprise Edition 11.x before 11.2.8, 11.3.x before 11.3.9, and 11.4.x before 11.4
Fluentd configuration injection in the kube-logging Logging operator before 6.6.0 allows a namespace-scoped user who can
Kyverno Kubernetes policy engine prior to 1.x has a privilege escalation vulnerability (CVSS 9.9) allowing policy bypass
Same weakness CWE-400 – Uncontrolled Resource Consumption
View allSame technique Denial Of Service
View allVendor StatusVendor
Share
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-41859
GHSA-fw53-q2vg-jr6g