CVE-2025-34153: CWE-502 Deserialization of Untrusted Data in Hyland Software OnBase
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.
AI Analysis
Technical Summary
CVE-2025-34153 is a critical vulnerability affecting Hyland Software's OnBase document management system versions prior to 17.0.2.87, with other versions potentially impacted. The vulnerability stems from insecure deserialization of untrusted data via the .NET Remoting TCP channel. OnBase registers a listener on TCP port 6031 exposing the TimerServer endpoint, implemented in Hyland.Core.Timers.dll, which deserializes input using the .NET BinaryFormatter. This deserialization process is unsafe because it allows attackers to craft malicious serialized objects that, when deserialized, execute arbitrary code within the context of the OnBase service. The code execution occurs with NT AUTHORITY\SYSTEM privileges, granting full control over the affected system. Exploitation requires no authentication or user interaction, making it trivially exploitable remotely over the network. The vulnerability is classified under CWE-502 (Deserialization of Untrusted Data), a common and dangerous flaw in .NET applications that use BinaryFormatter without proper input validation or sandboxing. The CVSS 4.0 vector (AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:H/SI:H/SA:H) reflects a network attack vector with low complexity, no privileges or user interaction needed, and high impact on confidentiality, integrity, and availability. No patches were linked at the time of publication, and no known exploits have been observed in the wild, but the critical nature demands immediate attention from affected organizations.
Potential Impact
The impact of CVE-2025-34153 on European organizations is severe. Successful exploitation allows attackers to gain full system control with NT AUTHORITY\SYSTEM privileges, enabling them to execute arbitrary code, install malware, steal sensitive data, disrupt business operations, and move laterally within networks. Given OnBase's role in managing critical documents and workflows, compromise could lead to exposure of confidential information, regulatory non-compliance, and operational downtime. The unauthenticated and remote nature of the exploit increases the risk of widespread attacks, especially in environments where the vulnerable service is exposed to untrusted networks. European organizations in sectors such as government, healthcare, finance, and legal services, which often rely on OnBase for document management, are particularly vulnerable. The potential for ransomware deployment or espionage following exploitation also raises significant concerns for data privacy and national security within Europe.
Mitigation Recommendations
Organizations should immediately inventory their OnBase deployments to identify affected versions and isolate systems exposing TCP port 6031. Network segmentation and firewall rules should be applied to restrict access to the TimerServer endpoint to trusted internal hosts only. Until official patches are released, consider disabling or blocking the .NET Remoting TCP channel if feasible, or applying application-layer controls to validate and sanitize incoming serialized data. Monitor network traffic for unusual activity targeting port 6031 and deploy intrusion detection/prevention systems with signatures for suspicious deserialization attempts. Implement strict endpoint protection and behavior monitoring to detect exploitation attempts. Once Hyland releases patches or updates, apply them promptly. Additionally, review and harden .NET application configurations to avoid use of insecure BinaryFormatter deserialization and adopt safer serialization frameworks. Conduct security awareness training to ensure rapid incident response if exploitation is suspected.
Affected Countries
Germany, United Kingdom, France, Netherlands, Italy, Spain, Sweden, Belgium, Poland, Ireland
CVE-2025-34153: CWE-502 Deserialization of Untrusted Data in Hyland Software OnBase
Description
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.
AI-Powered Analysis
Technical Analysis
CVE-2025-34153 is a critical vulnerability affecting Hyland Software's OnBase document management system versions prior to 17.0.2.87, with other versions potentially impacted. The vulnerability stems from insecure deserialization of untrusted data via the .NET Remoting TCP channel. OnBase registers a listener on TCP port 6031 exposing the TimerServer endpoint, implemented in Hyland.Core.Timers.dll, which deserializes input using the .NET BinaryFormatter. This deserialization process is unsafe because it allows attackers to craft malicious serialized objects that, when deserialized, execute arbitrary code within the context of the OnBase service. The code execution occurs with NT AUTHORITY\SYSTEM privileges, granting full control over the affected system. Exploitation requires no authentication or user interaction, making it trivially exploitable remotely over the network. The vulnerability is classified under CWE-502 (Deserialization of Untrusted Data), a common and dangerous flaw in .NET applications that use BinaryFormatter without proper input validation or sandboxing. The CVSS 4.0 vector (AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:H/SI:H/SA:H) reflects a network attack vector with low complexity, no privileges or user interaction needed, and high impact on confidentiality, integrity, and availability. No patches were linked at the time of publication, and no known exploits have been observed in the wild, but the critical nature demands immediate attention from affected organizations.
Potential Impact
The impact of CVE-2025-34153 on European organizations is severe. Successful exploitation allows attackers to gain full system control with NT AUTHORITY\SYSTEM privileges, enabling them to execute arbitrary code, install malware, steal sensitive data, disrupt business operations, and move laterally within networks. Given OnBase's role in managing critical documents and workflows, compromise could lead to exposure of confidential information, regulatory non-compliance, and operational downtime. The unauthenticated and remote nature of the exploit increases the risk of widespread attacks, especially in environments where the vulnerable service is exposed to untrusted networks. European organizations in sectors such as government, healthcare, finance, and legal services, which often rely on OnBase for document management, are particularly vulnerable. The potential for ransomware deployment or espionage following exploitation also raises significant concerns for data privacy and national security within Europe.
Mitigation Recommendations
Organizations should immediately inventory their OnBase deployments to identify affected versions and isolate systems exposing TCP port 6031. Network segmentation and firewall rules should be applied to restrict access to the TimerServer endpoint to trusted internal hosts only. Until official patches are released, consider disabling or blocking the .NET Remoting TCP channel if feasible, or applying application-layer controls to validate and sanitize incoming serialized data. Monitor network traffic for unusual activity targeting port 6031 and deploy intrusion detection/prevention systems with signatures for suspicious deserialization attempts. Implement strict endpoint protection and behavior monitoring to detect exploitation attempts. Once Hyland releases patches or updates, apply them promptly. Additionally, review and harden .NET application configurations to avoid use of insecure BinaryFormatter deserialization and adopt safer serialization frameworks. Conduct security awareness training to ensure rapid incident response if exploitation is suspected.
Technical Details
- Data Version
- 5.1
- Assigner Short Name
- VulnCheck
- Date Reserved
- 2025-04-15T19:15:22.565Z
- Cvss Version
- 4.0
- State
- PUBLISHED
Threat ID: 689cc539ad5a09ad004e1a4e
Added to database: 8/13/2025, 5:02:49 PM
Last enriched: 11/19/2025, 4:09:31 AM
Last updated: 12/29/2025, 10:34:46 AM
Views: 132
Community Reviews
0 reviewsCrowdsource mitigation strategies, share intel context, and vote on the most helpful responses. Sign in to add your voice and help keep defenders ahead.
Want to contribute mitigation steps or threat intel context? Sign in or create an account to join the community discussion.
Related Threats
CVE-2025-15183: SQL Injection in code-projects Refugee Food Management System
MediumCVE-2025-15182: SQL Injection in code-projects Refugee Food Management System
MediumCVE-2025-15181: SQL Injection in code-projects Refugee Food Management System
MediumCVE-2025-15180: Stack-based Buffer Overflow in Tenda WH450
HighCVE-2025-15170: Cross Site Scripting in Advaya Softech GEMS ERP Portal
MediumActions
Updates to AI analysis require Pro Console access. Upgrade inside Console → Billing.
Need more coverage?
Upgrade to Pro Console in Console -> Billing for AI refresh and higher limits.
For incident response and remediation, OffSeq services can help resolve threats faster.