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

CVE-2026-26221: Hyland OnBase RCE Vulnerability

CVE-2026-26221 is a remote code execution flaw in Hyland OnBase Workflow Timer Service caused by unsafe .NET Remoting object unmarshalling. This post covers the technical details, affected versions, impact, and mitigation.

Published: February 20, 2026

CVE-2026-26221 Overview

CVE-2026-26221 is a critical insecure deserialization vulnerability affecting Hyland OnBase's Workflow Timer Service (Hyland.Core.Workflow.NTService.exe). The vulnerability stems from an unauthenticated .NET Remoting exposure that allows remote attackers to send crafted requests to default HTTP channel endpoints on TCP/8900, triggering unsafe object unmarshalling. This can enable arbitrary file read/write operations and, when chained with other OnBase features, lead to full remote code execution. Additionally, the vulnerability can be exploited for NTLM authentication coercion attacks.

Critical Impact

Unauthenticated attackers with network access can achieve remote code execution by exploiting unsafe .NET deserialization, potentially compromising the entire OnBase environment and any connected systems.

Affected Products

  • Hyland OnBase (Workflow Timer Service component)
  • Hyland OnBase installations with Hyland.Core.Workflow.NTService.exe exposed on TCP/8900
  • OnBase environments with accessible .rem endpoints (TimerServiceAPI.rem, TimerServiceEvents.rem)

Discovery Timeline

  • 2026-02-13 - CVE-2026-26221 published to NVD
  • 2026-02-13 - Last updated in NVD database

Technical Details for CVE-2026-26221

Vulnerability Analysis

This vulnerability is classified under CWE-502 (Deserialization of Untrusted Data) and represents a severe security flaw in the OnBase Workflow Timer Service. The service exposes .NET Remoting endpoints without proper authentication, allowing any attacker with network access to the service port to interact with sensitive deserialization functionality.

The root issue lies in the unsafe handling of serialized .NET objects received through the HTTP channel. When the service processes incoming requests to endpoints such as TimerServiceAPI.rem and TimerServiceEvents.rem, it deserializes object data without validating the source or sanitizing the content. This behavior is particularly dangerous because .NET Remoting was designed for trusted environments and lacks built-in security controls for untrusted input.

The impact extends beyond simple code execution. Attackers can leverage this primitive for arbitrary file read/write operations, which can be escalated to full remote code execution by writing malicious content to web-accessible directories. The vulnerability also enables NTLM relay attacks by coercing outbound authentication to attacker-controlled SMB shares via UNC paths.

Root Cause

The root cause is the exposure of .NET Remoting channels without authentication on the Workflow Timer Service. The service binds to TCP port 8900 and accepts serialized object data through HTTP channels (TimerServiceAPI.rem, TimerServiceEvents.rem) without verifying caller identity or validating the deserialized object types. This architectural flaw allows untrusted input to reach the deserialization logic, where malicious payloads can instantiate arbitrary objects and execute attacker-controlled code.

Attack Vector

The attack vector is network-based, requiring no authentication or user interaction. An attacker who can reach TCP/8900 on a vulnerable OnBase server can craft malicious .NET Remoting requests targeting the exposed .rem endpoints. The attack flow typically involves:

  1. Network reconnaissance to identify OnBase Workflow Timer Service instances on TCP/8900
  2. Crafting serialized .NET objects containing malicious gadget chains
  3. Sending requests to TimerServiceAPI.rem or TimerServiceEvents.rem endpoints
  4. Exploiting unsafe deserialization to write files to web-accessible directories or coerce NTLM authentication

The vulnerability does not require any prior authentication, making it particularly dangerous for organizations with OnBase services exposed to untrusted networks. Exploitation can lead to arbitrary file operations, and when combined with web-accessible OnBase paths, full remote code execution. Alternatively, attackers can supply UNC paths to capture NTLM hashes for offline cracking or relay attacks.

Detection Methods for CVE-2026-26221

Indicators of Compromise

  • Unexpected network connections to TCP/8900 from non-administrative hosts
  • HTTP requests to .rem endpoints (TimerServiceAPI.rem, TimerServiceEvents.rem) from untrusted sources
  • Unusual outbound SMB/NTLM traffic from OnBase servers to external or unknown IP addresses
  • New or modified files in OnBase web directories that were not part of normal operations
  • Windows event logs showing Hyland.Core.Workflow.NTService.exe processing errors or exceptions related to deserialization

Detection Strategies

  • Deploy network intrusion detection rules to monitor for suspicious traffic patterns to TCP/8900
  • Implement endpoint detection rules to identify .NET deserialization gadget chain execution patterns
  • Monitor for anomalous file write operations by the Hyland.Core.Workflow.NTService.exe process
  • Configure SIEM correlation rules to detect NTLM authentication attempts to external hosts originating from OnBase servers

Monitoring Recommendations

  • Enable verbose logging on the OnBase Workflow Timer Service and forward logs to centralized SIEM
  • Monitor Windows Security Event Logs for process creation events (Event ID 4688) spawned by the Timer Service
  • Implement network segmentation monitoring to alert on any lateral movement from OnBase infrastructure
  • Track SMB traffic (TCP/445) from OnBase servers to detect potential NTLM coercion attempts

How to Mitigate CVE-2026-26221

Immediate Actions Required

  • Restrict network access to TCP/8900 using firewall rules, limiting connectivity to only trusted administrative hosts
  • Apply the security patch referenced in Hyland Security Bulletin OB2025-03
  • Audit existing OnBase deployments to identify exposed Workflow Timer Service instances
  • Implement network segmentation to isolate OnBase infrastructure from untrusted network zones
  • Review logs for evidence of prior exploitation attempts

Patch Information

Hyland has released a security update addressing this vulnerability. Organizations should consult the Hyland Security Bulletin OB2025-03 for patch download and installation instructions. The VulnCheck Advisory provides additional technical context and affected version information.

Workarounds

  • Block inbound TCP/8900 traffic at the network perimeter and host-based firewalls until patches can be applied
  • Disable the Workflow Timer Service temporarily if it is not business-critical
  • Implement network-level authentication requirements for accessing OnBase service ports where possible
  • Block outbound SMB traffic (TCP/445) from OnBase servers to mitigate NTLM coercion attacks
bash
# Windows Firewall rule to restrict TCP/8900 access to specific trusted hosts
netsh advfirewall firewall add rule name="Block OnBase Timer Service" dir=in action=block protocol=tcp localport=8900
netsh advfirewall firewall add rule name="Allow OnBase Timer Service Trusted" dir=in action=allow protocol=tcp localport=8900 remoteip=10.0.0.5,10.0.0.6

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechHyland Onbase

  • SeverityCRITICAL

  • CVSS Score10.0

  • EPSS Probability0.61%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/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-502
  • Technical References
  • Hyland Security Bulletin OB2025-03

  • Hyland OnBase Product Overview

  • VulnCheck Advisory for Hyland OnBase
  • Related CVEs
  • CVE-2025-34153: Hyland OnBase 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