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-2025-65838

CVE-2025-65838: PublicCMS Path Traversal Vulnerability

CVE-2025-65838 is a path traversal vulnerability in PublicCMS V5.202506.b affecting the doUploadSitefile method. Attackers can exploit this flaw to access unauthorized files. This article covers technical details, impact, and mitigation.

Updated: January 22, 2026

CVE-2025-65838 Overview

CVE-2025-65838 is a high-severity path traversal vulnerability discovered in PublicCMS V5.202506.b. The vulnerability exists in the doUploadSitefile method, which fails to properly sanitize user-supplied file path input. This allows unauthenticated remote attackers to traverse directory structures and access sensitive files outside the intended web root directory.

Path traversal vulnerabilities (CWE-22) occur when software constructs a pathname using user input without adequate neutralization of special elements such as "../" sequences. In this case, attackers can exploit the file upload functionality to read arbitrary files from the server, potentially exposing configuration files, credentials, and other sensitive data.

Critical Impact

Unauthenticated attackers can remotely access sensitive files on affected PublicCMS servers, potentially leading to information disclosure and further system compromise.

Affected Products

  • PublicCMS V5.202506.b
  • PublicCMS (cpe:2.3:a:publiccms:publiccms:5.202506.b:*:*:*:*:*:*:*)

Discovery Timeline

  • 2025-12-01 - CVE-2025-65838 published to NVD
  • 2025-12-04 - Last updated in NVD database

Technical Details for CVE-2025-65838

Vulnerability Analysis

The vulnerability resides in the doUploadSitefile method within PublicCMS V5.202506.b. This method is responsible for handling site file upload operations but contains insufficient input validation for file path parameters.

CVSS v3.1 Score: 7.5 (HIGH)

CVSS Vector:CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N

The CVSS vector breakdown indicates:

  • Attack Vector (AV:N): Network-accessible, exploitable remotely
  • Attack Complexity (AC:L): Low complexity, no specialized conditions required
  • Privileges Required (PR:N): No authentication needed
  • User Interaction (UI:N): No user interaction required
  • Scope (S:U): Unchanged, impact limited to vulnerable component
  • Confidentiality Impact (C:H): High confidentiality impact
  • Integrity Impact (I:N): No integrity impact
  • Availability Impact (A:N): No availability impact

EPSS Score: 0.047% probability of exploitation (14.7th percentile as of 2025-12-16)

Root Cause

The root cause of CVE-2025-65838 is improper input validation in the file path handling logic. The doUploadSitefile method accepts user-controlled input for file paths without properly sanitizing directory traversal sequences such as ../ or encoded variants. This allows attackers to escape the intended directory context and access files anywhere on the filesystem that the web application has read permissions for.

The vulnerability falls under CWE-22 (Improper Limitation of a Pathname to a Restricted Directory), a common weakness where software fails to properly neutralize special characters in pathname construction.

Attack Vector

The attack vector is network-based, requiring no authentication or user interaction. An attacker can craft malicious HTTP requests to the vulnerable doUploadSitefile endpoint with path traversal sequences embedded in the file path parameter.

The exploitation flow involves:

  1. Attacker identifies a PublicCMS instance running version V5.202506.b
  2. Attacker crafts a malicious request targeting the doUploadSitefile endpoint
  3. The request includes path traversal sequences (e.g., ../../../etc/passwd) in the file path parameter
  4. The server processes the request without proper sanitization
  5. Sensitive files outside the web root are accessed and returned to the attacker

Technical details and proof-of-concept information can be found in the external references, including the GitHub issue tracker at https://github.com/sanluan/PublicCMS/issues/101 and the detailed vulnerability write-up at https://github.com/Hyperkopite/PublicCMS_Vulns/blob/main/RCE_1.md.

Detection Methods for CVE-2025-65838

