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-2024-6922

CVE-2024-6922: Automation 360 SSRF Vulnerability

CVE-2024-6922 is an SSRF vulnerability in Automation Anywhere Automation 360 v21-v32 that allows unauthenticated attackers to trigger arbitrary web requests from the server. This article covers technical details, impact, and mitigation.

Updated: January 22, 2026

CVE-2024-6922 Overview

CVE-2024-6922 is a Server-Side Request Forgery (SSRF) vulnerability affecting Automation Anywhere Automation 360 versions 21 through 32. The flaw exists in a web API component that allows an attacker with unauthenticated access to the Automation 360 Control Room HTTPS service (port 443) or HTTP service (port 80) to trigger arbitrary web requests from the server.

Critical Impact

Unauthenticated attackers can abuse the vulnerable web API to make the server send arbitrary HTTP requests, potentially accessing internal services, cloud metadata endpoints, or pivoting to other systems within the network.

Affected Products

  • Automation Anywhere Automation 360 v21
  • Automation Anywhere Automation 360 v22-v31
  • Automation Anywhere Automation 360 v32

Discovery Timeline

  • 2024-07-26 - CVE-2024-6922 published to NVD
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2024-6922

Vulnerability Analysis

This vulnerability is classified under CWE-918 (Server-Side Request Forgery), a web application vulnerability that allows attackers to induce the server-side application to make HTTP requests to an arbitrary domain of the attacker's choosing. In the context of Automation Anywhere Automation 360, the vulnerability exists within a web API component accessible through the Control Room service.

The SSRF vulnerability is particularly concerning because it requires no authentication to exploit. An attacker only needs network access to the Control Room's HTTP (port 80) or HTTPS (port 443) services. Once exploited, the attacker can leverage the server's trusted network position to access internal resources that would otherwise be unreachable from external networks.

Root Cause

The root cause of this vulnerability lies in insufficient validation and sanitization of user-supplied URLs within the web API component. The application fails to properly restrict the destinations of server-side HTTP requests, allowing attackers to specify arbitrary URLs that the server will fetch on their behalf.

This type of vulnerability typically occurs when:

  • User input is directly used to construct URLs for server-side requests
  • There is no allowlist of permitted destination hosts
  • Internal/private IP ranges are not blocked
  • URL parsing is inconsistent between validation and request execution

Attack Vector

The attack vector for CVE-2024-6922 is network-based and requires no authentication or user interaction. An attacker can exploit this vulnerability by:

  1. Identifying the vulnerable API endpoint on the Automation 360 Control Room
  2. Crafting malicious requests containing attacker-controlled URLs
  3. Submitting requests to trigger server-side fetches to internal resources

Common SSRF exploitation scenarios include:

  • Accessing cloud provider metadata services (e.g., http://169.254.169.254/ on AWS/Azure/GCP)
  • Port scanning internal networks
  • Accessing internal APIs and services
  • Bypassing firewall restrictions
  • Exfiltrating sensitive data from internal systems

Due to the absence of verified code examples, organizations should refer to the Automation Anywhere Product Overview for additional technical context and vendor guidance on this vulnerability.

Detection Methods for CVE-2024-6922

Indicators of Compromise

  • Unusual outbound HTTP/HTTPS requests from the Automation 360 Control Room server to internal IP ranges (e.g., 10.0.0.0/8, 172.16.0.0/12, 192.168.0.0/16)
  • Requests to cloud metadata endpoints such as 169.254.169.254 originating from the Control Room
  • Unexpected DNS queries from the Control Room server to internal hostnames or external attacker-controlled domains
  • Web server logs showing API requests with URL parameters containing internal addresses or localhost references

Detection Strategies

  • Deploy web application firewall (WAF) rules to detect and block SSRF patterns in API requests to the Control Room
  • Implement network-level monitoring to alert on outbound connections from the Control Room to internal network segments it shouldn't normally access
  • Enable detailed logging for all Control Room API endpoints and correlate with network flow data
  • Use SentinelOne Singularity Platform to monitor for anomalous process behavior and network connections from the Automation 360 application

Monitoring Recommendations

  • Configure alerts for Control Room processes initiating connections to RFC 1918 private IP addresses or link-local addresses
  • Monitor DNS logs for resolution requests to internal hostnames from the Control Room server
  • Establish baseline network behavior for the Control Room and alert on deviations
  • Review web server access logs for suspicious URL patterns in API request parameters

How to Mitigate CVE-2024-6922

Immediate Actions Required

  • Restrict network access to the Automation 360 Control Room (ports 80 and 443) to only authorized users and systems
  • Implement network segmentation to limit the Control Room's ability to reach sensitive internal services
  • Deploy a web application firewall (WAF) in front of the Control Room with SSRF protection rules enabled
  • Contact Automation Anywhere support to obtain patching guidance and updated software versions

Patch Information

Organizations should check with Automation Anywhere for available security updates addressing this vulnerability. Review the Automation Anywhere Product Overview and contact vendor support for the latest security patches applicable to your installed version (v21-v32).

Workarounds

  • Implement strict network egress filtering to prevent the Control Room from making outbound requests to internal network ranges and cloud metadata endpoints
  • Use network access control lists (ACLs) to restrict which systems can reach the Control Room's web services
  • Deploy a reverse proxy in front of the Control Room that sanitizes and validates all incoming requests before forwarding
  • If the vulnerable API endpoint is not business-critical, consider disabling it until a patch is available
bash
# Example: Block outbound requests to internal networks from Control Room server using iptables
# Adjust interface and IP ranges according to your environment

# Block access to common internal ranges
iptables -A OUTPUT -d 10.0.0.0/8 -m owner --uid-owner automation360 -j DROP
iptables -A OUTPUT -d 172.16.0.0/12 -m owner --uid-owner automation360 -j DROP
iptables -A OUTPUT -d 192.168.0.0/16 -m owner --uid-owner automation360 -j DROP

# Block cloud metadata endpoint
iptables -A OUTPUT -d 169.254.169.254 -m owner --uid-owner automation360 -j DROP

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

  • Vulnerability Details
  • TypeSSRF

  • Vendor/TechAutomation Anywhere

  • SeverityMEDIUM

  • CVSS Score6.9

  • EPSS Probability35.59%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:L/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-918
  • Technical References
  • Automation Anywhere Product Overview
  • 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