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
    • 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-2018-25164

CVE-2018-25164: EverSync Information Disclosure Flaw

CVE-2018-25164 is an information disclosure vulnerability in EverSync 0.5 that allows unauthenticated attackers to download sensitive files including database credentials. This article covers technical details, impact, and mitigation.

Published: March 13, 2026

CVE-2018-25164 Overview

CVE-2018-25164 is an arbitrary file download vulnerability affecting EverSync version 0.5. This vulnerability allows unauthenticated attackers to access sensitive files by requesting them directly from the files directory. Attackers can send GET requests to the files directory to download database files like db.sq3 containing application data and credentials.

Critical Impact

Unauthenticated attackers can remotely download sensitive database files containing credentials and application data without any authentication requirements.

Affected Products

  • EverSync 0.5

Discovery Timeline

  • 2026-03-06 - CVE-2018-25164 published to NVD
  • 2026-03-09 - Last updated in NVD database

Technical Details for CVE-2018-25164

Vulnerability Analysis

This vulnerability is classified under CWE-552 (Files or Directories Accessible to External Parties), representing a critical access control failure in the EverSync application. The core issue stems from improper access restrictions on the files directory, which exposes sensitive application files to unauthenticated network requests.

The vulnerability enables remote attackers to bypass authentication entirely and directly access the server's file system through the exposed files directory. The attack requires no user interaction and can be executed from any network-accessible position, making it particularly dangerous for internet-facing deployments.

Once exploited, attackers gain access to sensitive data stores including the SQLite database file (db.sq3), which typically contains user credentials, application configuration data, and other sensitive information. This exposure can lead to complete compromise of user accounts and potentially enable further attacks against connected systems.

Root Cause

The root cause is improper access control implementation in EverSync 0.5. The application fails to enforce authentication or authorization checks when serving files from the files directory. This design flaw allows any external party to directly request and download files that should be protected, violating the principle of least privilege and secure-by-default configurations.

Attack Vector

The attack vector is network-based and requires no authentication or user interaction. An attacker simply needs to send HTTP GET requests to the files directory path on the vulnerable EverSync server. By targeting known file names such as db.sq3, attackers can systematically download sensitive application data.

The exploitation is straightforward: an attacker identifies a vulnerable EverSync 0.5 instance, constructs GET requests targeting the files directory, and retrieves database files containing credentials and configuration data. Technical details and proof-of-concept information are available in the Exploit-DB #45868 entry and the VulnCheck Advisory on Eversync.

Detection Methods for CVE-2018-25164

Indicators of Compromise

  • HTTP GET requests targeting the /files/ directory path, particularly for database files like db.sq3
  • Unusual volume of file download requests from external IP addresses
  • Access logs showing successful retrieval of sensitive file types from the files directory
  • Unexpected outbound data transfers following successful file access attempts

Detection Strategies

  • Configure web server logging to capture all requests to the files directory and alert on access from unauthenticated sessions
  • Implement network intrusion detection rules to identify requests containing patterns associated with database file downloads (.sq3, .db, .sqlite)
  • Deploy file integrity monitoring on sensitive directories to detect unauthorized access attempts
  • Monitor for reconnaissance activity targeting known EverSync directory structures

Monitoring Recommendations

  • Enable verbose access logging for all file serving endpoints in EverSync deployments
  • Set up real-time alerting for any external requests to the files directory
  • Implement network traffic analysis to detect potential data exfiltration following file download attempts
  • Review authentication logs for anomalies that may indicate exploitation attempts

How to Mitigate CVE-2018-25164

Immediate Actions Required

  • Restrict network access to EverSync instances using firewall rules or network segmentation
  • Disable public access to the files directory immediately if possible
  • Audit access logs for evidence of exploitation and identify any compromised credentials
  • Consider taking vulnerable EverSync instances offline until mitigation measures are implemented

Patch Information

No vendor patch information is currently available in the CVE data. Organizations should monitor the VulnCheck Advisory on Eversync for updates regarding official fixes. Consider upgrading to a newer version of EverSync if available, or migrating to an alternative synchronization solution.

Workarounds

  • Implement web server access controls (such as .htaccess rules or nginx location blocks) to deny external access to the files directory
  • Deploy a reverse proxy with authentication requirements in front of EverSync
  • Move sensitive database files outside the web-accessible directory structure
  • Implement network-level access controls to restrict EverSync access to trusted IP ranges only
bash
# Example nginx configuration to block access to files directory
location /files/ {
    deny all;
    return 403;
}

# Alternative: Restrict to localhost only
location /files/ {
    allow 127.0.0.1;
    deny all;
}

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechEversync

  • SeverityHIGH

  • CVSS Score8.7

  • EPSS Probability0.08%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-552
  • Technical References
  • Exploit-DB #45868

  • VulnCheck Advisory on Eversync
  • Latest CVEs
  • CVE-2026-43328: Linux Kernel Use-After-Free Vulnerability

  • CVE-2026-43329: Linux Kernel Netfilter DoS Vulnerability

  • CVE-2026-43330: Linux Kernel Buffer Overflow Vulnerability

  • CVE-2026-43331: Linux Kernel DOS 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