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

CVE-2025-53120: Unified PAM Server RCE Vulnerability

CVE-2025-53120 is a path traversal RCE vulnerability in Unified PAM server allowing unauthenticated file uploads to achieve remote code execution. This article covers technical details, affected versions, and mitigation.

Published: March 11, 2026

CVE-2025-53120 Overview

CVE-2025-53120 is a critical path traversal vulnerability affecting the Unified PAM server's unauthenticated upload functionality. This security flaw allows a malicious actor to exploit improper input validation in file upload operations to traverse directory paths and upload arbitrary binaries and scripts to sensitive server locations, including configuration directories and web root directories. Successful exploitation of this vulnerability enables remote code execution on the affected Unified PAM server without requiring any prior authentication.

Critical Impact

Unauthenticated attackers can achieve full remote code execution on Unified PAM servers by uploading malicious files to arbitrary directories, potentially compromising privileged access management infrastructure and all managed credentials.

Affected Products

  • Securden Unified PAM (specific vulnerable versions detailed in vendor advisory)

Discovery Timeline

  • 2025-08-25 - CVE-2025-53120 published to NVD
  • 2025-08-25 - Last updated in NVD database

Technical Details for CVE-2025-53120

Vulnerability Analysis

This path traversal vulnerability (CWE-22) exists within the unauthenticated file upload functionality of Unified PAM. The vulnerability stems from insufficient validation and sanitization of user-supplied file paths during upload operations. When processing file upload requests, the application fails to properly neutralize special path elements such as ../ sequences, allowing attackers to escape the intended upload directory and write files to arbitrary locations on the server's file system.

The impact of this vulnerability is severe due to several factors. The attack can be performed remotely over the network without requiring any user interaction. No authentication or special privileges are required to exploit this flaw, meaning any network-accessible attacker can attempt exploitation. The vulnerability enables both confidentiality and integrity compromise, as attackers can upload web shells, backdoors, or malicious configuration files that execute with the privileges of the PAM server process.

Root Cause

The root cause of CVE-2025-53120 is improper neutralization of special elements used in pathname operations (CWE-22 - Path Traversal). The upload functionality fails to:

  1. Validate that uploaded file paths remain within the designated upload directory
  2. Sanitize or reject path traversal sequences such as ../, ..\, or encoded variants
  3. Implement proper access controls to restrict which directories can receive uploaded content
  4. Enforce authentication before allowing file upload operations

This allows attackers to craft malicious upload requests containing path traversal sequences that redirect file writes to configuration directories or web-accessible locations where uploaded scripts can be executed.

Attack Vector

The attack is performed remotely over the network against the Unified PAM server's upload endpoint. An attacker crafts a specially formed HTTP upload request that includes path traversal sequences in the filename or path parameter. By manipulating the destination path, the attacker can write files to:

  • Web root directories: Allowing upload of web shells (PHP, JSP, ASPX) that can be accessed and executed via HTTP
  • Configuration directories: Enabling manipulation of server configuration to inject malicious settings or scheduled tasks
  • Binary directories: Potentially replacing or adding executable files that run with elevated privileges

The exploitation does not require any authentication, making internet-exposed Unified PAM instances particularly vulnerable. Once a web shell or malicious script is uploaded to an accessible location, the attacker gains the ability to execute arbitrary commands on the server, effectively achieving full system compromise.

For detailed technical information regarding this vulnerability, refer to the Rapid7 Blog on PAM Vulnerabilities.

Detection Methods for CVE-2025-53120

Indicators of Compromise

  • Unexpected files appearing in web root directories, configuration folders, or system binary paths
  • HTTP POST requests to upload endpoints containing path traversal sequences such as ../, ..%2f, or %2e%2e/ in filenames or parameters
  • New web shells or script files (.php, .jsp, .aspx, .sh) in directories that should not contain such files
  • Unusual outbound network connections from the PAM server indicating command and control activity

Detection Strategies

  • Implement web application firewall (WAF) rules to detect and block requests containing path traversal patterns in upload parameters
  • Deploy file integrity monitoring (FIM) on critical directories including web roots, configuration folders, and system binary paths
  • Monitor HTTP access logs for POST requests to upload endpoints with suspicious filename patterns or encoded traversal sequences
  • Use SentinelOne's behavioral AI to detect anomalous file write operations outside expected directories

Monitoring Recommendations

  • Enable detailed logging on the Unified PAM server for all file upload operations and authentication events
  • Configure alerting for any new executable or script files created in web-accessible directories
  • Monitor process execution chains for web server processes spawning unexpected child processes such as shells or interpreters
  • Implement network segmentation monitoring to detect lateral movement attempts from compromised PAM infrastructure

How to Mitigate CVE-2025-53120

Immediate Actions Required

  • Apply vendor security patches immediately as detailed in the Securden advisory
  • If patching is not immediately possible, restrict network access to the Unified PAM server to trusted IP addresses only
  • Audit the server file system for any unauthorized files in web roots, configuration directories, and binary paths
  • Review access logs for any evidence of prior exploitation attempts

Patch Information

Securden has released security updates to address this vulnerability and multiple other critical issues in Unified PAM. Organizations should consult the Rapid7 Blog on PAM Vulnerabilities for comprehensive details on the vulnerabilities addressed and upgrade paths. Apply the latest available version of Unified PAM that includes fixes for CVE-2025-53120.

Workarounds

  • Implement network-level access controls to restrict which hosts can reach the PAM server's upload endpoints
  • Deploy a web application firewall (WAF) configured to block requests containing path traversal patterns
  • Place the Unified PAM server behind a reverse proxy that validates and sanitizes all upload requests
  • Disable or remove the vulnerable upload functionality if it is not required for business operations until patches can be applied
bash
# Example: Restrict access to PAM server using iptables
# Only allow connections from trusted management network
iptables -A INPUT -p tcp --dport 443 -s 10.0.100.0/24 -j ACCEPT
iptables -A INPUT -p tcp --dport 443 -j DROP

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechUnified Pam

  • SeverityCRITICAL

  • CVSS Score9.4

  • EPSS Probability0.91%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:L
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityLow
  • CWE References
  • CWE-22
  • Technical References
  • Rapid7 Blog on PAM Vulnerabilities
  • Related CVEs
  • CVE-2025-53118: Unified PAM Auth Bypass 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