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

CVE-2025-13491: IBM App Connect Enterprise Vulnerability

CVE-2025-13491 is an information disclosure flaw in IBM App Connect Enterprise Certified Container that allows attackers to access sensitive files via untrusted search paths. This article covers technical details, affected versions, and mitigation strategies.

Published: February 6, 2026

CVE-2025-13491 Overview

IBM App Connect Enterprise Certified Container up to 12.19.0 (Continuous Delivery) and 12.0 LTS (Long Term Support) contains an untrusted search path vulnerability that could allow an attacker to access sensitive files or modify configurations. This vulnerability, classified as CWE-426 (Untrusted Search Path), arises when the application loads executable files or libraries from directories that may be controlled by an attacker.

Critical Impact

Attackers with local access could exploit this vulnerability to read sensitive configuration files or inject malicious code by manipulating the search path, potentially leading to unauthorized data access or configuration tampering.

Affected Products

  • IBM App Connect Enterprise Certified Container up to 12.19.0 (Continuous Delivery)
  • IBM App Connect Enterprise Certified Container 12.0 LTS (Long Term Support)

Discovery Timeline

  • 2026-02-05 - CVE CVE-2025-13491 published to NVD
  • 2026-02-05 - Last updated in NVD database

Technical Details for CVE-2025-13491

Vulnerability Analysis

This vulnerability stems from improper handling of search paths within IBM App Connect Enterprise Certified Container. When the application searches for executable files, libraries, or configuration files, it may traverse directories in a predictable order without properly validating whether those directories are trusted. An attacker who can place malicious files in a directory that appears earlier in the search path than the intended legitimate file location can hijack the loading process.

The local attack vector indicates that exploitation requires the attacker to have some level of access to the host system or container environment. Once access is obtained, the attacker can manipulate the file system to place malicious payloads in locations where the application will inadvertently load them.

Root Cause

The root cause of CVE-2025-13491 is an untrusted search path vulnerability (CWE-426). This occurs when the application uses a search path algorithm to locate resources without adequately verifying that the directories in the path are under the application's control. In containerized environments, this can be particularly problematic if volume mounts or shared directories are included in the search path, allowing cross-container or host-based attacks.

Attack Vector

The attack vector for this vulnerability is local, meaning the attacker must have access to the system where IBM App Connect Enterprise Certified Container is running. The exploitation scenario involves:

  1. Gaining local access to the container environment or underlying host
  2. Identifying directories in the application's search path that are writable
  3. Placing malicious files (executables, libraries, or configuration files) in these directories
  4. Waiting for or triggering the application to load the malicious files

The vulnerability allows both confidentiality and integrity impacts—attackers can read sensitive files and modify configurations, though the availability of the system is not directly affected.

Detection Methods for CVE-2025-13491

Indicators of Compromise

  • Unexpected files appearing in application search path directories
  • Unusual file access patterns or permission changes in container volumes
  • Modification timestamps on configuration files that don't align with administrative actions
  • New or modified shared libraries in non-standard locations within the container

Detection Strategies

  • Monitor file system activities within IBM App Connect Enterprise containers for unauthorized file creation or modification
  • Implement file integrity monitoring (FIM) on critical application directories
  • Review container security policies to identify overly permissive volume mounts
  • Audit container images for unexpected changes to search path configurations

Monitoring Recommendations

  • Enable detailed audit logging for file system operations in the container environment
  • Configure alerts for any modifications to application configuration directories
  • Implement runtime container security monitoring to detect anomalous file access patterns
  • Regularly scan container images and running containers for unauthorized file changes

How to Mitigate CVE-2025-13491

Immediate Actions Required

  • Review and apply the security update from IBM as detailed in the IBM Support Page
  • Audit current container deployments to identify instances running vulnerable versions
  • Review container volume mounts and file permissions to restrict write access to search path directories
  • Implement network segmentation to limit lateral movement potential if exploitation occurs

Patch Information

IBM has released security updates to address this vulnerability. Organizations running affected versions of IBM App Connect Enterprise Certified Container should update to patched versions as soon as possible. Detailed patch information and upgrade instructions are available through the IBM Support Page.

Affected versions include:

  • IBM App Connect Enterprise Certified Container up to 12.19.0 (Continuous Delivery)
  • IBM App Connect Enterprise Certified Container 12.0 LTS (Long Term Support)

Workarounds

  • Restrict write permissions on directories included in the application's search path
  • Configure container security contexts to run with minimal privileges and read-only file systems where possible
  • Implement Pod Security Policies or Pod Security Standards to restrict container capabilities
  • Use immutable container images and prevent runtime modifications to the file system

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 App Connect Enterprise

  • SeverityMEDIUM

  • CVSS Score5.1

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-426
  • Technical References
  • IBM Support Page
  • Related CVEs
  • CVE-2024-22317: IBM App Connect Enterprise Info Disclosure
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