Description
The Everest Forms WordPress plugin before 3.5.0 does not reliably delete temporary CSV files generated during email-notification processing and leaves them publicly accessible in the uploads directory, allowing unauthenticated attackers to retrieve other users' form submission records via predictable, enumerable filenames.
Published: 2026-07-09
Score: 7.5 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The Everest Forms WordPress plugin before version 3.5.0 fails to reliably delete temporary CSV files created during email‑notification processing. As a result, these files remain in the public uploads directory and can be retrieved by anyone. An unauthenticated attacker who knows the predictable file names can download other users’ form submission records, causing a confidentiality breach. This vulnerability represents an instance of information exposure, matching CWE-200, and also reflects improper access control, matching CWE-284.

Affected Systems

WordPress sites that have the Everest Forms plugin installed with a version earlier than 3.5.0 are affected. The plugin is identified only as Everest Forms, and all releases before 3.5.0 are vulnerable.

Risk and Exploitability

The CVSS score of 7.5 indicates substantial confidentiality risk. Because the temporary CSV files are left in a publicly accessible uploads directory, an attacker only needs to know the predictable filename pattern to download them, which requires no authentication. The EPSS score of less than 1 % suggests that exploitation attempts are relatively rare, but the simplicity of the attack makes it possible. The vulnerability is not listed in the CISA KEV catalog.

Generated by OpenCVE AI on July 26, 2026 at 16:00 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update Everest Forms to version 3.5.0 or later to fix insecure temporary file handling.
  • Restrict public read access to the uploads directory by configuring file permissions or adding an .htaccess rule that blocks direct access to CSV files.
  • Search the uploads directory for any existing CSV files that were not deleted and remove them to eliminate exposed information.

Generated by OpenCVE AI on July 26, 2026 at 16:00 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Sun, 26 Jul 2026 16:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-200
CWE-284

Thu, 23 Jul 2026 10:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-200
CWE-284

Thu, 16 Jul 2026 20:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-200
CWE-284

Wed, 15 Jul 2026 05:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-200
CWE-284

Tue, 14 Jul 2026 04:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-200
CWE-284

Mon, 13 Jul 2026 08:00:00 +0000

Type Values Removed Values Added
Weaknesses CWE-200
CWE-862

Sun, 12 Jul 2026 07:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-200
CWE-862

Fri, 10 Jul 2026 20:00:00 +0000

Type Values Removed Values Added
Weaknesses CWE-200

Fri, 10 Jul 2026 05:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-200

Thu, 09 Jul 2026 16:30:00 +0000

Type Values Removed Values Added
Metrics cvssV3_1

{'score': 7.5, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N'}

ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'poc', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Thu, 09 Jul 2026 07:00:00 +0000

Type Values Removed Values Added
Description The Everest Forms WordPress plugin before 3.5.0 does not reliably delete temporary CSV files generated during email-notification processing and leaves them publicly accessible in the uploads directory, allowing unauthenticated attackers to retrieve other users' form submission records via predictable, enumerable filenames.
Title Everest Forms < 3.5.0 - Unauthenticated Sensitive Information Exposure via Residual CSV Artifacts
References

Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: WPScan

Published:

Updated: 2026-07-09T14:39:49.930Z

Reserved: 2026-06-08T09:36:35.155Z

Link: CVE-2026-11571

cve-icon Vulnrichment

Updated: 2026-07-09T14:39:41.032Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-07-26T16:15:17Z

Weaknesses
  • CWE-200

    Exposure of Sensitive Information to an Unauthorized Actor

  • CWE-284

    Improper Access Control