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-2026-2713

CVE-2026-2713: IBM Trusteer Rapport DLL RCE Vulnerability

CVE-2026-2713 is a remote code execution vulnerability in IBM Trusteer Rapport installer 3.5.2309.290 caused by uncontrolled DLL search paths. This article covers the technical details, affected versions, and mitigation steps.

Published: March 13, 2026

CVE-2026-2713 Overview

CVE-2026-2713 is a DLL uncontrolled search path element vulnerability (CWE-427) affecting IBM Trusteer Rapport installer version 3.5.2309.290. This vulnerability could allow a local attacker to execute arbitrary code on the system by placing a specially crafted DLL file in a compromised folder. When the installer runs, it searches for required DLLs in an insecure manner, potentially loading a malicious DLL planted by an attacker instead of the legitimate system library.

Critical Impact

Local attackers can achieve arbitrary code execution with the privileges of the user running the IBM Trusteer Rapport installer, potentially leading to full system compromise.

Affected Products

  • IBM Trusteer Rapport installer version 3.5.2309.290

Discovery Timeline

  • 2026-03-10 - CVE CVE-2026-2713 published to NVD
  • 2026-03-11 - Last updated in NVD database

Technical Details for CVE-2026-2713

Vulnerability Analysis

This vulnerability is classified as a DLL Uncontrolled Search Path Element issue, which occurs when an application does not properly specify a search path for loading dynamic link libraries. When the IBM Trusteer Rapport installer executes, it attempts to load certain DLL files but does not enforce a secure search order, allowing an attacker to place a malicious DLL in a directory that the application searches before trusted system directories.

The local attack vector means that an attacker must have some level of access to the target system to plant the malicious DLL file. However, once the malicious library is in place, execution occurs automatically when a legitimate user runs the installer, enabling the attacker to execute code with the same privileges as the installer process.

Root Cause

The root cause of CVE-2026-2713 is improper DLL search path handling in the IBM Trusteer Rapport installer. The application fails to use secure methods for loading dynamic libraries, such as specifying absolute paths or using functions like SetDllDirectory() to restrict the search path. This allows the Windows loader to search through directories that may be writable by unprivileged users, including the current working directory or user-controlled folders in the PATH environment variable.

Attack Vector

The attack requires local access to the target system. An attacker would need to:

  1. Identify which DLLs the IBM Trusteer Rapport installer attempts to load
  2. Create a malicious DLL with the same name as a legitimately required library
  3. Place the malicious DLL in a directory that appears earlier in the search path than the legitimate DLL location (such as the installer's working directory)
  4. Wait for or socially engineer a user to execute the installer

When the installer runs and attempts to load the DLL, Windows' default search order may locate and load the attacker's malicious version first, resulting in arbitrary code execution within the context of the installer process.

Detection Methods for CVE-2026-2713

Indicators of Compromise

  • Unexpected DLL files appearing in directories containing IBM Trusteer Rapport installer files
  • DLL files with system library names located in non-standard directories such as user download folders or temp directories
  • Process execution anomalies where the Trusteer Rapport installer loads DLLs from unusual paths
  • File creation events in installer directories shortly before the installer is executed

Detection Strategies

  • Monitor for DLL load events where the IBM Trusteer Rapport installer loads libraries from non-system directories
  • Implement application whitelisting to detect execution of unsigned or untrusted code during installer operations
  • Use endpoint detection and response (EDR) tools to identify DLL side-loading attempts
  • Deploy file integrity monitoring on directories commonly used for software installation

Monitoring Recommendations

  • Enable Windows DLL load auditing to track library loading behavior during installer execution
  • Configure SIEM alerts for process creation events involving IBM Trusteer Rapport installer combined with suspicious DLL loading patterns
  • Implement SentinelOne's behavioral AI to detect code execution anomalies during software installation processes
  • Review Windows Event Logs for loader errors or warnings that may indicate failed or successful DLL hijacking attempts

How to Mitigate CVE-2026-2713

Immediate Actions Required

  • Verify the integrity and source of all IBM Trusteer Rapport installer files before execution
  • Run installers only from secure, trusted directories with restricted write permissions
  • Ensure user accounts running the installer have appropriate privilege levels
  • Clear the current working directory of any unexpected DLL files before running the installer
  • Apply the security update from IBM when available

Patch Information

IBM has published a security advisory addressing this vulnerability. Organizations should apply the patch as described in the IBM Support Page. It is recommended to upgrade to a fixed version of IBM Trusteer Rapport that addresses the DLL search path vulnerability.

Workarounds

  • Execute the installer from a clean, protected directory with restricted write access to prevent attackers from placing malicious DLLs
  • Temporarily relocate the installer to a secure location such as C:\SecureInstall\ where only administrators have write permissions
  • Use application control policies to restrict which DLLs can be loaded during installation processes
  • Implement the principle of least privilege to limit potential damage if exploitation occurs
  • Consider using SentinelOne Singularity to detect and block DLL side-loading attempts in real-time

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechIbm Trusteer Rapport

  • SeverityHIGH

  • CVSS Score7.4

  • EPSS Probability0.01%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityHigh
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-427
  • Technical References
  • IBM Support Page
  • Latest CVEs
  • CVE-2026-35467: Browser API Key Information Disclosure

  • CVE-2026-35466: cveInterface.js XSS Vulnerability

  • CVE-2026-30252: ZenShare Suite XSS Vulnerability

  • CVE-2026-30251: ZenShare Suite v17.0 XSS 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