This is a summary of the AI-generated 10-question deep analysis. The full version (longer answers, follow-up Q&A, related CVEs) requires login. Read the full analysis β
Q1What is this vulnerability? (Essence + Consequences)
π‘οΈ **Root Cause**: **CWE-502** (Deserialization of Untrusted Data). The service exposes .NET Remoting without authentication, allowing attackers to inject malicious payloads.
π **Attacker Capabilities**: Full system compromise. Can read/write arbitrary files and execute **arbitrary code** remotely. High impact on Confidentiality, Integrity, and Availability.
π **Public Exploit**: **YES**. PoC available on GitHub: `CVE-2026-26221-Hyland-OnBase-Timer-Service-Unauthenticated-RCE`. Wild exploitation risk is high.
Q7How to self-check? (Features/Scanning)
π **Self-Check**: Scan for exposed **.NET Remoting** ports/services on the Workflow Timer Service. Look for unauthenticated endpoints accepting serialized objects.