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
    • 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-9909

CVE-2025-9909: Ansible Automation Platform Gateway Vuln

CVE-2025-9909 is an information disclosure vulnerability in Red Hat Ansible Automation Platform Gateway that enables credential theft through malicious route creation. This article covers technical details, impact, and mitigations.

Published: March 6, 2026

CVE-2025-9909 Overview

A flaw was found in the Red Hat Ansible Automation Platform Gateway route creation component. This vulnerability allows credential theft via the creation of misleading routes using a double-slash (//) prefix in the gateway_path. A malicious or socially engineered administrator can configure a honey-pot route to intercept and exfiltrate user credentials, potentially maintaining persistent access or creating a backdoor even after their permissions are revoked.

Critical Impact

This vulnerability enables insider threats or compromised administrators to establish persistent credential harvesting mechanisms that survive privilege revocation, creating long-term unauthorized access to Ansible Automation Platform environments.

Affected Products

  • Red Hat Ansible Automation Platform Gateway
  • Ansible Automation Platform route creation components
  • Systems utilizing the gateway_path routing functionality

Discovery Timeline

  • 2026-02-27 - CVE-2025-9909 published to NVD
  • 2026-02-27 - Last updated in NVD database

Technical Details for CVE-2025-9909

Vulnerability Analysis

This vulnerability falls under CWE-647 (Use of Non-Canonical URL Paths for Authorization Decisions), which occurs when a security mechanism processes URL paths without proper canonicalization, allowing attackers to bypass security controls through path manipulation.

The flaw exists in how the Ansible Automation Platform Gateway processes route definitions. When an administrator creates a route with a double-slash prefix in the gateway_path parameter, the gateway fails to properly sanitize or validate this input. This oversight allows the creation of routes that can masquerade as legitimate endpoints, intercepting credentials as users attempt to authenticate.

The attack requires local access and high privileges, as only administrators can create gateway routes. However, the vulnerability is particularly dangerous because it enables a compromised or malicious administrator to establish persistence mechanisms that continue to operate even after their administrative access is revoked.

Root Cause

The root cause stems from improper validation of the gateway_path parameter during route creation. The gateway component does not properly canonicalize URL paths or detect potentially malicious path patterns such as double-slash prefixes. This lack of input validation allows non-canonical URL paths to be registered as valid routes, which can then be exploited to intercept traffic intended for legitimate endpoints.

Attack Vector

The attack requires local access to the Ansible Automation Platform with administrative privileges to create gateway routes. An attacker exploiting this vulnerability would:

  1. Create a deceptive route using a double-slash (//) prefix in the gateway_path parameter
  2. Configure this route to intercept authentication requests intended for legitimate services
  3. Harvest credentials from users who unknowingly submit them to the malicious route
  4. Maintain persistent access even after the attacker's administrative privileges are revoked, as the malicious route remains active

The vulnerability is particularly concerning in environments where multiple administrators have route creation privileges, or where social engineering could be used to convince a legitimate administrator to create the malicious route.

Detection Methods for CVE-2025-9909

Indicators of Compromise

  • Routes configured with double-slash (//) prefixes in the gateway_path parameter
  • Unexpected or unauthorized gateway routes that mirror legitimate authentication endpoints
  • Routes created by administrators whose access has since been revoked
  • Anomalous authentication traffic patterns indicating credential interception

Detection Strategies

  • Audit all existing gateway routes for non-canonical path patterns, particularly those containing double-slash prefixes
  • Implement monitoring for route creation events and alert on suspicious path configurations
  • Review route configurations during security assessments to identify potential honey-pot routes
  • Correlate route creation events with administrator activity logs to detect unauthorized changes

Monitoring Recommendations

  • Enable comprehensive logging for all gateway route creation and modification events
  • Configure alerts for routes containing special characters or non-standard path patterns
  • Regularly review the list of active routes against a baseline of approved configurations
  • Monitor authentication patterns for anomalies that could indicate credential interception

How to Mitigate CVE-2025-9909

Immediate Actions Required

  • Review all existing gateway routes for double-slash prefixes or other suspicious path patterns
  • Remove any unauthorized or suspicious routes immediately
  • Audit administrator access and revoke unnecessary route creation privileges
  • Apply the latest security patches from Red Hat as outlined in the security advisories

Patch Information

Red Hat has released multiple security advisories addressing this vulnerability. Organizations should apply the appropriate patches based on their Ansible Automation Platform version:

  • Red Hat Security Advisory RHSA-2025:21768
  • Red Hat Security Advisory RHSA-2025:21775
  • Red Hat Security Advisory RHSA-2025:23069
  • Red Hat Security Advisory RHSA-2025:23131

For additional details, refer to the Red Hat CVE Analysis for CVE-2025-9909 and Red Hat Bug Report #2392836.

Workarounds

  • Implement strict change control processes for gateway route creation requiring secondary approval
  • Restrict route creation privileges to a minimal set of highly trusted administrators
  • Perform regular security audits of gateway route configurations to identify non-canonical paths
  • Consider implementing automated validation scripts that detect routes with suspicious path patterns
bash
# Example audit command to identify routes with double-slash patterns
# Review gateway routes for suspicious path configurations
grep -r "//" /path/to/gateway/route/configs/ | grep "gateway_path"

# List all configured routes and review for anomalies
ansible-automation-platform route list --format=json | jq '.[] | select(.gateway_path | contains("//"))'

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechRed Hat Ansible Automation Platform

  • SeverityMEDIUM

  • CVSS Score6.7

  • EPSS Probability0.01%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-647
  • Technical References
  • Red Hat Security Advisory RHSA-2025:21768

  • Red Hat Security Advisory RHSA-2025:21775

  • Red Hat Security Advisory RHSA-2025:23069

  • Red Hat Security Advisory RHSA-2025:23131

  • Red Hat CVE Analysis CVE-2025-9909

  • Red Hat Bug Report #2392836
  • Related CVEs
  • CVE-2025-9907: Ansible Automation Platform Info Disclosure
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