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

CVE-2025-36357: IBM Planning Analytics Path Traversal

CVE-2025-36357 is a path traversal vulnerability in IBM Planning Analytics Local that allows authenticated attackers to access arbitrary files. This post covers the technical details, affected versions, and mitigation.

Updated: January 22, 2026

CVE-2025-36357 Overview

CVE-2025-36357 is a path traversal vulnerability affecting IBM Planning Analytics Local versions 2.1.0 through 2.1.14. This vulnerability allows a remote authenticated user to traverse directories on the system by sending specially crafted URL requests containing absolute path sequences. Successful exploitation enables attackers to view, read, or write arbitrary files on the system, potentially leading to complete system compromise.

Critical Impact

Remote authenticated attackers can exploit this path traversal flaw to read sensitive configuration files, access confidential business data, or write malicious files to the system, potentially achieving remote code execution.

Affected Products

  • IBM Planning Analytics Local versions 2.1.0 through 2.1.14
  • IBM Planning Analytics Workspace (associated component)

Discovery Timeline

  • 2025-11-17 - CVE-2025-36357 published to NVD
  • 2025-11-19 - Last updated in NVD database

Technical Details for CVE-2025-36357

Vulnerability Analysis

This vulnerability is classified as CWE-36 (Absolute Path Traversal), which occurs when an application improperly validates user-supplied input containing absolute path sequences. In the context of IBM Planning Analytics Local, the application fails to adequately sanitize URL parameters that specify file paths, allowing authenticated users to break out of the intended directory structure.

The attack requires network access and a low-privileged authenticated user account. While some user interaction is required, the potential impact is severe across all three security dimensions—confidentiality, integrity, and availability. An attacker can leverage this vulnerability to access sensitive system files, modify application configurations, or potentially deploy malicious payloads.

Root Cause

The root cause of CVE-2025-36357 lies in insufficient input validation within IBM Planning Analytics Local's file handling mechanisms. The application accepts URL parameters that include file path specifications without properly validating or sanitizing absolute path sequences. This allows attackers to bypass directory restrictions by including path elements like ../ or absolute paths that reference locations outside the application's intended directory scope.

Attack Vector

The attack is conducted over the network by an authenticated user who crafts malicious HTTP requests. The attacker constructs URLs containing absolute path traversal sequences that reference arbitrary files on the target system. When the application processes these requests, it follows the malicious path references, allowing the attacker to:

  1. Read sensitive files including configuration files, credentials, and business data
  2. Write arbitrary files to the system, potentially including web shells or malicious scripts
  3. Modify existing files to alter application behavior or escalate privileges

The vulnerability mechanism involves manipulating file path parameters in API requests. An attacker with valid authentication credentials can append path traversal sequences to URL endpoints that handle file operations. The application's failure to canonicalize and validate these paths against an allowlist enables directory escape. For detailed technical information, refer to the IBM Support Document.

Detection Methods for CVE-2025-36357

Indicators of Compromise

  • Unusual file access patterns in IBM Planning Analytics Local logs showing requests for system files outside the application directory
  • HTTP requests containing path traversal patterns such as ../, ..\\, or absolute file paths in URL parameters
  • Unexpected modifications to system configuration files or appearance of new files in sensitive directories
  • Authentication logs showing legitimate user accounts accessing resources inconsistent with their normal behavior

Detection Strategies

  • Implement web application firewall (WAF) rules to detect and block requests containing path traversal sequences in URL parameters
  • Enable detailed access logging on IBM Planning Analytics Local and monitor for requests targeting files outside the application scope
  • Deploy file integrity monitoring (FIM) on critical system directories to detect unauthorized reads or modifications
  • Configure SIEM alerts for patterns matching path traversal attempts against Planning Analytics endpoints

Monitoring Recommendations

  • Review IBM Planning Analytics Local application logs regularly for suspicious file access patterns
  • Monitor network traffic for HTTP requests to Planning Analytics endpoints containing encoded or plain-text path traversal sequences
  • Implement user behavior analytics to detect authenticated accounts accessing unusual resources
  • Set up alerts for any file system operations initiated by the Planning Analytics process outside its designated directories

How to Mitigate CVE-2025-36357

Immediate Actions Required

  • Apply the security patch provided by IBM as documented in the official security bulletin
  • Restrict network access to IBM Planning Analytics Local to only trusted users and networks
  • Implement additional access controls and monitoring on sensitive system directories
  • Review user accounts with access to Planning Analytics and ensure principle of least privilege

Patch Information

IBM has released a security update addressing CVE-2025-36357. Organizations running IBM Planning Analytics Local versions 2.1.0 through 2.1.14 should upgrade to the patched version immediately. Detailed patch information and download links are available in the IBM Support Document.

Workarounds

  • Deploy a web application firewall (WAF) in front of IBM Planning Analytics Local configured to block path traversal patterns
  • Implement network segmentation to limit access to the Planning Analytics server from untrusted networks
  • Enable strict file system permissions on the server hosting Planning Analytics to minimize the impact of potential exploitation
  • Consider placing the application behind a reverse proxy that normalizes and validates all incoming URLs before forwarding
bash
# Example WAF rule pattern for blocking path traversal
# Add to your WAF configuration to detect common traversal sequences
# Block requests containing: ../, ..\, or absolute paths in parameters
SecRule REQUEST_URI "@rx (\.\./|\.\.\\|[a-zA-Z]:(\\|/))" "id:1001,phase:1,deny,status:403,msg:'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/TechIbm Planning Analytics

  • SeverityHIGH

  • CVSS Score8.0

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityHigh
  • AvailabilityHigh
  • CWE References
  • CWE-36
  • Vendor Resources
  • IBM Support Document
  • Related CVEs
  • CVE-2025-14806: IBM Planning Analytics Local Vulnerability

  • CVE-2026-1267: IBM Planning Analytics Auth Bypass Flaw

  • CVE-2025-36105: IBM Planning Analytics Info Disclosure
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