Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
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-2025-37185

CVE-2025-37185: EdgeConnect SD-WAN Orchestrator XSS Flaw

CVE-2025-37185 is a stored cross-site scripting vulnerability in EdgeConnect SD-WAN Orchestrator that lets attackers execute malicious scripts in admin sessions. This article covers technical details, impact, and mitigation.

Published: January 23, 2026

CVE-2025-37185 Overview

CVE-2025-37185 is a stored cross-site scripting (XSS) vulnerability affecting the web-based management interface of HPE Aruba Networking EdgeConnect SD-WAN Orchestrator. This vulnerability allows an authenticated remote attacker to inject and store malicious scripts that execute in the context of an administrative user's browser session.

The vulnerability stems from insufficient input validation and output encoding in the Orchestrator's web management interface. When successfully exploited, attackers can execute arbitrary JavaScript code in victims' browsers, enabling them to make unauthorized configuration changes to the SD-WAN infrastructure, steal session tokens, or perform other malicious actions on behalf of legitimate administrators.

Critical Impact

Successful exploitation enables attackers to execute arbitrary scripts in administrative user sessions, potentially leading to unauthorized configuration changes, session hijacking, and compromise of SD-WAN network infrastructure.

Affected Products

  • HPE Aruba Networking EdgeConnect SD-WAN Orchestrator
  • EdgeConnect SD-WAN Orchestrator version 9.6.0
  • EdgeConnect SD-WAN Orchestrator (multiple versions - see vendor advisory)

Discovery Timeline

  • January 14, 2026 - CVE-2025-37185 published to NVD
  • January 20, 2026 - Last updated in NVD database

Technical Details for CVE-2025-37185

Vulnerability Analysis

This stored XSS vulnerability (CWE-79: Improper Neutralization of Input During Web Page Generation) exists within the web-based management interface of EdgeConnect SD-WAN Orchestrator. The attack requires the attacker to be authenticated to the management interface, albeit not necessarily with administrative privileges.

The stored nature of this XSS makes it particularly dangerous in enterprise environments. Unlike reflected XSS attacks that require victims to click malicious links, stored XSS payloads persist on the server and automatically execute when any administrator views the affected page. This persistence significantly increases the attack's potential impact, as a single injection can compromise multiple administrative users over time.

The vulnerability allows attackers to execute malicious scripts within the security context of the affected interface, which operates with elevated privileges for managing SD-WAN infrastructure. This context provides attackers with the ability to make arbitrary configuration changes to the host system without proper authorization.

Root Cause

The root cause is improper input validation and insufficient output encoding within the EdgeConnect SD-WAN Orchestrator's web management interface. User-supplied input is stored in the application without adequate sanitization and later rendered in administrative pages without proper encoding, allowing malicious script code to execute in victims' browsers.

Attack Vector

The attack vector for this vulnerability is network-based, requiring the attacker to have authenticated access to the EdgeConnect SD-WAN Orchestrator web management interface. The attack flow proceeds as follows:

  1. An authenticated attacker with access to the management interface identifies an input field that does not properly sanitize user input
  2. The attacker crafts and submits a malicious payload containing JavaScript code
  3. The payload is stored persistently in the application database
  4. When an administrative user views a page that renders the stored data, the malicious script executes in their browser
  5. The script runs within the context of the Orchestrator interface, allowing the attacker to perform actions as the victim administrator

The vulnerability requires user interaction, as an administrative user must view the page containing the stored malicious payload for the attack to succeed.

Detection Methods for CVE-2025-37185

Indicators of Compromise

  • Unusual or malformed entries in configuration fields, user comments, or other user-editable data within the Orchestrator interface
  • JavaScript code patterns (e.g., <script>, javascript:, event handlers like onerror, onload) in stored data fields
  • Unexpected configuration changes made without corresponding authorized administrator activity
  • Session anomalies indicating potential session token theft or hijacking

Detection Strategies

  • Review web application logs for suspicious input patterns containing script tags or encoded JavaScript payloads
  • Monitor for unauthorized configuration changes in the SD-WAN Orchestrator that do not correlate with legitimate administrative sessions
  • Implement Content Security Policy (CSP) violation reporting to detect attempted XSS execution
  • Deploy web application firewalls (WAF) with XSS signature detection capabilities

Monitoring Recommendations

  • Enable detailed audit logging for all administrative actions within EdgeConnect SD-WAN Orchestrator
  • Configure alerting for configuration changes made outside of normal maintenance windows
  • Monitor for multiple failed login attempts followed by successful authentication that may indicate credential theft via XSS
  • Regularly review stored user input fields for suspicious content patterns

How to Mitigate CVE-2025-37185

Immediate Actions Required

  • Apply the security patches provided by HPE Aruba Networking as outlined in the HPE Security Advisory
  • Restrict access to the EdgeConnect SD-WAN Orchestrator management interface to trusted networks and authorized personnel only
  • Review existing stored data for signs of malicious script injection and sanitize if found
  • Implement network segmentation to limit exposure of the management interface

Patch Information

HPE Aruba Networking has released security patches addressing this vulnerability. Organizations should consult the HPE Security Advisory (hpesbnw04992en_us) for specific patch versions and upgrade instructions. It is strongly recommended to update EdgeConnect SD-WAN Orchestrator to the latest patched version as soon as possible.

Workarounds

  • Implement strict access controls limiting who can access the Orchestrator web management interface
  • Deploy a web application firewall (WAF) in front of the management interface configured to detect and block XSS payloads
  • Configure Content Security Policy (CSP) headers if supported by the deployment to restrict inline script execution
  • Use dedicated browser profiles or virtual machines for accessing administrative interfaces to contain potential XSS exploitation
bash
# Example: Restrict management interface access via firewall rules
# Allow only trusted administrator networks to access Orchestrator management
iptables -A INPUT -p tcp --dport 443 -s 10.10.10.0/24 -j ACCEPT
iptables -A INPUT -p tcp --dport 443 -j DROP

# Alternative: Use network segmentation with dedicated management VLAN
# Ensure Orchestrator management interface is only accessible from management VLAN

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

  • Vulnerability Details
  • TypeXSS

  • Vendor/TechArubanetworks

  • SeverityMEDIUM

  • CVSS Score4.8

  • EPSS Probability0.04%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:H/UI:R/S:C/C:L/I:L/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityLow
  • AvailabilityNone
  • CWE References
  • CWE-79
  • Vendor Resources
  • HPE Security Advisory
  • Related CVEs
  • CVE-2024-41914: EdgeConnect SD-WAN Orchestrator XSS Flaw

  • CVE-2025-37181: EdgeConnect SD-WAN Orchestrator SQLi Flaw

  • CVE-2025-37183: EdgeConnect SD-WAN Orchestrator SQLi Flaw

  • CVE-2025-37184: Arubanetworks EdgeConnect MFA Bypass
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