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-2026-2038

CVE-2026-2038: GFI Archiver Auth Bypass Vulnerability

CVE-2026-2038 is an authentication bypass flaw in GFI Archiver MArc.Core that allows remote attackers to access functionality without authorization on port 8017. This article covers technical details, impact, and mitigations.

Published: February 27, 2026

CVE-2026-2038 Overview

CVE-2026-2038 is an authentication bypass vulnerability in GFI Archiver that allows remote attackers to bypass authentication mechanisms without any prior authentication. The vulnerability exists in the MArc.Core.Remoting.exe process, which listens on TCP port 8017 and lacks proper authorization checks before granting access to sensitive functionality.

This flaw stems from a missing authorization check (CWE-862) in the configuration of the remoting service. When exploited, attackers can leverage this vulnerability in conjunction with other security flaws to achieve remote code execution with SYSTEM-level privileges, representing the highest possible impact on affected systems.

Critical Impact

Unauthenticated remote attackers can bypass authentication and potentially execute arbitrary code with SYSTEM privileges when chained with other vulnerabilities.

Affected Products

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

Discovery Timeline

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

Technical Details for CVE-2026-2038

Vulnerability Analysis

The vulnerability exists within the MArc.Core.Remoting.exe process, a component of GFI Archiver that handles remote management functionality. This service listens on TCP port 8017 by default and provides an interface for administrative operations. The core issue is a complete absence of authorization verification before the service allows access to its functionality.

When an attacker connects to the exposed remoting service, the application fails to verify whether the requesting entity has appropriate credentials or permissions. This allows any network-accessible attacker to interact with the service as if they were an authorized administrator.

The vulnerability is particularly dangerous because it can be chained with other vulnerabilities to achieve code execution in the context of the SYSTEM account. This represents a complete compromise of the affected system, as SYSTEM is the highest-privilege account on Windows systems.

Root Cause

The root cause of CVE-2026-2038 is a Missing Authorization vulnerability (CWE-862). The MArc.Core.Remoting.exe process was configured without proper authorization checks, allowing any remote connection to access functionality that should be restricted to authenticated administrators. This represents a fundamental design flaw in the security architecture of the remoting component rather than a simple implementation error.

Attack Vector

The attack vector is network-based and requires no authentication or user interaction. An attacker with network access to port 8017 on affected GFI Archiver installations can directly exploit this vulnerability. The attack methodology involves:

  1. Identifying GFI Archiver installations with the MArc.Core.Remoting.exe service exposed
  2. Connecting to the remoting service on TCP port 8017
  3. Accessing administrative functionality without providing credentials
  4. Chaining with additional vulnerabilities to achieve SYSTEM-level code execution

The vulnerability is accessible from any network position that can reach port 8017, making internet-exposed installations at highest risk. For more technical details, refer to the Zero Day Initiative Advisory ZDI-26-075.

Detection Methods for CVE-2026-2038

Indicators of Compromise

  • Unexpected network connections to TCP port 8017 from external or unauthorized IP addresses
  • Unusual process activity spawned by MArc.Core.Remoting.exe
  • SYSTEM-level processes initiated by the GFI Archiver service that are not part of normal operations
  • Authentication events showing administrative actions without corresponding login events

Detection Strategies

  • Monitor network traffic for connections to TCP port 8017, especially from untrusted networks
  • Implement network segmentation to restrict access to the GFI Archiver management interface
  • Deploy endpoint detection and response (EDR) solutions to identify suspicious process chains originating from MArc.Core.Remoting.exe
  • Configure SIEM rules to alert on administrative operations in GFI Archiver without associated authentication events

Monitoring Recommendations

  • Enable verbose logging for the GFI Archiver service and forward logs to a centralized SIEM
  • Implement firewall rules with logging to track all connection attempts to port 8017
  • Use network intrusion detection systems (NIDS) to identify reconnaissance and exploitation attempts targeting the remoting service
  • Regularly review process execution logs for MArc.Core.Remoting.exe child processes

How to Mitigate CVE-2026-2038

Immediate Actions Required

  • Block external access to TCP port 8017 using network firewalls
  • Restrict access to the GFI Archiver management interface to trusted administrative networks only
  • Apply vendor-provided patches as soon as they become available
  • Audit systems for signs of compromise before and after applying mitigations

Patch Information

This vulnerability was reported through the Zero Day Initiative as ZDI-CAN-27934 and published as ZDI-26-075. Organizations should monitor GFI's official security advisories for patch releases addressing this vulnerability in GFI Archiver version 15.10 and related versions.

Workarounds

  • Implement strict firewall rules to allow connections to port 8017 only from authorized administrative IP addresses
  • Consider disabling the MArc.Core.Remoting.exe service if remote management is not required
  • Deploy network segmentation to isolate GFI Archiver systems from untrusted network segments
  • Implement VPN requirements for any remote administrative access to GFI Archiver
bash
# Example Windows Firewall rule to restrict access to port 8017
netsh advfirewall firewall add rule name="Block GFI Archiver Remoting External" dir=in action=block protocol=tcp localport=8017
netsh advfirewall firewall add rule name="Allow GFI Archiver Remoting Admin Network" 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
  • TypeAuth Bypass

  • Vendor/TechGfi Archiver

  • SeverityCRITICAL

  • CVSS Score9.8

  • EPSS Probability0.59%

  • 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-862
  • Technical References
  • Zero Day Initiative Advisory ZDI-26-075
  • Related CVEs
  • CVE-2026-2039: GFI Archiver Auth Bypass Vulnerability

  • CVE-2026-2036: GFI Archiver RCE Vulnerability

  • CVE-2026-2037: GFI Archiver RCE Vulnerability

  • CVE-2024-11948: GFI Archiver Telerik Web UI RCE 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