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
    • 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-2026-26222

CVE-2026-26222: Altec DocLink RCE Vulnerability

CVE-2026-26222 is a remote code execution vulnerability in Altec DocLink affecting version 4.0.336.0. Attackers can exploit insecure .NET Remoting endpoints to achieve unauthenticated RCE. This article covers technical details, affected versions, impact, and mitigation strategies.

Published: February 27, 2026

CVE-2026-26222 Overview

CVE-2026-26222 is a critical insecure deserialization vulnerability affecting Altec DocLink (now maintained by Beyond Limits Inc.) version 4.0.336.0. The vulnerability exists in the Altec.RDCHostService.exe service, which exposes insecure .NET Remoting endpoints over TCP and HTTP/SOAP using the ObjectURI doclinkServer.soap. Due to the lack of authentication and unsafe object unmarshalling, remote attackers can exploit this flaw to read and write arbitrary files, coerce SMB authentication, and ultimately achieve unauthenticated remote code execution.

Critical Impact

This vulnerability allows unauthenticated remote attackers to read arbitrary files, write malicious files to web-accessible directories, coerce SMB authentication via UNC paths, and achieve remote code execution or denial of service through file overwrite—all without any prior authentication.

Affected Products

  • Altec DocLink version 4.0.336.0 (now maintained by Beyond Limits Inc.)
  • Systems running Altec.RDCHostService.exe with exposed .NET Remoting endpoints
  • IIS deployments with writable web-accessible paths

Discovery Timeline

  • 2026-02-24 - CVE-2026-26222 published to NVD
  • 2026-02-24 - Last updated in NVD database

Technical Details for CVE-2026-26222

Vulnerability Analysis

This vulnerability stems from the insecure implementation of .NET Remoting in the Altec DocLink service. The Altec.RDCHostService.exe process exposes remoting endpoints via both TCP and HTTP/SOAP protocols without requiring any form of authentication. The service utilizes the ObjectURI doclinkServer.soap to handle remote method invocations.

The core issue lies in the unsafe deserialization of objects received through these remoting channels. When .NET Remoting processes incoming requests, it deserializes object data without proper validation, creating a classic CWE-502 (Deserialization of Untrusted Data) condition. This allows attackers to craft malicious serialized objects that, when processed by the server, execute arbitrary operations.

The vulnerability enables multiple attack vectors: arbitrary file read operations by specifying local file paths, SMB authentication coercion through UNC path manipulation, and arbitrary file write capabilities. When the writable paths align with IIS web-accessible directories, attackers can upload web shells or malicious scripts, escalating the attack to full remote code execution.

Root Cause

The root cause is CWE-502: Deserialization of Untrusted Data. The Altec.RDCHostService.exe service implements .NET Remoting without authentication controls and processes serialized objects from untrusted sources without proper validation. The use of the legacy .NET Remoting framework, which is known to be inherently insecure, combined with the exposure of the doclinkServer.soap endpoint to network access creates an exploitable attack surface. Microsoft has deprecated .NET Remoting specifically due to these security concerns, recommending migration to more secure alternatives like WCF or gRPC.

Attack Vector

The attack is network-based and requires no authentication or user interaction. An attacker with network access to the vulnerable DocLink service can send specially crafted requests to the doclinkServer.soap endpoint. The attack chain typically proceeds as follows:

  1. The attacker identifies the exposed .NET Remoting endpoint on the target system
  2. Malicious serialized payloads are crafted to exploit the unsafe unmarshalling
  3. For file read operations, the attacker specifies local file paths to exfiltrate sensitive data
  4. For SMB coercion, UNC paths are used to capture authentication hashes for offline cracking
  5. For remote code execution, the attacker writes malicious files (such as ASPX web shells) to IIS web-accessible directories
  6. The attacker accesses the uploaded web shell to execute arbitrary commands on the server

The vulnerability mechanism exploits .NET Remoting's unsafe deserialization behavior. When the service receives requests on the doclinkServer.soap endpoint, it processes serialized objects without authentication or input validation. Attackers can leverage this to read files using local paths, write files to server locations including web directories, and coerce NTLM authentication through UNC path references. For detailed technical analysis, refer to the VulnCheck Advisory.

Detection Methods for CVE-2026-26222

Indicators of Compromise

  • Unexpected connections to the .NET Remoting ports (typically TCP/808 or configured HTTP ports) from external sources
  • Unusual file access patterns in system directories or IIS web roots originating from Altec.RDCHostService.exe
  • New or modified .aspx, .asmx, or script files appearing in IIS wwwroot directories
  • SMB authentication attempts to external or unknown UNC paths from the DocLink server

Detection Strategies

  • Deploy network monitoring rules to detect traffic patterns characteristic of .NET Remoting exploitation targeting the doclinkServer.soap endpoint
  • Implement file integrity monitoring (FIM) on IIS web directories to detect unauthorized file writes
  • Monitor process execution chains where Altec.RDCHostService.exe spawns unexpected child processes
  • Configure SIEM correlation rules for anomalous file read operations or SMB authentication coercion attempts

Monitoring Recommendations

  • Enable detailed logging for the Altec.RDCHostService.exe service and correlate with network traffic analysis
  • Monitor Windows Security event logs for unusual file access (Event ID 4663) and object access events
  • Deploy EDR solutions to detect post-exploitation behaviors such as web shell execution or lateral movement
  • Establish baseline network behavior for DocLink services and alert on deviations

How to Mitigate CVE-2026-26222

Immediate Actions Required

  • Restrict network access to the .NET Remoting endpoints using firewall rules, limiting exposure to trusted networks only
  • If the DocLink service is not required, disable or uninstall Altec.RDCHostService.exe
  • Audit IIS web directories for any suspicious files that may have been written by attackers
  • Implement network segmentation to isolate DocLink servers from critical infrastructure

Patch Information

Organizations should contact Beyond Limits Inc. for information regarding patched versions of Altec DocLink. Review the VulnCheck Advisory for the latest remediation guidance. Until a patch is available, implement the workarounds below to reduce exposure.

Workarounds

  • Block external network access to TCP and HTTP ports used by the DocLink .NET Remoting service using host-based and network firewalls
  • Implement application whitelisting to prevent unauthorized executables from running in IIS directories
  • Configure IIS to use a dedicated, non-writable directory separate from the application paths accessible by DocLink
  • Deploy web application firewall (WAF) rules to block suspicious SOAP requests targeting the doclinkServer.soap endpoint
bash
# Example Windows Firewall rule to block external access to .NET Remoting
netsh advfirewall firewall add rule name="Block DocLink Remoting External" ^
    dir=in action=block protocol=tcp localport=808 ^
    remoteip=any profile=any

# Restrict access to trusted internal network only
netsh advfirewall firewall add rule name="Allow DocLink Remoting Internal" ^
    dir=in action=allow protocol=tcp localport=808 ^
    remoteip=10.0.0.0/8,172.16.0.0/12,192.168.0.0/16 profile=any

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechAltec Doclink

  • SeverityCRITICAL

  • CVSS Score10.0

  • EPSS Probability0.64%

  • 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
  • DocLinkAI Overview

  • VulnCheck Advisory: DocLink RCE
  • Latest CVEs
  • CVE-2026-8468: Elixir Plug Library DoS Vulnerability

  • CVE-2026-8295: simdjson Information Disclosure Vulnerability

  • CVE-2025-68421: Comarch ERP Optima Auth Bypass Vulnerability

  • CVE-2025-68420: Comarch ERP Optima Privilege Escalation
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