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

CVE-2025-13875: Yohann0617 OCI-Helper Path Traversal

CVE-2025-13875 is a path traversal vulnerability in Yohann0617 OCI-Helper affecting versions up to 3.2.4. Attackers can manipulate file uploads to access unauthorized directories. This article covers technical details, affected versions, impact, and mitigation steps.

Updated: January 22, 2026

CVE-2025-13875 Overview

A path traversal vulnerability has been identified in Yohann0617 oci-helper versions up to 3.2.4. This issue affects the addCfg function within the file src/main/java/com/yohann/ocihelper/service/impl/OciServiceImpl.java of the OCI Configuration Upload component. By manipulating the File argument, an attacker can traverse directory paths and potentially access or overwrite files outside the intended directory structure. The vulnerability is exploitable remotely, and a public exploit has been disclosed.

Critical Impact

Remote attackers can exploit this path traversal vulnerability to read, write, or overwrite arbitrary files on the server, potentially leading to information disclosure, configuration tampering, or system compromise.

Affected Products

  • Yohann0617 oci-helper versions up to 3.2.4
  • OCI Configuration Upload component (OciServiceImpl.java)

Discovery Timeline

  • December 2, 2025 - CVE-2025-13875 published to NVD
  • December 2, 2025 - Last updated in NVD database

Technical Details for CVE-2025-13875

Vulnerability Analysis

CVE-2025-13875 is classified as CWE-22 (Improper Limitation of a Pathname to a Restricted Directory - Path Traversal). The vulnerability resides in the addCfg function of the OciServiceImpl.java file, which is part of the OCI Configuration Upload functionality. With a CVSS 4.0 score of 5.3 (Medium severity), this vulnerability allows remote authenticated attackers to exploit insufficient input validation on file path parameters.

The CVSS vector CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:P indicates:

  • Attack Vector: Network-based exploitation
  • Attack Complexity: Low
  • Privileges Required: Low (authenticated access)
  • User Interaction: None required
  • Impact: Low confidentiality, integrity, and availability impact

The EPSS (Exploit Prediction Scoring System) data indicates a 0.054% probability of exploitation, placing this vulnerability in the 17th percentile.

Root Cause

The root cause of this vulnerability is improper validation and sanitization of user-supplied file path input in the addCfg function. The function fails to properly neutralize special path elements such as ../ (dot-dot-slash) sequences before using the input to construct file system paths. This allows attackers to escape the intended directory structure and access arbitrary locations on the file system.

Attack Vector

The attack can be launched remotely over the network by an authenticated user. An attacker can craft a malicious request to the OCI Configuration Upload endpoint, including path traversal sequences in the File argument. When processed by the vulnerable addCfg function, these sequences allow the attacker to read, write, or overwrite files outside the designated upload directory.

The exploitation mechanism involves sending specially crafted requests that include directory traversal patterns such as ../ in the file path parameter. When the application processes this input without proper sanitization, it resolves the path relative to the file system root rather than the intended upload directory. For detailed technical analysis and proof-of-concept information, refer to the security report on GitHub.

Detection Methods for CVE-2025-13875

Indicators of Compromise

  • HTTP requests to OCI Configuration Upload endpoints containing ../ or URL-encoded variants (%2e%2e%2f)
  • Unusual file access patterns outside the expected upload directories
  • Unexpected file modifications or creation in system directories
  • Web server logs showing path traversal patterns in request parameters

Detection Strategies

Organizations can detect exploitation attempts by implementing the following strategies:

  1. Web Application Firewall (WAF) Rules: Configure WAF rules to detect and block requests containing common path traversal patterns such as ../, ..\\, %2e%2e%2f, and other encoded variants.

  2. Log Analysis: Monitor application and web server logs for suspicious patterns in file path parameters, particularly in requests to the OCI Configuration Upload functionality.

  3. File Integrity Monitoring: Implement file integrity monitoring (FIM) solutions to detect unauthorized changes to sensitive files that may indicate successful exploitation.

  4. Runtime Application Self-Protection (RASP): Deploy RASP solutions that can detect and prevent path traversal attacks at runtime.

Monitoring Recommendations

  • Enable detailed logging for the oci-helper application, particularly for file operations
  • Monitor for access attempts to sensitive configuration files (/etc/passwd, application configuration files)
  • Set up alerts for any file operations that resolve to paths outside the expected upload directory
  • Review authentication logs for accounts that may be compromised and used for exploitation

How to Mitigate CVE-2025-13875

Immediate Actions Required

  • Upgrade oci-helper to a patched version when available (versions above 3.2.4)
  • Implement input validation on all file path parameters before processing
  • Deploy a Web Application Firewall (WAF) with rules to block path traversal patterns
  • Restrict file system permissions for the application user to limit the impact of exploitation
  • Consider disabling the OCI Configuration Upload functionality if not required

Patch Information

The vendor was contacted about this disclosure but did not respond. At the time of publication, no official patch has been released. Organizations using oci-helper should monitor the project's GitHub repository for updates and consider the workarounds listed below.

For additional information about this vulnerability, refer to:

  • VulDB Entry (CTI ID: 334031)
  • Security Report

Workarounds

Until an official patch is available, implement the following defensive measures:

  1. Input Sanitization: Implement strict input validation on the File parameter to reject any path containing traversal sequences. Validate that the resolved file path remains within the intended directory.

  2. Path Canonicalization: Use canonical path resolution to normalize file paths and verify they remain within allowed directories after resolving symbolic links and relative path components.

  3. Network Segmentation: Limit network access to the oci-helper application to trusted networks and users only.

  4. Principle of Least Privilege: Run the application with minimal file system permissions and use a dedicated service account with restricted access.

java
// Recommended validation approach
// Ensure uploaded file paths are within the allowed directory
String basePath = "/allowed/upload/directory";
File baseDir = new File(basePath).getCanonicalFile();
File requestedFile = new File(basePath, userInput).getCanonicalFile();

if (!requestedFile.getPath().startsWith(baseDir.getPath())) {
    throw new SecurityException("Path traversal attempt detected");
}

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

  • Vulnerability Details
  • TypePath Traversal

  • Vendor/TechOci Helper

  • SeverityMEDIUM

  • CVSS Score5.3

  • EPSS Probability0.05%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:P/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
  • AvailabilityLow
  • CWE References
  • CWE-22
  • Technical References
  • Github

  • Github

  • Vuldb

  • Vuldb

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