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

CVE-2025-49155: Trend Micro Apex One RCE Vulnerability

CVE-2025-49155 is a remote code execution flaw in Trend Micro Apex One's DLP module caused by an uncontrolled search path vulnerability. Attackers can inject malicious code to achieve arbitrary execution.

Published: April 29, 2026

CVE-2025-49155 Overview

An uncontrolled search path vulnerability exists in the Trend Micro Apex One Data Loss Prevention (DLP) module that could allow an attacker to inject malicious code leading to arbitrary code execution on affected installations. This vulnerability (CWE-427) occurs when an application searches for external resources without properly validating the search path, allowing attackers to place malicious files in locations that will be loaded by the vulnerable application.

Critical Impact

Successful exploitation of this vulnerability allows attackers to achieve arbitrary code execution on systems running Trend Micro Apex One, potentially compromising endpoint security defenses and enabling further malicious activity within the network.

Affected Products

  • Trend Micro Apex One (SaaS for Windows)
  • Trend Micro Apex One (On-Premises for Windows)

Discovery Timeline

  • 2025-06-17 - CVE-2025-49155 published to NVD
  • 2025-09-09 - Last updated in NVD database

Technical Details for CVE-2025-49155

Vulnerability Analysis

This vulnerability affects the Data Loss Prevention module within Trend Micro Apex One, a widely deployed endpoint security solution. The uncontrolled search path flaw allows attackers to manipulate the order or location in which the application searches for dynamic libraries or executables. When the DLP module attempts to load a required component, it may inadvertently load a malicious file placed by an attacker in a directory that is searched before the legitimate location.

The attack requires user interaction, meaning a victim must perform some action that triggers the vulnerable code path—such as opening a specially crafted file or visiting a malicious location. Once triggered, the attacker-controlled code executes with the privileges of the Apex One process, which typically runs with elevated permissions to perform security monitoring functions.

Root Cause

The root cause is an uncontrolled search path element (CWE-427) in the DLP module's code. The application fails to properly specify absolute paths when loading external libraries or executables, instead relying on relative paths or system-defined search orders. This allows attackers to place malicious DLL files or executables in directories that are searched before the legitimate installation directory, resulting in the malicious code being loaded and executed.

Attack Vector

The vulnerability is exploitable via a network-based attack vector, though it requires user interaction to trigger. An attacker could craft a malicious payload and deliver it through various means such as email attachments, web downloads, or network shares. When a user interacts with the malicious content on a system running the vulnerable Apex One DLP module, the attack chain is initiated.

The attack typically follows this pattern: the attacker places a malicious DLL file with a specific name in a location accessible to the target system. When the DLP module loads and searches for its dependencies, it discovers the attacker's malicious file first due to the search path order vulnerability. The malicious code then executes with the same privileges as the Apex One process, potentially allowing complete system compromise.

Detection Methods for CVE-2025-49155

Indicators of Compromise

  • Unexpected DLL files appearing in user-writable directories alongside Apex One installation paths
  • Process execution anomalies where Apex One components spawn unexpected child processes
  • Suspicious file write activity to directories in the system PATH or Apex One working directories
  • Unusual network connections originating from Apex One DLP module processes

Detection Strategies

  • Monitor for DLL loading events from non-standard directories by Apex One processes using endpoint detection tools
  • Implement application whitelisting to detect and block unauthorized code execution from Apex One processes
  • Deploy file integrity monitoring on Apex One installation directories and related system paths
  • Use behavioral analysis to identify anomalous process trees involving Apex One components

Monitoring Recommendations

  • Enable detailed logging for DLL load events on endpoints running Trend Micro Apex One
  • Configure SIEM rules to alert on suspicious file creation in directories commonly used for DLL hijacking attacks
  • Monitor for privilege escalation attempts following Apex One process activity
  • Review Trend Micro agent logs for error messages that may indicate failed or successful exploitation attempts

How to Mitigate CVE-2025-49155

Immediate Actions Required

  • Apply the security patch provided by Trend Micro as documented in their security advisory
  • Review systems for indicators of compromise before and after patching
  • Restrict write permissions to directories in the system search path and Apex One installation directories
  • Consider temporarily disabling the DLP module on critical systems until patches can be applied

Patch Information

Trend Micro has released a security update to address this vulnerability. Administrators should consult the Trend Micro Solution Document for detailed patching instructions and download links. The Zero-Day Initiative Advisory ZDI-25-362 provides additional technical context regarding the vulnerability.

Organizations should prioritize patching based on the network-accessible nature of this vulnerability and its potential for arbitrary code execution.

Workarounds

  • Implement strict directory permissions to prevent unauthorized users from writing files to locations in the DLL search path
  • Use Windows Security features such as SafeDllSearchMode to modify DLL search order behavior
  • Deploy application control solutions to prevent unauthorized code execution within Apex One process context
  • Segment networks to limit exposure of systems running vulnerable Apex One installations until patches are applied

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechTrendmicro Apex One

  • SeverityHIGH

  • CVSS Score8.8

  • EPSS Probability0.44%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityHigh
  • AvailabilityHigh
  • CWE References
  • CWE-427
  • Technical References
  • Zero-Day Initiative Advisory ZDI-25-362
  • Vendor Resources
  • Trend Micro Solution Document
  • Related CVEs
  • CVE-2022-40139: Trend Micro Apex One RCE Vulnerability

  • CVE-2023-41179: Trend Micro Apex One RCE Vulnerability

  • CVE-2025-54948: Trend Micro Apex One RCE Vulnerability

  • CVE-2020-8467: Trend Micro Apex One RCE Vulnerability
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