A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
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-36114

CVE-2025-36114: IBM QRadar SOAR Path Traversal Flaw

CVE-2025-36114 is a path traversal vulnerability in IBM QRadar SOAR Plugin App that allows attackers to access arbitrary files via crafted URLs. This article covers the technical details, affected versions, and mitigation.

Published: April 15, 2026

CVE-2025-36114 Overview

IBM QRadar SOAR Plugin App versions 1.0.0 through 5.6.0 contain a path traversal vulnerability that allows remote attackers to traverse directories on the system. By sending specially crafted URL requests containing "dot dot" sequences (/../), an attacker can view arbitrary files on the system, potentially exposing sensitive configuration data, credentials, and other confidential information.

Critical Impact

Unauthenticated remote attackers can read arbitrary files from the server, potentially exposing sensitive security configuration, credentials, and operational data from QRadar SOAR deployments.

Affected Products

  • IBM SOAR QRadar Plugin App versions 1.0.0 through 5.6.0

Discovery Timeline

  • 2025-08-20 - CVE-2025-36114 published to NVD
  • 2025-12-01 - Last updated in NVD database

Technical Details for CVE-2025-36114

Vulnerability Analysis

This path traversal vulnerability (CWE-22) stems from improper input validation (CWE-20) in the IBM QRadar SOAR Plugin App. The application fails to properly sanitize user-supplied input in URL parameters, allowing attackers to escape the intended directory structure and access files outside the web root.

The vulnerability is network-accessible and requires no authentication or user interaction to exploit, making it particularly dangerous in environments where the QRadar SOAR Plugin App is exposed to untrusted networks. While the vulnerability only allows reading of files (confidentiality impact), the sensitive nature of security orchestration platforms means that exposed data could include credentials, API keys, incident response playbooks, and other security-critical information.

Root Cause

The root cause of this vulnerability lies in improper input validation within the application's URL handling mechanism. The application does not adequately sanitize path components in HTTP requests, failing to filter out directory traversal sequences such as ../ or encoded variants like %2e%2e%2f. This allows malicious input to manipulate file path resolution and access files outside the intended directory scope.

Attack Vector

The attack is conducted remotely over the network without requiring any authentication credentials. An attacker constructs a malicious HTTP request containing path traversal sequences in URL parameters. When processed by the vulnerable application, these sequences allow navigation outside the web application's root directory.

The attacker can target sensitive system files such as /etc/passwd, application configuration files containing database credentials, or other sensitive data stored on the server. The attack complexity is low, requiring only basic knowledge of path traversal techniques and the ability to send HTTP requests to the target system.

Detection Methods for CVE-2025-36114

Indicators of Compromise

  • HTTP requests containing ../, ..%2f, %2e%2e/, or other URL-encoded directory traversal sequences targeting the QRadar SOAR Plugin App
  • Unusual access patterns to sensitive system files from the web application process
  • Web server logs showing requests with abnormally long URL paths or suspicious path patterns
  • Failed or successful file access attempts outside the application's expected directory structure

Detection Strategies

  • Configure web application firewalls (WAF) to detect and block requests containing path traversal sequences and their encoded variants
  • Implement log analysis rules to identify HTTP requests with ../ patterns or suspicious file path references
  • Monitor file access events from the QRadar SOAR Plugin App process for access to files outside expected directories
  • Deploy intrusion detection rules targeting known path traversal attack patterns

Monitoring Recommendations

  • Enable verbose logging on the QRadar SOAR Plugin App and associated web servers
  • Review web server access logs regularly for anomalous URL patterns
  • Monitor for unauthorized read access to system configuration files and credentials
  • Implement real-time alerting for detected path traversal attempts

How to Mitigate CVE-2025-36114

Immediate Actions Required

  • Upgrade IBM QRadar SOAR Plugin App to a patched version as soon as available from IBM
  • Restrict network access to the QRadar SOAR Plugin App to trusted networks and authorized IP addresses only
  • Implement web application firewall rules to block requests containing path traversal sequences
  • Review server logs for evidence of exploitation attempts and investigate any suspicious access patterns

Patch Information

IBM has released a security update to address this vulnerability. Organizations should consult the IBM Support Document for detailed patch information and upgrade instructions. Ensure all instances of IBM QRadar SOAR Plugin App versions 1.0.0 through 5.6.0 are updated to the latest patched version.

Workarounds

  • Deploy a reverse proxy or web application firewall in front of the application to filter malicious requests containing directory traversal patterns
  • Restrict access to the QRadar SOAR Plugin App to internal networks only using firewall rules
  • Implement strict input validation at the network perimeter to block requests containing ../ sequences or URL-encoded equivalents
  • If feasible, temporarily disable the vulnerable Plugin App until patches can be applied

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 Soar Qradar Plugin App

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability0.06%

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

  • CWE-22
  • Vendor Resources
  • IBM Support Document
  • Latest CVEs
  • CVE-2026-9813: FlowIntel SSRF Vulnerability

  • CVE-2026-4377: D-Link DWR-X1820 Auth Bypass Vulnerability

  • CVE-2026-47074: ex_aws_sns Auth Bypass Vulnerability

  • CVE-2026-46241: Linux Kernel Use-After-Free Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today 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