LiveActive security incident?Get immediate response
CVE Record

CVE-2018-25164: EverSync 0.5 Arbitrary File Download via files Directory

EverSync 0.5 contains an arbitrary file download vulnerability that 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.

HighCVSS 8.7Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

EverSync 0.5 can expose files stored under its public files directory to anyone on the network or internet. Sources specifically note database files such as db.sq3 may be downloaded, potentially exposing application data and credentials. This is a confidentiality-focused issue with no authentication required.

Executive priority

Prioritize internet-facing EverSync 0.5 instances for immediate review. The main business risk is silent exposure of stored application data and credentials. If EverSync is internal-only and access-controlled, urgency is lower but still requires validation and cleanup.

Technical view

CVE-2018-25164 is a CWE-552 exposure of sensitive information in Phpmassmail EverSync 0.5. The application allows unauthenticated direct access to files in the files directory. The CVSS 4.0 score is 8.7, reflecting network access, low complexity, no privileges, no user interaction, and high confidentiality impact.

Likely exposure

Exposure is most likely where EverSync 0.5 is internet-facing or reachable by untrusted users. Systems with sensitive application databases or credential material stored in the accessible files directory have the highest risk. The sources only identify EverSync 0.5 as affected.

Exploitation context

A public Exploit-DB entry is listed, so public exploit information exists. The CVE is not marked as CISA KEV in the provided data, and no cited source states active exploitation. The vulnerability does not require authentication or user interaction, increasing opportunistic risk if exposed.

Researcher notes

The record is straightforward but sparse: affected product and version are identified, and the weakness is direct file exposure. No official vendor patch is named in the provided sources. Avoid assuming broader versions or products are affected without additional evidence.

Mitigation direction

  • Check vendor guidance for EverSync 0.5 updates or official remediation.
  • Restrict web access to the files directory immediately.
  • Remove sensitive database or credential files from publicly reachable paths.
  • Limit EverSync access to trusted networks where business use requires it.
  • Consider replacing or retiring EverSync 0.5 if no supported fix exists.

Validation and detection

  • Inventory systems for Phpmassmail EverSync version 0.5.
  • Confirm whether EverSync is reachable from the internet or untrusted networks.
  • Review web server configuration for public access to the files directory.
  • Check whether database files such as db.sq3 are present in reachable paths.
  • Review access logs for unexpected requests to sensitive files.
Prepared
Confidence
high
Sources
4

Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.

Potential ATT&CK relevance

Conservative CVE-to-ATT&CK context

These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.

ATT&CK lookup starting points

Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.

cwe · low confidence lookup

CWE-552: Exact CWE lookup

Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.

Open ATT&CK lookup
description · low confidence lookup

Database behavior lookup

The CVE wording references database injection or access, so collection and exfiltration review may help. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.

Open ATT&CK lookup
description · low confidence lookup

File access behavior lookup

The CVE wording references file access or upload behavior, so file telemetry and web shell review may help. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2018-25164 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
High
CVSS
8.7 (4.0)
Known Exploited
No
Published

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

Official CVE source material

CNA and ADP enrichment extracted from CVE v5

These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.

1CVSS vectors
0Timeline events
0ADP providers
3Source links

CVSS vector scores

1 official score

We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.

ScoreVersionSeverityVectorExploitImpactSource
8.7CVSS 4.0HighCVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:NPrimary CVE score

Vulnerability scoring details

Base CVSS 4.0 score

8.7High
CVSS 4.0 vector shape for CVE-2018-25164Attack VectorAttack ComplexityAttack RequirementsPrivileges RequiredUser InteractionVS ConfidentialityVS IntegrityVS AvailabilitySS ConfidentialitySS IntegritySS Availability

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

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Attack Requirements
NonePresent
Privileges Required
NoneLowHigh
User Interaction
NonePassiveActive
VS Confidentiality
HighLowNone
VS Integrity
HighLowNone
VS Availability
HighLowNone
SS Confidentiality
HighLowNone
SS Integrity
HighLowNone
SS Availability
HighLowNone

Source materials

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
PhpmassmailEverSync0.5Listed
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.

CWE-552 · source CWE mapping

Files or Directories Accessible to External Parties

Files or Directories Accessible to External Parties represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.