Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
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-2036

CVE-2026-2036: GFI Archiver RCE Vulnerability

CVE-2026-2036 is a deserialization remote code execution vulnerability in GFI Archiver's MArc.Store process that allows attackers to execute code as SYSTEM. This article covers technical details, affected versions, and mitigation.

Published: February 27, 2026

CVE-2026-2036 Overview

CVE-2026-2036 is a critical insecure deserialization vulnerability affecting GFI Archiver that enables remote attackers to execute arbitrary code on vulnerable installations. The flaw exists within the configuration of the MArc.Store.Remoting.exe process, where insufficient validation of user-supplied data leads to deserialization of untrusted data. Although authentication is required to exploit this vulnerability, the existing authentication mechanism can be bypassed, significantly increasing the risk profile.

Successful exploitation of this vulnerability allows an attacker to execute code in the context of SYSTEM, granting complete control over the affected system. This vulnerability was tracked by the Zero Day Initiative as ZDI-CAN-27936.

Critical Impact

Remote attackers can achieve SYSTEM-level code execution on affected GFI Archiver installations by exploiting insecure deserialization in the MArc.Store.Remoting.exe process, with authentication bypass possible.

Affected Products

  • GFI Archiver version 15.10
  • GFI Archiver (all installations utilizing the MArc.Store.Remoting.exe process)

Discovery Timeline

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

Technical Details for CVE-2026-2036

Vulnerability Analysis

This vulnerability falls under CWE-502 (Deserialization of Untrusted Data), a class of vulnerabilities where an application deserializes data from an untrusted source without adequate verification. In the case of GFI Archiver, the MArc.Store.Remoting.exe process accepts serialized objects over the network and processes them without proper validation.

The attack is network-accessible and requires low complexity to execute. While authentication is nominally required, the existing authentication mechanism contains weaknesses that allow it to be bypassed, effectively making this vulnerability accessible to unauthenticated remote attackers. Successful exploitation results in arbitrary code execution with SYSTEM privileges, meaning an attacker gains complete control over the underlying Windows system.

Root Cause

The root cause of CVE-2026-2036 lies in the improper configuration and implementation of the MArc.Store.Remoting.exe process. The application fails to implement proper validation of user-supplied serialized data before deserializing it. This allows attackers to craft malicious serialized objects that, when processed by the application, execute arbitrary commands or code.

.NET remoting services, such as those employed by MArc.Store.Remoting.exe, are particularly susceptible to deserialization attacks when not properly secured. The application's failure to restrict which types can be deserialized or to implement integrity checks on incoming data creates the conditions for this vulnerability.

Attack Vector

The attack vector for CVE-2026-2036 is network-based. An attacker can remotely connect to the GFI Archiver service and send specially crafted serialized payloads to the MArc.Store.Remoting.exe process. The attack flow typically involves:

  1. Identifying an exposed GFI Archiver installation with the vulnerable remoting service
  2. Bypassing the weak authentication mechanism
  3. Crafting a malicious serialized .NET object containing code execution payloads
  4. Sending the malicious payload to the remoting endpoint
  5. Achieving code execution as SYSTEM when the application deserializes the malicious object

For detailed technical information about this vulnerability, refer to the Zero Day Initiative Advisory ZDI-26-076.

Detection Methods for CVE-2026-2036

Indicators of Compromise

  • Unexpected network connections to the MArc.Store.Remoting.exe process from external or unauthorized sources
  • Abnormal process creation events where MArc.Store.Remoting.exe spawns child processes such as cmd.exe, powershell.exe, or other suspicious executables
  • Unusual SYSTEM-level activity or file modifications originating from the GFI Archiver service
  • Evidence of serialized object manipulation in network traffic to GFI Archiver services

Detection Strategies

  • Monitor network traffic for suspicious .NET remoting requests targeting GFI Archiver ports
  • Implement endpoint detection rules to alert on MArc.Store.Remoting.exe spawning unexpected child processes
  • Configure SIEM rules to detect authentication bypass attempts and anomalous access patterns to GFI Archiver services
  • Deploy network intrusion detection signatures for known .NET deserialization attack patterns

Monitoring Recommendations

  • Enable detailed logging for the GFI Archiver application and review logs for suspicious deserialization events
  • Monitor Windows Event Logs for SYSTEM-level process creation events associated with GFI Archiver components
  • Implement file integrity monitoring on GFI Archiver installation directories
  • Configure alerting for lateral movement indicators following potential exploitation

How to Mitigate CVE-2026-2036

Immediate Actions Required

  • Restrict network access to GFI Archiver services to only trusted IP addresses and networks using firewall rules
  • Consider temporarily disabling the MArc.Store.Remoting.exe service if not critical to operations until a patch is available
  • Implement network segmentation to isolate GFI Archiver systems from critical infrastructure
  • Increase monitoring and logging for GFI Archiver components to detect exploitation attempts

Patch Information

Consult GFI directly for the latest security patches addressing CVE-2026-2036. Review the Zero Day Initiative Advisory ZDI-26-076 for vendor response information and patch availability. Apply all security updates as soon as they become available from the vendor.

Workarounds

  • Implement strict firewall rules to block external access to GFI Archiver remoting services
  • Deploy application whitelisting to prevent MArc.Store.Remoting.exe from executing unauthorized child processes
  • Utilize network-level controls to restrict access to the remoting endpoints to authorized administrative workstations only
  • Consider running GFI Archiver services under a restricted service account with minimal privileges as a defense-in-depth measure
bash
# Example Windows Firewall rule to restrict access to GFI Archiver services
# Replace <PORT> with the actual remoting port and <TRUSTED_IP> with authorized addresses
netsh advfirewall firewall add rule name="Restrict GFI Archiver Remoting" dir=in action=block protocol=tcp localport=<PORT>
netsh advfirewall firewall add rule name="Allow GFI Archiver from Trusted" dir=in action=allow protocol=tcp localport=<PORT> remoteip=<TRUSTED_IP>

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechGfi Archiver

  • SeverityHIGH

  • CVSS Score8.8

  • EPSS Probability1.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-502
  • Technical References
  • Zero Day Initiative Advisory ZDI-26-076
  • Related CVEs
  • CVE-2026-2037: GFI Archiver RCE Vulnerability

  • CVE-2024-11948: GFI Archiver Telerik Web UI RCE Vulnerability

  • CVE-2026-2038: GFI Archiver Auth Bypass Vulnerability

  • CVE-2026-2039: GFI Archiver Auth Bypass 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