The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
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
    • 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-1446

CVE-2026-1446: Esri ArcGIS Pro XSS Vulnerability

CVE-2026-1446 is a Cross Site Scripting flaw in Esri ArcGIS Pro that allows local attackers to execute malicious scripts through specific dialogs. This post covers technical details, affected versions, and mitigation.

Published: January 30, 2026

CVE-2026-1446 Overview

A Cross-Site Scripting (XSS) vulnerability has been identified in Esri ArcGIS Pro versions 3.6.0 and earlier. This vulnerability allows a local attacker to supply malicious strings into ArcGIS Pro, which may execute when a specific dialog is opened. The vulnerability requires user interaction to trigger, as malicious scripts are executed when a user opens a particular dialog within the application.

Critical Impact

Local attackers can inject malicious scripts that execute within the context of ArcGIS Pro when users interact with specific dialogs, potentially leading to information disclosure and limited integrity impact.

Affected Products

  • Esri ArcGIS Pro versions 3.6.0 and earlier

Discovery Timeline

  • January 26, 2026 - CVE-2026-1446 published to NVD
  • January 27, 2026 - Last updated in NVD database

Technical Details for CVE-2026-1446

Vulnerability Analysis

This vulnerability is classified as Cross-Site Scripting (CWE-79), which occurs when an application fails to properly sanitize user-supplied input before rendering it in an output context. In the case of ArcGIS Pro, malicious strings can be injected locally and subsequently execute when specific dialogs are opened within the application.

The attack requires local access to the system and user interaction, as the malicious payload only triggers when the victim opens a particular dialog. Successful exploitation could allow an attacker to execute arbitrary scripts within the application context, potentially leading to disclosure of sensitive information or modification of data displayed to the user.

Root Cause

The vulnerability stems from improper input validation and insufficient sanitization of user-supplied strings within ArcGIS Pro. When these strings are processed and rendered in the context of specific dialogs, the application fails to properly encode or escape potentially malicious content, allowing script execution.

Attack Vector

The attack vector is local, meaning an attacker must have local access to the system to inject malicious strings into ArcGIS Pro. The exploitation scenario involves the following:

  1. An attacker with local access crafts malicious strings containing XSS payloads
  2. These strings are introduced into ArcGIS Pro through input fields or configuration data
  3. When a legitimate user opens a specific dialog that renders these strings, the malicious script executes
  4. The script runs within the application context, potentially accessing sensitive information or performing unauthorized actions

The vulnerability enables script execution that could lead to limited confidentiality and integrity impacts within the scope of the application, potentially affecting other components beyond the vulnerable application itself.

Detection Methods for CVE-2026-1446

Indicators of Compromise

  • Unusual or unexpected script content within ArcGIS Pro configuration files or project data
  • Suspicious strings containing JavaScript or HTML tags in user-controlled input fields
  • Unexpected network connections or data exfiltration attempts originating from ArcGIS Pro processes

Detection Strategies

  • Monitor ArcGIS Pro log files for evidence of script execution errors or unusual activity when dialogs are opened
  • Implement file integrity monitoring on ArcGIS Pro project files and configuration directories
  • Deploy endpoint detection and response (EDR) solutions to monitor for suspicious behavior from the ArcGISPro.exe process

Monitoring Recommendations

  • Enable verbose logging within ArcGIS Pro to capture dialog interactions and input processing events
  • Configure security information and event management (SIEM) rules to alert on potential XSS patterns in ArcGIS-related logs
  • Regularly audit user-supplied content and project files for suspicious script-like content

How to Mitigate CVE-2026-1446

Immediate Actions Required

  • Upgrade to ArcGIS Pro 3.6.1 immediately, which contains the fix for this vulnerability
  • Review any shared ArcGIS Pro projects or configuration files for potentially malicious content before opening
  • Restrict local access to systems running ArcGIS Pro to authorized users only

Patch Information

Esri has released ArcGIS Pro 3.6.1 which addresses this vulnerability. The patch is available through the official Esri distribution channels. Organizations should prioritize upgrading all ArcGIS Pro installations to version 3.6.1 or later. For detailed patch information, refer to the Esri ArcGIS Pro 3.6.1 Patch release notes.

Workarounds

  • Limit local access to systems running ArcGIS Pro to trusted users only until the patch can be applied
  • Exercise caution when opening ArcGIS Pro projects or files from untrusted sources
  • Implement application whitelisting to prevent unauthorized script execution within the ArcGIS Pro environment

Until patching is complete, organizations should exercise heightened awareness when using ArcGIS Pro and avoid opening projects or data from untrusted sources.

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

  • Vulnerability Details
  • TypeXSS

  • Vendor/TechArcgis Pro

  • SeverityMEDIUM

  • CVSS Score5.0

  • EPSS Probability0.01%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityLow
  • AvailabilityNone
  • CWE References
  • CWE-79
  • Technical References
  • Esri ArcGIS Pro 3.6.1 Patch
  • Latest CVEs
  • CVE-2025-9185: Mozilla Firefox RCE Vulnerability

  • CVE-2025-9184: Mozilla Firefox RCE Vulnerability

  • CVE-2025-9180: Mozilla Firefox Auth Bypass Vulnerability

  • CVE-2025-8030: Mozilla Firefox RCE Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now 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