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

CVE-2026-2123: Operations Agent Privilege Escalation Flaw

CVE-2026-2123 is a privilege escalation vulnerability in Operations Agent (OA 12.29 and earlier) on Windows that allows execution from writable locations. This article covers technical details, affected versions, and mitigation.

Published: April 2, 2026

CVE-2026-2123 Overview

A privilege escalation vulnerability has been identified in Micro Focus Operations Agent (<=OA 12.29) on Windows systems. Under specific conditions, the Operations Agent may execute files from writable locations, allowing a local attacker with limited privileges to escalate their access on the affected system. This vulnerability was discovered through a security audit and responsibly disclosed by Manuel Rickli and Philippe Leiser of Oneconsult AG.

Critical Impact

Local attackers with low privileges can exploit writable directory paths used by Operations Agent to execute arbitrary code with elevated privileges, potentially compromising the entire Windows system.

Affected Products

  • Micro Focus Operations Agent version 12.29 and earlier
  • Operations Agent installations on Windows platforms
  • Enterprise monitoring environments utilizing Operations Agent

Discovery Timeline

  • 2026-03-31 - CVE-2026-2123 published to NVD
  • 2026-04-01 - Last updated in NVD database

Technical Details for CVE-2026-2123

Vulnerability Analysis

This vulnerability (CWE-280: Improper Handling of Insufficient Permissions or Privileges) stems from the Operations Agent's handling of executable paths on Windows systems. The agent, which typically runs with elevated privileges to perform system monitoring tasks, may inadvertently execute binaries from directories where standard users have write permissions.

When the Operations Agent processes certain operations, it searches for or invokes executables from paths that may be writable by low-privileged users. An attacker can place a malicious executable in such a location, which the agent then executes with its elevated privileges, resulting in privilege escalation.

Root Cause

The root cause is classified under CWE-280 (Improper Handling of Insufficient Permissions or Privileges). The Operations Agent fails to properly validate the permissions and integrity of directories from which it loads or executes files. This improper permission handling allows unprivileged users to plant malicious executables in locations trusted by the agent service.

The vulnerability arises because:

  • The agent searches for executables in directories with overly permissive access controls
  • Insufficient validation of file sources before execution
  • The service runs with elevated privileges, amplifying the impact of any code execution

Attack Vector

The attack is conducted locally (AV:L), requiring the attacker to have prior access to the target Windows system with at least low-level privileges. The attack complexity is low, and user interaction is required for successful exploitation. An attacker would:

  1. Identify writable directories used by the Operations Agent for executable lookups
  2. Place a malicious executable (such as a crafted DLL or EXE) in the target directory
  3. Wait for or trigger the agent to execute the planted file
  4. Gain elevated privileges when the agent runs the malicious code

Due to the local attack vector, this vulnerability is typically exploited in post-compromise scenarios where an attacker already has initial access to the system.

Detection Methods for CVE-2026-2123

Indicators of Compromise

  • Unexpected executable files appearing in Operations Agent installation directories or associated writable paths
  • Process creation events showing unusual child processes spawned by the Operations Agent service
  • File modification timestamps indicating recent changes to directories used by the agent
  • Suspicious DLL or EXE files in C:\ProgramData or other common writable locations associated with the agent

Detection Strategies

  • Monitor file system changes in directories utilized by Operations Agent using file integrity monitoring (FIM) solutions
  • Implement behavioral detection rules for unusual process trees originating from the Operations Agent service account
  • Review Windows Security Event logs for process creation events (Event ID 4688) associated with the agent
  • Deploy endpoint detection and response (EDR) solutions to identify privilege escalation patterns

Monitoring Recommendations

  • Enable enhanced auditing for object access on directories used by Operations Agent
  • Configure SentinelOne to monitor for suspicious process behaviors and DLL loading patterns
  • Establish baseline process behavior for the Operations Agent service and alert on deviations
  • Implement real-time alerting for file writes to sensitive directories by non-administrative users

How to Mitigate CVE-2026-2123

Immediate Actions Required

  • Upgrade Operations Agent to a patched version as specified in the vendor advisory
  • Audit and restrict write permissions on directories used by the Operations Agent service
  • Review and harden file system permissions on Operations Agent installation paths
  • Monitor systems for any indicators of compromise while awaiting patch deployment

Patch Information

Micro Focus has addressed this vulnerability in versions newer than OA 12.29. Administrators should consult the Micro Focus Knowledge Base Article for specific patching instructions and the latest secure version information. It is recommended to apply the security update as soon as possible to all affected Windows systems running Operations Agent.

Workarounds

  • Restrict write access to all directories in the Operations Agent search path to administrators only
  • Implement application whitelisting to prevent unauthorized executables from running in agent directories
  • Use Windows Defender Application Control (WDAC) or AppLocker policies to restrict executable sources
  • Consider running the Operations Agent with reduced privileges where operationally feasible
bash
# Configuration example - Restrict directory permissions
# Run as Administrator in PowerShell
icacls "C:\Program Files\HP\Operations Agent" /inheritance:r /grant:r "SYSTEM:(OI)(CI)F" "Administrators:(OI)(CI)F" "Users:(OI)(CI)RX"

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

  • Vulnerability Details
  • TypePrivilege Escalation

  • Vendor/TechOperations Agent

  • SeverityHIGH

  • CVSS Score8.6

  • EPSS Probability0.01%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:L/AC:L/AT:N/PR:L/UI:P/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
  • IntegrityHigh
  • AvailabilityHigh
  • CWE References
  • CWE-280
  • Technical References
  • Micro Focus Knowledge Base Article
  • Latest CVEs
  • CVE-2025-49454: TinySalt Path Traversal Vulnerability

  • CVE-2025-48261: MultiVendorX Information Disclosure Flaw

  • CVE-2025-32119: CardGate WooCommerce SQL Injection Flaw

  • CVE-2025-26879: s2Member Plugin Reflected XSS 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