Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
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-36058

CVE-2025-36058: IBM Workflow Information Disclosure Bug

CVE-2025-36058 is an information disclosure vulnerability in IBM Business Automation Workflow and Cloud Pak for Business Automation that exposes sensitive configuration data. This article covers technical details, affected versions, and mitigation.

Published: January 23, 2026

CVE-2025-36058 Overview

CVE-2025-36058 is a Configuration Information Disclosure vulnerability affecting IBM Business Automation Workflow containers and IBM Cloud Pak for Business Automation. The vulnerability allows disclosure of sensitive configuration information through an exposed config map, potentially revealing internal system details to local attackers with low-level privileges.

Critical Impact

Local attackers with low privileges can access sensitive configuration data stored in container config maps, potentially exposing credentials, internal URLs, and system architecture details.

Affected Products

  • IBM Business Automation Workflow containers 25.0.0 through 25.0.0 Interim Fix 002
  • IBM Business Automation Workflow containers 24.0.1 through 24.0.1 Interim Fix 005
  • IBM Business Automation Workflow containers 24.0.0 through 24.0.0 Interim Fix 006
  • IBM Cloud Pak for Business Automation (affected versions)

Discovery Timeline

  • 2026-01-20 - CVE CVE-2025-36058 published to NVD
  • 2026-01-20 - Last updated in NVD database

Technical Details for CVE-2025-36058

Vulnerability Analysis

This vulnerability is classified under CWE-538 (Insertion of Sensitive Information into Externally-Accessible File or Directory). The core issue stems from IBM Business Automation Workflow containers storing sensitive configuration information in Kubernetes config maps that are accessible to users with local access to the container environment.

Config maps in Kubernetes are designed to store non-confidential data, yet this implementation inadvertently includes sensitive configuration details. When a local attacker with low-level privileges gains access to the container environment, they can enumerate and read these config maps, extracting potentially sensitive information such as database connection strings, API endpoints, internal service URLs, and possibly authentication tokens or credentials.

The vulnerability requires local access and low privileges, meaning the attacker must first establish a foothold within the container orchestration environment. However, once this access is obtained, no user interaction is required to exploit the vulnerability and extract sensitive data.

Root Cause

The root cause of this vulnerability lies in improper handling of sensitive configuration data within the container deployment. IBM Business Automation Workflow containers store configuration information in Kubernetes config maps without adequate access controls or data classification. Sensitive configuration parameters that should be stored in Kubernetes Secrets with appropriate RBAC restrictions are instead placed in more accessible config map resources.

This represents a violation of the principle of least privilege and secure configuration management practices, where sensitive data should be encrypted at rest and access-controlled based on the sensitivity of the information contained.

Attack Vector

The attack vector is local, requiring an attacker to have existing access to the Kubernetes cluster or container environment where IBM Business Automation Workflow is deployed. The exploitation follows this general pattern:

  1. Attacker gains initial access to the Kubernetes namespace where IBM Business Automation Workflow containers are running
  2. Attacker enumerates available config maps using standard Kubernetes API calls
  3. Attacker reads the contents of config maps containing sensitive configuration data
  4. Extracted information can be used for lateral movement, privilege escalation, or further attacks against connected systems

The vulnerability does not require special tools or sophisticated techniques—standard kubectl commands or Kubernetes API access is sufficient to exploit it once initial access is established.

Detection Methods for CVE-2025-36058

Indicators of Compromise

  • Unusual read access patterns to Kubernetes config maps in IBM Business Automation Workflow namespaces
  • Unexpected API calls to enumerate or retrieve config map contents from non-administrative accounts
  • Anomalous authentication attempts using credentials potentially extracted from config maps
  • Access logs showing config map reads from service accounts or users that typically don't require configuration access

Detection Strategies

  • Monitor Kubernetes audit logs for get and list operations on config map resources within affected namespaces
  • Implement RBAC policies that restrict config map access and alert on policy violations
  • Deploy container runtime security solutions to detect anomalous process behavior within workflow containers
  • Utilize SentinelOne's Cloud Workload Protection to monitor for suspicious Kubernetes API activity

Monitoring Recommendations

  • Enable comprehensive Kubernetes audit logging with focus on resource access in IBM Business Automation Workflow namespaces
  • Configure alerts for config map access by service accounts outside of normal operational patterns
  • Implement network monitoring to detect potential data exfiltration following configuration exposure
  • Regularly audit RBAC configurations to ensure config map access follows least-privilege principles

How to Mitigate CVE-2025-36058

Immediate Actions Required

  • Apply the latest interim fixes from IBM: 25.0.0 Interim Fix 003 or later, 24.0.1 Interim Fix 006 or later, and 24.0.0 Interim Fix 007 or later
  • Review and restrict RBAC permissions for config map access in affected namespaces
  • Audit existing config maps for sensitive information and migrate credentials to Kubernetes Secrets where possible
  • Implement network policies to limit container communication paths

Patch Information

IBM has released security guidance addressing this vulnerability. Administrators should consult the IBM Security Advisory for detailed patching instructions and download links for the appropriate interim fixes.

Organizations should prioritize patching based on exposure risk—environments with broader user access to the Kubernetes cluster should be addressed first.

Workarounds

  • Implement strict Kubernetes RBAC policies limiting config map read access to only essential service accounts
  • Migrate any sensitive configuration data (credentials, API keys, connection strings) from config maps to Kubernetes Secrets with appropriate encryption
  • Deploy network policies to isolate IBM Business Automation Workflow namespaces from untrusted workloads
  • Enable Kubernetes audit logging and monitor for unauthorized config map access attempts
  • Consider using external secrets management solutions (HashiCorp Vault, AWS Secrets Manager) for sensitive configuration data
bash
# Example: Restrict config map access via RBAC
kubectl create role baw-config-restricted \
  --verb=get,list \
  --resource=configmaps \
  --resource-name=<non-sensitive-configmaps-only> \
  -n <baw-namespace>

# Audit current RBAC bindings for config map access
kubectl auth can-i --list --namespace=<baw-namespace> | grep configmaps

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 Business Automation Workflow

  • SeverityMEDIUM

  • CVSS Score5.5

  • EPSS Probability0.01%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-538
  • Technical References
  • IBM Security Advisory
  • Related CVEs
  • CVE-2025-13096: IBM Business Automation Workflow XXE Flaw

  • CVE-2025-36059: IBM Business Automation Workflow RCE Flaw
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