A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
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-34153

CVE-2025-34153: Hyland OnBase RCE Vulnerability

CVE-2025-34153 is a remote code execution flaw in Hyland OnBase allowing unauthenticated attackers to execute arbitrary code via insecure deserialization. This post covers the technical details, affected versions, and mitigations.

Updated: May 14, 2026

CVE-2025-34153 Overview

CVE-2025-34153 is an unauthenticated remote code execution vulnerability in Hyland OnBase versions prior to 17.0.2.87. The Hyland Timer Service registers a .NET Remoting TCP listener on port 6031 with the URI endpoint TimerServer, implemented in Hyland.Core.Timers.dll. The endpoint deserializes untrusted input using the .NET BinaryFormatter, which permits attackers to inject malicious serialized objects. Successful exploitation executes arbitrary code under the NT AUTHORITY\SYSTEM account, granting full control of the affected host. The flaw is classified under [CWE-502] (Deserialization of Untrusted Data) and requires no authentication, credentials, or user interaction.

Critical Impact

Unauthenticated attackers reaching TCP port 6031 can execute arbitrary code as NT AUTHORITY\SYSTEM, achieving complete compromise of the OnBase host.

Affected Products

  • Hyland OnBase versions prior to 17.0.2.87
  • Hyland Timer Service component (Hyland.Core.Timers.dll)
  • Other Hyland OnBase releases exposing the TimerServer .NET Remoting endpoint on port 6031

Discovery Timeline

  • 2025-08-13 - CVE-2025-34153 published to NVD
  • 2026-04-15 - Last updated in NVD database

Technical Details for CVE-2025-34153

Vulnerability Analysis

The Hyland Timer Service exposes a .NET Remoting endpoint over a TCP channel bound to port 6031. The service registers the URI TimerServer and accepts serialized payloads from any network client without authentication. Inbound requests are deserialized using BinaryFormatter, a .NET API Microsoft has formally deprecated due to its inability to safely process attacker-controlled data. An attacker who can reach port 6031 can deliver a crafted gadget chain that triggers code execution during object reconstruction. Because the Timer Service runs as SYSTEM, the resulting code execution provides unrestricted privileges on the host. Public proof-of-concept material referenced in the VulnCheck Advisory on Hyland RCE and the GitHub PoC Repository demonstrate practical exploitation paths.

Root Cause

The root cause is unsafe deserialization. The TimerServer endpoint passes untrusted byte streams directly to BinaryFormatter.Deserialize, which instantiates types and invokes methods specified in the payload. No type filtering, allowlisting, or authentication is enforced before deserialization, so any reachable client can supply malicious gadgets such as those produced by ysoserial.net.

Attack Vector

Exploitation occurs over the network. An attacker establishes a TCP connection to port 6031 on the OnBase server and submits a serialized .NET object targeting the TimerServer URI. Internet-exposed or flat internal networks where this port is reachable from workstations significantly increase the attack surface. No credentials, prior access, or user interaction are required.

For verified technical details and exploitation specifics, refer to the VulnCheck Advisory on Hyland RCE and the Hyland Security Bulletin OB2025-02.

Detection Methods for CVE-2025-34153

Indicators of Compromise

  • Unexpected inbound TCP connections to port 6031 on OnBase servers originating from non-administrative hosts
  • Child processes spawned by the Hyland Timer Service process (for example cmd.exe, powershell.exe, rundll32.exe) running as NT AUTHORITY\SYSTEM
  • New scheduled tasks, services, or local accounts created shortly after Timer Service activity
  • Outbound connections from the Timer Service process to untrusted IP addresses or LOLBin download sources

Detection Strategies

  • Hunt for process lineage where the Timer Service binary is the parent of interactive shells or scripting interpreters
  • Inspect network flow logs for TCP traffic to port 6031 from sources outside the documented OnBase administrative range
  • Monitor loaded modules inside the Timer Service process for Hyland.Core.Timers.dll deserializing payloads followed by reflective assembly loads

Monitoring Recommendations

  • Enable Windows process creation auditing (Event ID 4688) and Sysmon Event IDs 1, 3, and 7 on OnBase hosts
  • Forward Timer Service logs and Windows security telemetry to a centralized analytics platform for correlation
  • Alert on first-seen executions of .NET deserialization gadget patterns such as System.Windows.Data.ObjectDataProvider references in process memory or crash dumps

How to Mitigate CVE-2025-34153

Immediate Actions Required

  • Upgrade Hyland OnBase to version 17.0.2.87 or later as directed by the Hyland Security Bulletin OB2025-02
  • Block external and lateral access to TCP port 6031 at host and network firewalls until the patch is applied
  • Inventory all OnBase deployments and confirm the Timer Service version on each host
  • Review authentication logs and process telemetry for signs of prior exploitation

Patch Information

Hyland has released fixed builds beginning with OnBase 17.0.2.87. Customers on older branches should follow the upgrade path described in the Hyland Upgrade Considerations and validate the Timer Service binary version after deployment. Confirm the patch is applied to every server hosting Hyland.Core.Timers.dll, including disaster-recovery and staging environments.

Workarounds

  • Restrict TCP port 6031 to a tightly scoped management subnet using host-based firewall rules (netsh advfirewall) or network ACLs
  • Disable the Hyland Timer Service on hosts where it is not operationally required
  • Place OnBase application servers behind segmentation boundaries that prevent direct access from user workstations
  • Continuously monitor for any process spawned by the Timer Service that is not part of its expected job set
bash
# Configuration example: block TCP/6031 inbound on Windows hosts
netsh advfirewall firewall add rule name="Block Hyland Timer Service 6031" \
    dir=in action=block protocol=TCP localport=6031

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 Probability1.47%

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

  • GitHub PoC Repository

  • Hyland Upgrade Considerations

  • Hyland Unity Client Resource

  • VulnCheck Advisory on Hyland RCE
  • Related CVEs
  • CVE-2026-26221: Hyland OnBase RCE Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today 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