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

CVE-2025-27816: Arctera InfoScale RCE Vulnerability

CVE-2025-27816 is a remote code execution flaw in Arctera InfoScale 7.0 through 8.0.2 caused by insecure deserialization in the Plugin_Host service. This post covers technical details, affected versions, and mitigation.

Published: March 24, 2026

CVE-2025-27816 Overview

A critical insecure deserialization vulnerability has been discovered in Arctera InfoScale versions 7.0 through 8.0.2. The vulnerability exists within the .NET remoting endpoint implementation in the Windows Plugin_Host service, which runs on all servers where InfoScale is installed. An attacker can exploit this flaw by sending specially crafted, malicious serialized objects to the service, potentially achieving remote code execution on vulnerable systems.

The Plugin_Host service is specifically utilized when applications are configured for Disaster Recovery (DR) using the DR wizard. While the service runs by default on all InfoScale installations, it is only actively used in DR configurations, creating an unnecessary attack surface for environments not leveraging DR functionality.

Critical Impact

This vulnerability allows unauthenticated remote attackers to execute arbitrary code on affected systems by exploiting insecure deserialization in the Plugin_Host service, potentially leading to complete system compromise.

Affected Products

  • Arctera InfoScale 7.0
  • Arctera InfoScale 7.x through 8.0.1
  • Arctera InfoScale 8.0.2

Discovery Timeline

  • 2025-03-07 - CVE-2025-27816 published to NVD
  • 2025-03-07 - Last updated in NVD database

Technical Details for CVE-2025-27816

Vulnerability Analysis

This vulnerability falls under CWE-502 (Deserialization of Untrusted Data), a well-documented class of security flaws that can lead to severe consequences when applications deserialize data from untrusted sources without proper validation.

The core issue lies in the .NET remoting endpoint exposed by the Plugin_Host service. .NET remoting is a legacy technology that enables communication between application domains, processes, or machines. When configured insecurely, these endpoints can accept serialized .NET objects from remote clients and deserialize them without adequate type restrictions or input validation.

In this case, the Plugin_Host service deserializes incoming messages without verifying their origin or validating the object types being deserialized. An attacker can craft malicious serialized objects containing gadget chains—sequences of .NET types that, when deserialized, trigger arbitrary code execution. Common gadget chains leverage types from the .NET Framework itself, such as those found in System.Windows.Data or System.Configuration.Install namespaces.

Root Cause

The root cause is the implementation of .NET remoting with insufficient security controls. The Plugin_Host service accepts serialized .NET objects over the network without implementing type filtering, authentication, or integrity verification. This design flaw allows attackers to inject malicious serialized payloads that execute arbitrary code during the deserialization process.

The vulnerability is exacerbated by the fact that the service runs with elevated privileges on Windows systems, meaning successful exploitation typically grants the attacker high-level access to the compromised host.

Attack Vector

The attack is network-based and requires no authentication or user interaction. An attacker with network access to the Plugin_Host service port can send specially crafted .NET serialized objects to the vulnerable endpoint. The service then deserializes these objects, triggering the execution of attacker-controlled code.

Typical exploitation involves:

  1. Identifying systems running the vulnerable Plugin_Host service
  2. Crafting a malicious serialized payload using known .NET deserialization gadget chains
  3. Sending the payload to the .NET remoting endpoint
  4. The service deserializes the payload, executing the embedded malicious code
  5. The attacker gains code execution with the privileges of the Plugin_Host service

Tools such as ysoserial.net can be used to generate various .NET deserialization payloads that leverage different gadget chains to achieve code execution. For detailed technical information, refer to the Veritas Security Advisory ARC25-002.

Detection Methods for CVE-2025-27816

Indicators of Compromise

  • Unusual network connections to the Plugin_Host service port from external or unexpected internal sources
  • Anomalous process spawning from the Plugin_Host service process
  • Unexpected child processes created by services running under InfoScale
  • Suspicious .NET remoting traffic patterns or large serialized object transfers

Detection Strategies

  • Monitor for network traffic to .NET remoting endpoints associated with InfoScale installations
  • Implement endpoint detection rules to identify deserialization exploitation attempts and suspicious process genealogy
  • Deploy network intrusion detection signatures for known .NET deserialization attack patterns
  • Enable Windows process auditing to track child processes spawned by the Plugin_Host service

Monitoring Recommendations

  • Audit all systems running Arctera InfoScale to identify the Plugin_Host service status
  • Configure SIEM alerts for unusual outbound connections from servers hosting InfoScale
  • Monitor Windows Event Logs for service crashes, unexpected restarts, or error events related to Plugin_Host
  • Implement file integrity monitoring on critical system directories to detect post-exploitation activities

How to Mitigate CVE-2025-27816

Immediate Actions Required

  • Disable the Plugin_Host service on all InfoScale installations not actively using Disaster Recovery functionality
  • Apply network segmentation to restrict access to the Plugin_Host service port from untrusted networks
  • Review and update firewall rules to limit inbound connections to affected systems
  • Prioritize patching for internet-facing or DMZ systems running InfoScale

Patch Information

Arctera has released a security advisory addressing this vulnerability. Organizations should consult the Veritas Security Advisory ARC25-002 for official patch information and remediation guidance. Apply the vendor-provided security updates as soon as they become available for your specific InfoScale version.

Workarounds

  • Manually disable the Plugin_Host service on systems where DR functionality is not required using Windows Services management
  • Implement host-based firewall rules to block incoming connections to the Plugin_Host service port
  • Deploy application whitelisting to prevent unauthorized code execution even if exploitation occurs
  • Consider network isolation for systems that must run the vulnerable service until patches can be applied
bash
# Disable Plugin_Host service on Windows (PowerShell)
Stop-Service -Name "Plugin_Host" -Force
Set-Service -Name "Plugin_Host" -StartupType Disabled

# Verify service is disabled
Get-Service -Name "Plugin_Host" | Select-Object Name, Status, StartType

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechArctera Infoscape

  • SeverityCRITICAL

  • CVSS Score9.8

  • EPSS Probability0.20%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-502
  • Technical References
  • Veritas Security Advisory ARC25-002
  • Latest CVEs
  • CVE-2025-70797: LimeSurvey XSS Vulnerability

  • CVE-2025-30650: Juniper Junos OS Auth Bypass Vulnerability

  • CVE-2026-35471: Goshs Path Traversal Vulnerability

  • CVE-2026-35393: Goshs Path Traversal Vulnerability
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