Indicators of Compromise

  • HTTP requests containing path traversal sequences (../, ..%2f, %2e%2e/) targeting file upload endpoints
  • Unusual access patterns to the doUploadSitefile method or related upload controllers
  • Web server logs showing requests with encoded directory traversal characters
  • Access to sensitive configuration files from unexpected sources
  • Anomalous file read operations on system files like /etc/passwd, configuration files, or database credentials

Detection Strategies

Web Application Firewall (WAF) Rules:
Configure WAF rules to detect and block requests containing path traversal patterns. Look for sequences like ../, ..\\, URL-encoded variants (%2e%2e%2f), and double-encoded variants.

Log Analysis:
Monitor web server access logs for suspicious patterns in file upload requests. Implement alerting for requests containing traversal sequences or attempts to access files outside the web root.

Network Traffic Monitoring:
Deploy network intrusion detection systems (NIDS) to identify path traversal attempts in HTTP traffic. SentinelOne Singularity platform provides behavioral analysis that can detect anomalous file access patterns indicative of path traversal exploitation.

File Integrity Monitoring:
Monitor for unexpected file access events, particularly to sensitive configuration files and credential stores.

Monitoring Recommendations

Organizations running PublicCMS should implement comprehensive monitoring:

  1. Enable detailed access logging for all web application endpoints
  2. Configure real-time alerting for path traversal patterns in request parameters
  3. Monitor file system access events for the web application service account
  4. Deploy endpoint detection and response (EDR) solutions like SentinelOne to detect post-exploitation activities
  5. Regularly review authentication logs for anomalous access patterns following potential exploitation

How to Mitigate CVE-2025-65838

Immediate Actions Required

  • Identify all PublicCMS instances running version V5.202506.b in your environment
  • Implement network segmentation to limit access to vulnerable PublicCMS servers
  • Deploy WAF rules to block path traversal attempts targeting file upload endpoints
  • Review server access logs for indicators of prior exploitation
  • Consider taking vulnerable instances offline until a patch is applied

Patch Information

As of the last NVD update on 2025-12-04, administrators should check the official PublicCMS GitHub repository at https://github.com/sanluan/PublicCMS for security updates and patches addressing this vulnerability. Monitor the vendor's release channels for updated versions that remediate the path traversal issue in the doUploadSitefile method.

When a patch becomes available:

  1. Test the update in a staging environment before production deployment
  2. Create a backup of the existing installation
  3. Apply the security update following vendor guidelines
  4. Verify the fix by testing for path traversal vulnerabilities

Workarounds

If an immediate patch is not available, implement the following compensating controls:

Network-Level Controls:
Restrict network access to the PublicCMS application to trusted IP ranges only. Use firewall rules to limit exposure of the vulnerable endpoint.

Web Application Firewall:
Deploy or configure a WAF with rules to sanitize and block requests containing path traversal sequences:

# Example ModSecurity rule to block path traversal attempts
SecRule REQUEST_URI|ARGS|ARGS_NAMES "@rx (\.\./|\.\.\\)" \
"id:1001,phase:2,deny,status:403,msg:'Path Traversal Attempt Blocked'"

Application-Level Hardening:
If possible, implement input validation at the application level by modifying the doUploadSitefile method to sanitize file paths and restrict access to the intended directory only. Ensure the web application runs with minimal filesystem permissions.

Monitoring and Response:
Deploy SentinelOne Singularity platform for real-time threat detection and response capabilities. The platform's behavioral AI can identify exploitation attempts and automatically respond to contain threats before data exfiltration occurs.

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

  • Vulnerability Details
  • TypePath Traversal

  • Vendor/TechPubliccms

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability0.05%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-22
  • Technical References
  • Exploit, Third Party Advisory

  • Product

  • Exploit, Issue Tracking

  • Exploit, Third Party Advisory

  • Exploit, Issue Tracking
  • Related CVEs
  • CVE-2026-3289: PublicCMS Path Traversal Vulnerability

  • CVE-2025-69437: PublicCMS Stored XSS Vulnerability

  • CVE-2026-2010: Sanluan PublicCMS Auth Bypass Vulnerability

  • CVE-2025-65840: PublicCMS CSRF 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