A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2026-2813

CVE-2026-2813: ArcGIS Server Auth Bypass Vulnerability

CVE-2026-2813 is an authentication bypass flaw in ArcGIS Server that exploits input validation weaknesses in login redirection. This post covers the technical details, affected versions, impact, and mitigation.

Published: May 21, 2026

CVE-2026-2813 Overview

CVE-2026-2813 is an input validation weakness in the login redirection workflow of Esri ArcGIS Server 11.5. An authenticated attacker can craft a request that causes the application to redirect a user's browser to an untrusted external site. Successful exploitation requires user interaction and produces a limited confidentiality impact within the client-side navigation logic. The flaw remains confined to the authentication boundary and does not enable server-side compromise or cross-component impact.

Critical Impact

Attackers can leverage the trusted ArcGIS Server domain to redirect authenticated users to attacker-controlled sites, supporting phishing and credential theft campaigns.

Affected Products

  • Esri ArcGIS Server 11.5

Discovery Timeline

  • 2026-05-20 - CVE CVE-2026-2813 published to NVD
  • 2026-05-20 - Last updated in NVD database
  • Vendor advisory published in the Esri Security Bulletin April 2026

Technical Details for CVE-2026-2813

Vulnerability Analysis

The vulnerability resides in the client-side navigation logic that processes redirection parameters after authentication. ArcGIS Server fails to validate the destination URL supplied during the login workflow. An authenticated attacker can submit a specially crafted request that includes an attacker-controlled destination.

When a user follows the manipulated link and completes authentication, the browser is redirected to an unintended, untrusted site. The redirection occurs within the same security boundary as the authentication flow. No server-side state or cross-component data is exposed during the redirect.

The issue maps to improper input validation in URL handling, commonly tracked as an open redirect [CWE-601]. The impact is limited to confidentiality because the destination site may capture referrer data or stage credential harvesting against users who trust the originating ArcGIS Server domain.

Root Cause

The root cause is missing allowlist validation on the post-login redirect target. The application accepts user-supplied URLs without verifying that the destination resolves to a known, trusted ArcGIS Server resource. This allows arbitrary external URLs to pass through the redirect parameter.

Attack Vector

Exploitation requires network access, authenticated privileges to craft the request, and user interaction to follow the resulting link. The attacker distributes the crafted login URL through phishing or other social engineering channels. When the victim clicks the link and authenticates, the ArcGIS Server returns a redirect response pointing to the attacker's site.

The trusted ArcGIS Server hostname in the initial URL increases the likelihood that users complete the workflow. Subsequent pages on the attacker-controlled domain can mimic ArcGIS interfaces to harvest credentials or session data.

Detection Methods for CVE-2026-2813

Indicators of Compromise

  • Authentication requests containing redirect or return-URL parameters pointing to external, non-ArcGIS domains.
  • HTTP 30x responses from ArcGIS Server endpoints with Location headers referencing untrusted hosts.
  • Spikes in outbound referrer traffic from ArcGIS Server login pages to unfamiliar domains.

Detection Strategies

  • Inspect web server and reverse proxy logs for login workflow URLs containing fully qualified external URLs in redirect parameters.
  • Correlate authentication events with subsequent HTTP redirects to domains outside the organization's allowlist.
  • Deploy URL reputation checks at the proxy layer to flag redirects from ArcGIS Server to newly registered or low-reputation domains.

Monitoring Recommendations

  • Enable verbose access logging on ArcGIS Server authentication endpoints and forward logs to a centralized SIEM.
  • Alert on user reports of unexpected post-login navigation or login pages that do not match the legitimate ArcGIS interface.
  • Track phishing telemetry for lures that abuse legitimate ArcGIS Server URLs as initial entry points.

How to Mitigate CVE-2026-2813

Immediate Actions Required

  • Apply the security update referenced in the Esri Security Bulletin April 2026 to ArcGIS Server 11.5 deployments.
  • Restrict redirect parameters at the reverse proxy or web application firewall until the patch is deployed.
  • Educate ArcGIS Server users about phishing campaigns that leverage trusted application URLs.

Patch Information

Esri addresses the input validation weakness in the patch released through the April 2026 security bulletin. Administrators should consult the vendor advisory for version-specific patch identifiers and apply the update to all ArcGIS Server 11.5 instances.

Workarounds

  • Configure the reverse proxy or WAF to strip or validate redirect, next, and similar parameters in login URLs.
  • Enforce an allowlist of internal hostnames for post-login destinations at the network gateway.
  • Disable or restrict externally accessible login endpoints where feasible until patching is complete.
bash
# Example WAF rule fragment to block external redirect targets
# Adjust syntax to match your WAF vendor (ModSecurity shown)
SecRule ARGS:redirect_uri "!@beginsWith https://arcgis.internal.example.com/" \
    "id:1002813,phase:2,deny,status:400,msg:'CVE-2026-2813 external redirect blocked'"

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechArcgis Server

  • SeverityMEDIUM

  • CVSS Score4.7

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:N/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • Technical References
  • Esri Security Bulletin April 2026
  • Related CVEs
  • CVE-2026-2812: ArcGIS Server Auth Bypass Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English