CVE-2025-5927

Everest Forms (Pro) <= 1.9.4 - Unauthenticated Path Traversal to Arbitrary File Deletion

2025-06-24 20:22
Phat RiO

Strategic Overview

Status
Patched in 1.9.5
Affected Plugin
Everest Forms Pro
Affected Version
<= 1.9.4
CVSS
7.5High
Weakness type
CWE-36 · Absolute Path Traversal
CVE
CVE-2025-5927
View all Everest Forms Pro vulnerabilities

At a glance

CVE-2025-5927 is a high-severity Absolute Path Traversal vulnerability in the Everest Forms Pro WordPress plugin, affecting versions <= 1.9.4. It carries a CVSS score of 7.5 (reachable over the network; high confidentiality, integrity, availability impact). Exploitation requires no authentication. The issue is fixed in version 1.9.5; sites on affected versions should update now. Disclosed June 2025, reported by Phat RiO.

Vulnerability Overview

The Everest Forms (Pro) plugin for WordPress is vulnerable to arbitrary file deletion due to insufficient file path validation in the delete_entry_files() function in all versions up to, and including, 1.9.4. This makes it possible for unauthenticated attackers to delete arbitrary files on the server, which can easily lead to remote code execution when the right file is deleted (such as wp-config.php). The vulnerability requires an admin to trigger the deletion via deletion of a form entry and cannot be carried out by the attacker alone.

Technical Analysis

The vector marks this flaw as remotely reachable over the network, and no privileges on the target site. A successful exploit has high impact on confidentiality, integrity, availability — full site compromise territory.

CWE-36: Absolute Path Traversal

The product uses external input to construct a pathname that should be within a restricted directory, but it does not properly neutralize absolute path sequences such as /abs/path that can resolve to a location that is outside of that directory.

Remediation

Update to version 1.9.5, or a newer patched version

How does WordSec protect against this?

Requests carrying this pattern arrive without a session, so nothing upstream of the firewall gets a chance to reject them: WordSec's web application firewall inspects request payloads before WordPress loads them. None of that substitutes for the fix: Everest Forms Pro 1.9.5 closes this, and updating the plugin is the step that ends it.

  • Firewall
  • Login Security
  • Alerts

External References

Related records

Vulnerability data © Defiant, Inc., provided under the Wordfence Intelligence T&C