CVE-2026-2039
Received Received - Intake
Authentication Bypass in GFI Archiver MArc.Store Enables Remote Exploits

Publication date: 2026-02-20

Last updated on: 2026-02-24

Assigner: Zero Day Initiative

Description
GFI Archiver MArc.Store Missing Authorization Authentication Bypass Vulnerability. This vulnerability allows remote attackers to bypass authentication on affected installations of GFI Archiver. Authentication is not required to exploit this vulnerability. The specific flaw exists within the configuration of the MArc.Store.Remoting.exe process, which listens on port 8018. The issue results from the lack of authorization prior to allowing access to functionality. An attacker can leverage this in conjunction with other vulnerabilities to execute code in the context of SYSTEM. Was ZDI-CAN-28597.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2026-02-20
Last Modified
2026-02-24
Generated
2026-06-16
AI Q&A
2026-02-21
EPSS Evaluated
2026-06-15
NVD
EUVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
gfi archiver 15.10
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-862 The product does not perform an authorization check when an actor attempts to access a resource or perform an action.
Attack-Flow Graph
AI Quick Actions
Instant insights powered by AI
Compliance Impact

I don't know

Executive Summary

This vulnerability affects GFI Archiver's MArc.Store.Remoting.exe process, which listens on port 8018. It allows remote attackers to bypass authentication because the process lacks proper authorization checks before granting access to its functionality. As a result, attackers can access the system without needing to authenticate.

The flaw specifically arises from missing authorization in the configuration of the MArc.Store.Remoting.exe process, enabling unauthorized access.

Impact Analysis

This vulnerability can have serious impacts because it allows attackers to bypass authentication remotely without any user interaction.

An attacker exploiting this vulnerability can gain unauthorized access to the system and potentially leverage other vulnerabilities to execute code with SYSTEM-level privileges, leading to full control over the affected system.

The CVSS score of 7.3 indicates a high severity, with impacts on confidentiality, integrity, and availability.

Detection Guidance

This vulnerability involves the MArc.Store.Remoting.exe process listening on port 8018 without proper authorization. To detect it on your network or system, you can check if this process is running and if port 8018 is open and accessible.

  • Use a network scanning tool like nmap to check if port 8018 is open: nmap -p 8018 <target-ip>
  • On the affected system, check for the running process: tasklist /FI "IMAGENAME eq MArc.Store.Remoting.exe" (Windows) or use equivalent process listing commands.
  • Attempt to connect to port 8018 using telnet or netcat to see if the service responds without authentication.
Mitigation Strategies

Immediate mitigation steps include restricting access to port 8018 to trusted hosts only, as the vulnerability allows authentication bypass on the MArc.Store.Remoting.exe process listening on this port.

Additionally, consider disabling or stopping the MArc.Store.Remoting.exe service if it is not required.

Apply any available patches or updates from the vendor to address the authorization bypass.

Monitor network traffic and logs for any suspicious activity targeting port 8018.

Chat Assistant
Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-2039. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70
EPSS Chart