Home Esri CVE-2024-25699
Back to Esri

CVE-2024-25699

Esri Portal for ArcGIS

Esri CVSS 8.5 Updated March 14, 2026

Executive Risk Summary

"A difficult-to-exploit improper authentication issue in Esri Portal for ArcGIS could allow a remote, authenticated attacker with low-privileged access to compromise the confidentiality, integrity, and availability of the software. Successful exploitation allows the attacker to cross an authentication and authorization boundary beyond their originally assigned access, resulting in a scope change."

Operational Audit Arsenal

Target Type Executable
Target Asset Home application
Standard Path %PROGRAMFILES%\Esri\Portal\Home
PowerShell
# 🛠️ Senior Engineer Universal Audit
# Target: Home application (Executable)
$Targets = 'Home application'
$SearchPaths = @("$env:windir\System32", "$env:ProgramFiles", "${env:ProgramFiles(x86)}")

Get-ChildItem -Path $SearchPaths -Include $Targets -Recurse -ErrorAction SilentlyContinue | 
Select-Object FullName, @{Name="Version";Expression={$_.VersionInfo.ProductVersion}}

Patch Impact Forecast

Reboot Required Likely

Portal services may be affected

Internal Work Notes

Investigate and apply security updates for Esri Portal for ArcGIS to prevent potential authentication bypass and scope change vulnerabilities.

Technical Intelligence & Operational Utilities • Delivered Weekly

Intelligence Sources

Related Esri Threats

Data compiled from NVD, MSRC, and CISA KEV Catalog. Intelligence synthesized via AI. Scripts provided for diagnostic purposes under MIT License.