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
    • 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-65118

CVE-2025-65118: Aveva Process Optimization Escalation

CVE-2025-65118 is a privilege escalation vulnerability in Aveva Process Optimization allowing authenticated users to load arbitrary code and gain OS System privileges, risking full server compromise.

Published: January 23, 2026

CVE-2025-65118 Overview

CVE-2025-65118 is a critical privilege escalation vulnerability affecting AVEVA Process Optimization software. The vulnerability allows an authenticated user with standard OS privileges to exploit the Process Optimization services by tricking them into loading arbitrary code. Successful exploitation enables attackers to escalate privileges from OS Standard User to OS System level, potentially resulting in complete compromise of the Model Application Server.

This vulnerability is classified under CWE-427 (Uncontrolled Search Path Element), which occurs when an application searches for critical resources using an externally-supplied search path that can point to resources outside the intended control sphere. In industrial control system (ICS) environments where AVEVA Process Optimization is commonly deployed, this type of vulnerability poses significant operational and security risks.

Critical Impact

Authenticated users can escalate privileges to SYSTEM level, enabling complete compromise of the Model Application Server in industrial control environments.

Affected Products

  • AVEVA Process Optimization (all versions prior to patched release)
  • Model Application Server components utilizing Process Optimization services
  • Industrial control systems running vulnerable AVEVA software

Discovery Timeline

  • 2026-01-16 - CVE-2025-65118 published to NVD
  • 2026-01-22 - Last updated in NVD database

Technical Details for CVE-2025-65118

Vulnerability Analysis

This vulnerability stems from an uncontrolled search path element (CWE-427) in the AVEVA Process Optimization service architecture. The affected software fails to properly validate or restrict the search paths used when loading dynamic libraries or executable components, creating an opportunity for privilege escalation.

When the Process Optimization services execute with elevated SYSTEM privileges, they search for required libraries or modules in directories that may be writable by lower-privileged users. An authenticated attacker with standard OS user access can place a malicious library in one of these search path locations. When the service subsequently loads this attacker-controlled code, it executes with SYSTEM-level privileges.

The local attack vector requires the attacker to have authenticated access to the target system, but no user interaction is required for exploitation. The impact extends beyond the vulnerable component, affecting the confidentiality, integrity, and availability of both the local system and potentially other connected systems in the ICS environment.

Root Cause

The root cause of CVE-2025-65118 is the improper handling of search paths by the Process Optimization service when loading executable code or dynamic libraries. The service does not adequately verify that loaded components originate from trusted, protected locations. This allows lower-privileged users to inject malicious code into the execution flow of highly privileged processes.

Specifically, the vulnerability exists because:

  • The service uses relative paths or unqualified names when loading libraries
  • Directory permissions allow standard users to write to locations in the search path
  • No integrity verification is performed on loaded components
  • The service runs with SYSTEM privileges, inheriting these to any loaded code

Attack Vector

The attack vector for CVE-2025-65118 follows this general exploitation pattern:

  1. Reconnaissance: The attacker, having authenticated access as a standard OS user, identifies the Process Optimization service and its library loading behavior
  2. Path Identification: The attacker determines which directories are searched when the service loads dynamic libraries or modules
  3. Payload Placement: A malicious DLL or executable is placed in a writable directory that precedes legitimate library locations in the search order
  4. Trigger Execution: The attacker triggers the service to load the component, either by restarting the service (if permitted) or waiting for normal service operation
  5. Privilege Escalation: The malicious code executes with SYSTEM privileges, granting the attacker full control

The attack exploits the DLL search order hijacking technique, where Windows searches specific directories in a predictable order when loading libraries. By placing a malicious library in a directory searched before the legitimate library location, the attacker ensures their code is loaded instead.

Detection Methods for CVE-2025-65118

Indicators of Compromise

  • Unexpected DLL or executable files in directories associated with AVEVA Process Optimization
  • Unusual process behavior or child processes spawned from Process Optimization services
  • New files created in application directories by non-administrative users
  • Suspicious library loading events in Windows Security Event logs for Process Optimization processes

Detection Strategies

  • Monitor file system changes in AVEVA Process Optimization installation directories using file integrity monitoring tools
  • Implement application whitelisting to detect unauthorized executables loading within Process Optimization service contexts
  • Configure Windows Defender Application Control (WDAC) or AppLocker policies to alert on unsigned or untrusted DLLs
  • Deploy endpoint detection and response (EDR) solutions like SentinelOne to detect privilege escalation attempts and suspicious DLL loading

Monitoring Recommendations

  • Enable detailed Windows Security auditing for object access and process creation events
  • Configure SIEM rules to alert on new files created in Process Optimization directories by non-system accounts
  • Monitor for anomalous child processes spawned by AVEVA services, particularly command interpreters or network utilities
  • Implement behavioral analysis to detect privilege escalation patterns characteristic of DLL hijacking attacks

How to Mitigate CVE-2025-65118

Immediate Actions Required

  • Apply the latest security patch from AVEVA immediately via the AVEVA Product Download portal
  • Review and restrict write permissions on all directories in the Process Optimization service search path
  • Implement application whitelisting to prevent unauthorized DLLs from loading
  • Isolate affected systems from untrusted network segments until patched

Patch Information

AVEVA has released security updates to address this vulnerability. Organizations should obtain the latest patched version from the AVEVA Cyber Security Updates page. Additional technical details are available in the CISA ICS Advisory #ICSA-26-015-01.

Review the GitHub CSAF Document for machine-readable vulnerability details and remediation guidance.

Workarounds

  • Restrict write access to all directories in the DLL search path to administrators only
  • Implement Windows Defender Application Control policies to block unsigned or untrusted binaries from loading in service contexts
  • Configure the SafeDllSearchMode registry setting to prioritize system directories in the DLL search order
  • Deploy network segmentation to limit the impact of potential compromise on ICS environments
bash
# Configuration example - Restrict directory permissions
# Identify Process Optimization installation directory and lock down permissions
icacls "C:\Program Files\AVEVA\Process Optimization" /inheritance:r /grant:r Administrators:F SYSTEM:F
icacls "C:\Program Files\AVEVA\Process Optimization" /deny "Users:(OI)(CI)(W)"

# Enable SafeDllSearchMode to prioritize system directories
reg add "HKLM\System\CurrentControlSet\Control\Session Manager" /v SafeDllSearchMode /t REG_DWORD /d 1 /f

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

  • Vulnerability Details
  • TypePrivilege Escalation

  • Vendor/TechAveva Process Optimization

  • SeverityCRITICAL

  • CVSS Score9.3

  • EPSS Probability0.01%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:L/AC:L/AT:N/PR:L/UI:N/VC:H/VI:H/VA:H/SC:H/SI:H/SA:H/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-427
  • Technical References
  • GitHub CSAF Document

  • AVEVA Product Download

  • CISA ICS Advisory #ICSA-26-015-01
  • Vendor Resources
  • AVEVA Cyber Security Updates
  • Related CVEs
  • CVE-2025-64691: Aveva Process Optimization Privilege Escalation

  • CVE-2025-64729: Aveva Process Optimization Escalation Flaw

  • CVE-2025-65117: Aveva Process Optimization Privilege Escalation

  • CVE-2025-61937: Aveva Process Optimization 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