Severity by source
AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Unprotected network API with no auth or interaction gives AV:N/AC:L/PR:N/UI:N; C/I/A retained High as the exposed function is critical/administrative, though I and A are inferred from vendor rating.
Primary rating from Vendor (Esri).
CVSS VectorVendor: Esri
Lifecycle Timeline
3DescriptionCVE.org
Esri Portal for ArcGIS versions 12.1 and earlier on Windows, Linux and Kubernetes have a missing authentication for critical function vulnerability allows a remote, unauthenticated attacker to access an unprotected API.
Articles & Coverage 2
AnalysisAI
Missing authentication in Esri Portal for ArcGIS 12.1 and earlier (Windows, Linux, and Kubernetes deployments) exposes a critical API endpoint that a remote, unauthenticated attacker can reach directly, bypassing access controls to interact with functionality that should require an authenticated session. Esri rates this critical (CVSS 9.8) and disclosed it in its June 2026 ArcGIS security bulletin; no public exploit identified at time of analysis and it is not listed in CISA KEV. Because the exposed function is an administrative/portal API reachable over the network with no credentials, successful access could lead to disclosure or manipulation of portal content and configuration.
Technical ContextAI
Portal for ArcGIS is the enterprise web-GIS component of the ArcGIS Enterprise stack, providing hosted maps, apps, user/content management, and administrative REST APIs, and it can be deployed on Windows, Linux, or Kubernetes. The flaw is an access-control gap where at least one API endpoint that performs a critical/privileged function is served without enforcing authentication, matching the CWE-306 'Missing Authentication for Critical Function' pattern described in the advisory. Note the input assigns CWE-640 (Weak Password Recovery Mechanism), which is inconsistent with the description of an unprotected API - the described behavior is authentication bypass, not password-recovery weakness, so the CWE mapping should be treated as questionable. Because the affected surface is the network-exposed REST API layer, any deployment mode (single-machine, distributed, or containerized on Kubernetes) that publishes the portal endpoint is in scope.
RemediationAI
Apply the update referenced in Esri's June 2026 ArcGIS security bulletin (https://www.esri.com/arcgis-blog/products/trust-arcgis/administration/june-2026-arcgis-security-bulletin); a patch is available per the vendor advisory, but the exact fixed version is not specified in the available data and must be taken directly from the bulletin - do not assume a version number. Until patched, reduce exposure by removing the Portal for ArcGIS administrative and API endpoints from direct internet reachability and placing them behind the ArcGIS Web Adaptor or a reverse proxy/WAF that can restrict or authenticate access, and use network ACLs or firewall rules to limit the portal API to trusted management networks and known client ranges (trade-off: may break remote administration and any external integrations that call the API directly). For Kubernetes deployments, tighten Ingress rules and NetworkPolicies so the portal service is not exposed cluster-wide or externally. Because the specific vulnerable endpoint is not named in the source data, blanket network restriction is the most reliable compensating control until the exact fix version is applied.
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 technique Authentication Bypass
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-42058
GHSA-6rrr-4jqj-5947