Hyland OnBase versions prior to 17.0.2.87 (other versions may be affected) are vulnerable to unauthenticated remote code execution via insecure deserialization on the .NET Remoting TCP channel. The service registers a listener on port 6031 with the URI endpoint TimerServer, implemented in Hyland.Core.Timers.dll. This endpoint deserializes untrusted input using the .NET BinaryFormatter, allowing attackers to execute arbitrary code under the context of NT AUTHORITY\SYSTEM.
Security readout for executives and security teams
Plain-English summary
This flaw could let an unauthenticated attacker take over a vulnerable Hyland OnBase Timer Service remotely. The reported impact is full code execution as NT AUTHORITY\SYSTEM, making it business-critical where OnBase handles documents, workflows, or regulated records.
Executive priority
Treat as urgent for any exposed or business-critical OnBase environment. Prioritize discovery, vendor-guided remediation, and network restriction because the reported outcome is unauthenticated SYSTEM-level remote code execution.
Technical view
CVE-2025-34153 is insecure deserialization in Hyland OnBase .NET Remoting TCP channel. The TimerServer endpoint on TCP 6031, implemented in Hyland.Core.Timers.dll, deserializes untrusted BinaryFormatter input. Sources describe unauthenticated remote code execution on versions before 17.0.2.87; other versions may be affected.
Likely exposure
Exposure is most likely on OnBase deployments running the Timer Service with TCP 6031 reachable. Internet exposure is not required for serious risk; internal attacker access may be enough. Version scope beyond pre-17.0.2.87 is not fully clear from the provided evidence.
Exploitation context
The bundle marks KEV as false, so active exploitation is not established here. Public technical and exploit-labeled material is referenced, which raises validation urgency, but this assessment does not infer active attacks without cited evidence.
Researcher notes
Evidence supports CWE-502 insecure deserialization over .NET Remoting using BinaryFormatter on the TimerServer endpoint. The exact supported-version matrix and mitigation details should be confirmed in Hyland's advisory because the bundle notes other versions may be affected.
Mitigation direction
Apply Hyland's security update or upgrade to a fixed supported OnBase version.
Use Hyland bulletin OB2025-02 for mitigation and permission requirements.
Restrict Timer Service network access to trusted systems where vendor guidance allows.
Review OnBase service accounts and reduce unnecessary privileges where operationally supported.
Monitor for unexpected Timer Service behavior until remediation is confirmed.
Validation and detection
Inventory OnBase versions and identify hosts running the Timer Service.
Confirm whether TCP 6031 is reachable from untrusted networks or broad internal segments.
Verify affected hosts are at or beyond version 17.0.2.87 where applicable.
Check Hyland advisory guidance for version-specific applicability and permissions.
Review security logs for suspicious Timer Service activity around vulnerable hosts.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cwe · medium confidence lookup
CWE-502: Code execution behavior lookup
Code execution and unsafe deserialization weaknesses often justify reviewing execution behavior and process telemetry. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
The CVE wording references code or command execution, so execution technique review may help defensive triage. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
1CVSS vectors
3Timeline events
1ADP providers
6Source links
SSVC decision data
CISA-ADPCISA Coordinator
Timestamp
Version
2.0.3
Exploitation: pocAutomatable: yesTechnical Impact: total
CVSS vector scores
1 official score
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
CWE-502 · source CWE mapping
Deserialization of Untrusted Data
Deserialization of Untrusted Data represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.