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-2026-5478

CVE-2026-5478: Everest Forms Path Traversal Vulnerability

CVE-2026-5478 is a path traversal flaw in Everest Forms for WordPress allowing unauthenticated attackers to read and delete arbitrary files. This post explains its impact, affected versions, and mitigation steps.

Published: April 23, 2026

CVE-2026-5478 Overview

The Everest Forms plugin for WordPress is vulnerable to Arbitrary File Read and Deletion in all versions up to, and including, 3.4.4. This vulnerability arises because the plugin trusts attacker-controlled old_files data from public form submissions as legitimate server-side upload state, and converts attacker-supplied URLs into local filesystem paths using regex-based string replacement without canonicalization or directory boundary enforcement.

This Path Traversal vulnerability (CWE-22) makes it possible for unauthenticated attackers to read arbitrary local files (e.g., wp-config.php) by injecting path-traversal payloads into the old_files upload field parameter, which are then attached to notification emails. The same path resolution is also used in the post-email cleanup routine, which calls unlink() on the resolved path, resulting in the targeted file being deleted after being attached.

Critical Impact

This vulnerability can lead to full site compromise through disclosure of database credentials and authentication salts from wp-config.php, and denial of service through deletion of critical WordPress files. Unauthenticated attackers can exploit this without any user interaction.

Affected Products

  • Everest Forms WordPress Plugin versions up to and including 3.4.4
  • WordPress installations with vulnerable Everest Forms configurations
  • Sites using forms with file-upload or image-upload fields with disabled entry storage

Discovery Timeline

  • April 20, 2026 - CVE-2026-5478 published to NVD
  • April 22, 2026 - Last updated in NVD database

Technical Details for CVE-2026-5478

Vulnerability Analysis

This vulnerability represents a critical flaw in how the Everest Forms plugin handles file upload state management. The root issue lies in the trust placed on user-supplied data within the old_files parameter during form submissions. When a form containing file-upload or image-upload fields is configured to disable storing entry information, the plugin processes the old_files data without adequate validation.

The attack exploits a regex-based string replacement mechanism that converts URLs to local filesystem paths. Because the plugin fails to implement canonicalization or enforce directory boundary restrictions, attackers can craft malicious payloads containing path-traversal sequences (such as ../) to escape the intended upload directory and target arbitrary files on the server.

The vulnerability manifests in two distinct but related ways:

  1. File Read: When the plugin processes the malicious old_files path, it attaches the targeted file to notification emails, effectively exfiltrating sensitive content like wp-config.php which contains database credentials and authentication salts.

  2. File Deletion: After the email attachment process completes, the post-email cleanup routine invokes unlink() on the resolved file path, permanently deleting the targeted file from the server.

Root Cause

The root cause is improper input validation in the file upload handling logic within class-evf-form-fields-upload.php. The plugin's regex-based URL-to-path conversion lacks proper canonicalization and fails to enforce directory boundary restrictions. By trusting user-supplied old_files data without validation, the plugin allows path-traversal sequences to resolve to arbitrary filesystem locations outside the intended upload directory.

Attack Vector

The attack is network-accessible and can be executed by unauthenticated users. To exploit this vulnerability, an attacker must:

  1. Identify a WordPress site running Everest Forms version 3.4.4 or earlier
  2. Locate a form containing a file-upload or image-upload field
  3. Ensure the form has entry storage disabled (prerequisite condition)
  4. Submit the form with a crafted old_files parameter containing path-traversal payloads
  5. The targeted file content is attached to notification emails (readable by the attacker if they control or can access the notification destination)
  6. The file is subsequently deleted during the cleanup routine

The vulnerability is exploited through the file upload field handling mechanism. Path-traversal payloads injected into the old_files parameter are processed by the regex-based path resolution in class-evf-form-fields-upload.php. Technical details of the vulnerable code can be found in the WordPress Plugin Code Repository.

Detection Methods for CVE-2026-5478

Indicators of Compromise

  • Unusual form submissions containing path-traversal sequences (e.g., ../, ..%2f, ..%252f) in upload-related parameters
  • Missing critical WordPress files such as wp-config.php, .htaccess, or core plugin files
  • Notification emails with unexpected attachments containing server configuration data
  • Web server error logs showing failed file operations or permission denied errors for system files

Detection Strategies

  • Monitor web application firewall (WAF) logs for path-traversal patterns in POST requests to form submission endpoints
  • Implement file integrity monitoring (FIM) on critical WordPress files including wp-config.php and core installation files
  • Analyze email server logs for outbound messages with unusual attachments from WordPress notification processes
  • Review PHP error logs for unlink() operations targeting files outside the uploads directory

Monitoring Recommendations

  • Deploy SentinelOne Singularity to monitor file access patterns and detect anomalous read/delete operations on WordPress configuration files
  • Configure real-time alerting for any modifications or deletions to wp-config.php and other critical WordPress files
  • Implement network traffic analysis to detect data exfiltration through email channels containing sensitive configuration data
  • Enable verbose logging on WordPress form plugins to capture detailed information about file upload operations

How to Mitigate CVE-2026-5478

Immediate Actions Required

  • Update Everest Forms plugin to the latest patched version immediately
  • Audit WordPress installations for evidence of exploitation including missing configuration files
  • Review recent form submissions for suspicious path-traversal patterns in the old_files parameter
  • Rotate database credentials and WordPress authentication salts if wp-config.php exposure is suspected
  • Implement WAF rules to block path-traversal sequences in form submission requests

Patch Information

The vulnerability has been addressed in a security patch released by the Everest Forms development team. The fix is documented in the WordPress Changeset 3507814. Users should update to a version newer than 3.4.4 to remediate this vulnerability.

For additional technical details about this vulnerability, refer to the Wordfence Vulnerability Report.

Workarounds

  • Disable file-upload and image-upload fields on public-facing forms until the patch can be applied
  • Enable "Store Entry Information" option on forms to avoid the vulnerable code path
  • Implement server-level file permissions to prevent the web server user from reading or deleting critical configuration files
  • Deploy a web application firewall with rules to block requests containing path-traversal sequences
  • Consider temporarily disabling the Everest Forms plugin if immediate patching is not possible
bash
# Restrict file permissions on wp-config.php
chmod 400 /var/www/html/wp-config.php
chown root:root /var/www/html/wp-config.php

# Verify Everest Forms plugin version
wp plugin list --name=everest-forms --fields=name,version,status

# Update Everest Forms to the latest version
wp plugin update everest-forms

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

  • Vulnerability Details
  • TypePath Traversal

  • Vendor/TechWordpress

  • SeverityHIGH

  • CVSS Score8.1

  • EPSS Probability0.02%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityHigh
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-22
  • Technical References
  • WordPress Code Snippet

  • WordPress Code Snippet

  • WordPress Code Snippet

  • WordPress Change Log Entry

  • Wordfence Vulnerability Report
  • Related CVEs
  • CVE-2026-6670: WordPress Media Sync Path Traversal Flaw

  • CVE-2026-3892: Motors Plugin Path Traversal Vulnerability

  • CVE-2026-6320: Salon Booking System Path Traversal Flaw

  • CVE-2026-1921: Loco Translate Path Traversal 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