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-20059

CVE-2025-20059: PingAM Java Policy Agent Path Traversal

CVE-2025-20059 is a relative path traversal vulnerability in PingAM Java Policy Agent that allows parameter injection attacks. This post covers the technical details, affected versions, security impact, and mitigation.

Published: March 18, 2026

CVE-2025-20059 Overview

CVE-2025-20059 is a Relative Path Traversal vulnerability affecting Ping Identity PingAM Java Policy Agent that allows Parameter Injection. This vulnerability enables unauthenticated attackers to manipulate path parameters and potentially bypass security controls implemented by the policy agent. The flaw stems from improper validation of relative path components, which can be exploited to inject malicious parameters into requests processed by the agent.

Critical Impact

This critical vulnerability allows unauthenticated remote attackers to exploit path traversal weaknesses for parameter injection, potentially compromising the integrity of access control decisions made by PingAM Java Policy Agent.

Affected Products

  • PingAM Java Policy Agent through version 5.10.3
  • PingAM Java Policy Agent through version 2023.11.1
  • PingAM Java Policy Agent through version 2024.9

Discovery Timeline

  • 2025-02-20 - CVE CVE-2025-20059 published to NVD
  • 2025-02-20 - Last updated in NVD database

Technical Details for CVE-2025-20059

Vulnerability Analysis

This vulnerability is classified under CWE-23 (Relative Path Traversal), which occurs when software uses external input to construct a pathname that should be within a restricted directory but fails to properly neutralize sequences such as .. or other relative path elements. In the context of PingAM Java Policy Agent, this weakness enables attackers to craft malicious requests containing path traversal sequences that are not properly sanitized before being processed by the agent.

The attack can be executed remotely over the network without requiring any user interaction or prior authentication. Successful exploitation could allow attackers to inject parameters that alter the behavior of the policy agent, potentially leading to unauthorized access to protected resources or manipulation of security policy enforcement decisions.

Root Cause

The root cause of this vulnerability lies in insufficient input validation within the PingAM Java Policy Agent's request handling logic. The agent fails to properly sanitize and normalize path components before using them in security-critical operations. Specifically, the agent does not adequately strip or reject relative path sequences (such as ../ or ..\) from incoming requests, allowing attackers to traverse directory boundaries and inject parameters that should not be accessible.

Attack Vector

The attack vector for CVE-2025-20059 is network-based, requiring no authentication or user interaction. An attacker can exploit this vulnerability by sending specially crafted HTTP requests to a web application protected by the vulnerable PingAM Java Policy Agent.

The attack flow involves:

  1. An attacker identifies a target application protected by PingAM Java Policy Agent
  2. The attacker crafts malicious requests containing relative path traversal sequences combined with parameter injection payloads
  3. The vulnerable agent processes these requests without properly neutralizing the traversal sequences
  4. The injected parameters are passed to the backend application or influence policy decisions
  5. This may result in unauthorized access or security control bypass

For detailed technical information about this vulnerability, refer to the ForgeRock Security Advisory.

Detection Methods for CVE-2025-20059

Indicators of Compromise

  • HTTP request logs containing unusual path traversal sequences such as ../, ..%2f, or %2e%2e/ targeting protected resources
  • Unexpected parameter values appearing in policy agent logs that do not match legitimate application patterns
  • Access log entries showing successful requests to resources that should be restricted by policy
  • Anomalous authentication or authorization events in PingAM audit logs

Detection Strategies

  • Implement Web Application Firewall (WAF) rules to detect and block path traversal patterns in incoming requests
  • Configure PingAM audit logging to capture detailed request information and monitor for anomalous access patterns
  • Deploy network-based intrusion detection systems (IDS) with signatures for common path traversal attack patterns
  • Enable verbose logging on the Java Policy Agent to capture full request details for forensic analysis

Monitoring Recommendations

  • Continuously monitor policy agent logs for requests containing encoded or double-encoded path traversal sequences
  • Set up alerting for unusual spikes in authorization failures that may indicate exploitation attempts
  • Implement real-time monitoring of protected application access patterns to detect unauthorized resource access
  • Regularly review and correlate PingAM access logs with backend application logs to identify discrepancies

How to Mitigate CVE-2025-20059

Immediate Actions Required

  • Identify all deployments of PingAM Java Policy Agent versions 5.10.3 and earlier, 2023.11.1 and earlier, or 2024.9 and earlier
  • Review the ForgeRock Security Advisory for the latest patch information
  • Implement additional input validation at the web server or WAF level to filter path traversal attempts as a temporary control
  • Audit access logs for any signs of exploitation attempts prior to patching

Patch Information

Ping Identity has released security updates to address this vulnerability. Administrators should consult the ForgeRock Security Advisory for specific patch versions and upgrade instructions. Organizations should prioritize patching given the critical severity rating and the network-accessible attack vector that requires no authentication.

Workarounds

  • Deploy a Web Application Firewall (WAF) with rules configured to block path traversal sequences in HTTP requests
  • Implement strict input validation at the reverse proxy or load balancer level to sanitize incoming requests before they reach the policy agent
  • Restrict network access to the policy agent to trusted internal networks where feasible
  • Enable enhanced logging and monitoring to detect exploitation attempts while awaiting patch deployment
bash
# Example WAF rule configuration for Apache ModSecurity
# Block common path traversal patterns
SecRule REQUEST_URI "@contains ../" \
    "id:100001,phase:1,deny,status:403,log,msg:'Path traversal attempt blocked'"
SecRule REQUEST_URI "@contains %2e%2e" \
    "id:100002,phase:1,deny,status:403,log,msg:'Encoded path traversal attempt blocked'"

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

  • Vulnerability Details
  • TypePath Traversal

  • Vendor/TechPing Identity

  • SeverityCRITICAL

  • CVSS Score9.2

  • EPSS Probability0.74%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:H/VA:N/SC:L/SI:H/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-23
  • Technical References
  • ForgeRock Security Advisory
  • Latest CVEs
  • CVE-2025-49454: TinySalt Path Traversal Vulnerability

  • CVE-2025-48261: MultiVendorX Information Disclosure Flaw

  • CVE-2025-32119: CardGate WooCommerce SQL Injection Flaw

  • CVE-2025-26879: s2Member Plugin Reflected XSS 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