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-2037

CVE-2026-2037: GFI Archiver RCE Vulnerability

CVE-2026-2037 is a deserialization RCE flaw in GFI Archiver MArc.Core that allows attackers to execute code as SYSTEM. This post covers the technical details, affected versions, impact, and mitigation strategies.

Published: February 27, 2026

CVE-2026-2037 Overview

CVE-2026-2037 is a critical insecure deserialization vulnerability affecting GFI Archiver. This vulnerability allows remote attackers to execute arbitrary code on affected installations of GFI Archiver. Although authentication is required to exploit this vulnerability, the existing authentication mechanism can be bypassed.

The specific flaw exists within the configuration of the MArc.Core.Remoting.exe process, which listens on port 8017. The issue results from the lack of proper validation of user-supplied data, which can result in deserialization of untrusted data. An attacker can leverage this vulnerability to execute code in the context of SYSTEM.

Critical Impact

Remote attackers can achieve SYSTEM-level code execution on affected GFI Archiver installations by exploiting this deserialization vulnerability, even with authentication bypass.

Affected Products

  • GFI Archiver version 15.10
  • GFI Archiver installations with exposed MArc.Core.Remoting.exe service on port 8017

Discovery Timeline

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

Technical Details for CVE-2026-2037

Vulnerability Analysis

This vulnerability is classified as CWE-502 (Deserialization of Untrusted Data). The flaw resides in the MArc.Core.Remoting.exe process, a component of GFI Archiver that handles remote communication on TCP port 8017. The process fails to properly validate user-supplied data before deserializing it, allowing attackers to craft malicious serialized objects that execute arbitrary code upon deserialization.

What makes this vulnerability particularly dangerous is the combination of the authentication bypass and the SYSTEM-level execution context. Even though the service nominally requires authentication, the existing authentication mechanism can be circumvented, effectively making this an unauthenticated remote code execution vulnerability.

The network-accessible nature of the vulnerability means that any attacker with network access to port 8017 can potentially exploit this flaw without requiring any user interaction.

Root Cause

The root cause of CVE-2026-2037 is improper input validation in the MArc.Core.Remoting.exe service. The application deserializes data received from remote clients without adequate verification of the data's integrity or origin. This allows an attacker to supply maliciously crafted serialized objects that, when processed by the application, execute arbitrary code.

The vulnerability is compounded by the service running with elevated SYSTEM privileges, meaning successful exploitation grants attackers complete control over the affected system. Additionally, the flawed authentication mechanism fails to prevent unauthorized access to the vulnerable deserialization functionality.

Attack Vector

The attack is network-based and targets the MArc.Core.Remoting.exe service listening on TCP port 8017. An attacker can exploit this vulnerability through the following sequence:

  1. The attacker identifies a GFI Archiver installation with port 8017 accessible
  2. The attacker bypasses the authentication mechanism protecting the service
  3. The attacker sends a specially crafted serialized payload to the service
  4. The service deserializes the malicious data without proper validation
  5. The attacker's code executes with SYSTEM privileges on the target system

The vulnerability does not require user interaction, and the attack can be performed entirely remotely. For detailed technical information, refer to the Zero Day Initiative Advisory ZDI-26-074.

Detection Methods for CVE-2026-2037

Indicators of Compromise

  • Unexpected network connections to TCP port 8017 from external or untrusted IP addresses
  • Unusual process spawning from MArc.Core.Remoting.exe or its parent processes
  • Suspicious SYSTEM-level processes or commands executed following traffic to port 8017
  • Anomalous serialization-related error messages in GFI Archiver logs

Detection Strategies

  • Implement network monitoring for unexpected connections to TCP port 8017
  • Deploy endpoint detection rules to identify suspicious child processes spawned by MArc.Core.Remoting.exe
  • Configure SIEM alerts for authentication failures or anomalies related to GFI Archiver services
  • Monitor for known .NET deserialization attack patterns in network traffic

Monitoring Recommendations

  • Enable detailed logging for the GFI Archiver service and MArc.Core.Remoting.exe process
  • Implement network segmentation to restrict access to port 8017 to authorized systems only
  • Use application whitelisting to prevent unauthorized code execution in the SYSTEM context
  • Deploy behavioral analysis solutions capable of detecting post-exploitation activities

How to Mitigate CVE-2026-2037

Immediate Actions Required

  • Restrict network access to TCP port 8017 using firewall rules, allowing only trusted IP addresses
  • Implement network segmentation to isolate GFI Archiver from untrusted networks
  • Monitor for exploitation attempts while awaiting a vendor patch
  • Consider temporarily disabling the MArc.Core.Remoting.exe service if the functionality is not critical to operations

Patch Information

Consult GFI Software for the latest security patches and updates addressing CVE-2026-2037. Monitor the Zero Day Initiative Advisory ZDI-26-074 for updated remediation guidance.

Workarounds

  • Block external access to TCP port 8017 at the network perimeter
  • Implement strict firewall rules to allow only explicitly authorized internal systems to communicate with the GFI Archiver service
  • Consider running the MArc.Core.Remoting.exe service under a limited-privilege account if supported by the application
  • Deploy network intrusion prevention systems (IPS) with signatures for deserialization attacks
bash
# Example firewall rule to restrict access to port 8017
# Windows Firewall - Block inbound connections to port 8017 except from trusted IPs
netsh advfirewall firewall add rule name="Block GFI Archiver Port 8017" dir=in action=block protocol=TCP localport=8017
netsh advfirewall firewall add rule name="Allow Trusted IP to Port 8017" dir=in action=allow protocol=TCP localport=8017 remoteip=10.0.0.0/8

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-074
  • Related CVEs
  • CVE-2026-2036: 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