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

CVE-2025-36051: IBM QRadar SIEM Information Disclosure

CVE-2025-36051 is an information disclosure vulnerability in IBM QRadar SIEM that exposes sensitive data in config files to local users. This article covers technical details, affected versions, and mitigation.

Published: March 20, 2026

CVE-2025-36051 Overview

IBM QRadar SIEM versions 7.5.0 through 7.5.0 Update Package 14 contain an information disclosure vulnerability where potentially sensitive information is stored in configuration files that could be read by a local user. This vulnerability allows unauthorized access to sensitive data that should be protected from unprivileged users on the system.

Critical Impact

Local users can access sensitive information stored in configuration files, potentially exposing credentials, API keys, or other security-critical data used by the SIEM platform.

Affected Products

  • IBM QRadar SIEM 7.5.0
  • IBM QRadar SIEM 7.5.0 Update Package 1 through Update Package 14

Discovery Timeline

  • 2026-03-19 - CVE CVE-2025-36051 published to NVD
  • 2026-03-19 - Last updated in NVD database

Technical Details for CVE-2025-36051

Vulnerability Analysis

This vulnerability is classified under CWE-538 (Insertion of Sensitive Information into Externally-Accessible File or Directory). The core issue lies in how IBM QRadar SIEM handles the storage of sensitive configuration data. When sensitive information such as credentials, connection strings, or API tokens is written to configuration files with overly permissive access controls, any local user on the system can potentially read this data.

The attack requires local access to the system, meaning an attacker would need an existing account or foothold on the QRadar appliance. However, once local access is achieved, no user interaction or elevated privileges are required to exploit the vulnerability. The impact is limited to confidentiality—the attacker can read sensitive information but cannot modify it or cause service disruption through this specific vulnerability.

Root Cause

The root cause of CVE-2025-36051 is improper access control on configuration files within the IBM QRadar SIEM installation. Configuration files containing sensitive information are stored with permissions that allow local users to read their contents. This represents a failure to implement the principle of least privilege for file system access, where sensitive data should be restricted to only the necessary service accounts and administrative users.

Attack Vector

The attack vector is local, requiring the attacker to have existing access to the IBM QRadar SIEM system. Exploitation involves navigating to the configuration file locations and reading their contents using standard file system commands. The vulnerability does not require any special tools or exploitation techniques—simply having read access to the vulnerable configuration files is sufficient.

A local attacker with shell access to the QRadar appliance could enumerate configuration directories and identify files containing sensitive information. These files may contain database credentials, API keys, integration tokens, or other sensitive data that could be leveraged for lateral movement or privilege escalation within the organization's security infrastructure.

Detection Methods for CVE-2025-36051

Indicators of Compromise

  • Unusual file access patterns on QRadar configuration directories by non-administrative users
  • Multiple failed or successful read attempts on configuration files from unexpected user accounts
  • Evidence of credential harvesting or lateral movement following access to the QRadar system
  • Anomalous user session activity on QRadar appliances

Detection Strategies

  • Implement file integrity monitoring (FIM) on QRadar configuration directories to alert on unauthorized access
  • Enable detailed audit logging for file system access events on the QRadar appliance
  • Monitor for suspicious local user activity and privilege escalation attempts on SIEM infrastructure
  • Configure SentinelOne agents to detect and alert on sensitive file access patterns

Monitoring Recommendations

  • Deploy endpoint detection and response (EDR) solutions on QRadar appliances where supported
  • Establish baseline normal file access patterns and alert on deviations
  • Regularly review access logs for configuration files containing sensitive data
  • Implement privileged access management (PAM) for administrative access to QRadar systems

How to Mitigate CVE-2025-36051

Immediate Actions Required

  • Review and apply the security update from IBM as documented in IBM Support Page
  • Audit local user accounts on QRadar appliances and remove unnecessary access
  • Review configuration file permissions and restrict access to essential service accounts only
  • Rotate any credentials that may have been exposed in configuration files

Patch Information

IBM has released a security update to address this vulnerability. Organizations should upgrade to IBM QRadar SIEM 7.5.0 Update Package 15 or later as soon as possible. The patch addresses the improper file permissions that allowed unauthorized access to sensitive configuration data. Detailed patch information and installation instructions are available from the IBM Support Page.

Workarounds

  • Manually restrict file permissions on configuration files containing sensitive data using chmod and chown commands
  • Implement additional access controls using SELinux or AppArmor policies where applicable
  • Limit local shell access to QRadar appliances to only essential administrative personnel
  • Deploy network segmentation to isolate QRadar infrastructure from general user networks
  • Consider encrypting sensitive configuration values at rest where the application supports it
bash
# Configuration example - Restrict configuration file permissions
# Review and harden permissions on QRadar configuration directories
# Replace /path/to/config with actual QRadar configuration paths
sudo find /opt/qradar/conf -type f -name "*.conf" -exec chmod 640 {} \;
sudo chown root:qradar /opt/qradar/conf/*.conf

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechIbm Qradar

  • SeverityMEDIUM

  • CVSS Score6.2

  • EPSS Probability0.01%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-538
  • Technical References
  • IBM Support Page
  • Related CVEs
  • CVE-2025-13995: IBM QRadar SIEM Information Disclosure

  • CVE-2025-15051: IBM QRadar SIEM XSS Vulnerability

  • CVE-2026-1276: IBM QRadar SIEM XSS Vulnerability

  • CVE-2025-36377: IBM QRadar EDR Auth Bypass Vulnerability
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