CVE-2026-57815
Deferred Deferred - Pending Action

Path Traversal in Forminator WordPress Plugin

Vulnerability report for CVE-2026-57815, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-07-13

Last updated on: 2026-07-13

Assigner: Patchstack

Description

Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal') vulnerability in WPMU DEV - Your All-in-One WordPress Platform Forminator forminator allows Path Traversal.This issue affects Forminator: from n/a through <= 1.55.0.2.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-07-13
Last Modified
2026-07-13
Generated
2026-08-02
AI Q&A
2026-07-13
EPSS Evaluated
2026-08-01
NVD
EUVD

Affected Vendors & Products

Showing 2 associated CPEs
Vendor Product Version / Range
wpmudev forminator to 1.55.0.2 (inc)
wpmu_dev forminator From 1.0.0 (inc) to 1.55.0.2 (inc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-22 The product uses external input to construct a pathname that is intended to identify a file or directory that is located underneath a restricted parent directory, but the product does not properly neutralize special elements within the pathname that can cause the pathname to resolve to a location that is outside of the restricted directory.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

CVE-2026-57815 is a vulnerability in the WordPress Forminator Plugin versions 1.55.0.2 and below that allows an unauthenticated attacker to perform an arbitrary file download from the affected website.

This vulnerability is a type of Path Traversal issue, meaning the attacker can bypass restrictions on file paths to access files outside the intended directory.

Exploiting this flaw, attackers can download sensitive files such as login credentials or backups without any authentication.

The vulnerability is classified under OWASP Top 10's A1: Broken Access Control and has a high severity score of 7.5.

Detection Guidance

Detecting this vulnerability on your network or system involves checking for the presence of the vulnerable Forminator plugin version and monitoring for signs of exploitation. Below are some methods and commands to help identify the issue.

  • Check the installed version of the Forminator plugin on your WordPress site. If the version is 1.55.0.2 or below, the site is vulnerable. You can find the version in the WordPress admin dashboard under 'Plugins' or by inspecting the plugin files directly.
  • Use the following command to search for the Forminator plugin directory and check its version in the readme.txt or plugin header file: 'grep -r 'Stable tag:' /path/to/wordpress/wp-content/plugins/forminator/readme.txt'. Replace '/path/to/wordpress/' with your WordPress installation directory.
  • Monitor web server logs for suspicious requests targeting the Forminator plugin. Look for patterns such as '../' sequences or requests to '/wp-content/plugins/forminator/' with unusual parameters, which may indicate path traversal attempts.
  • Use a web application firewall (WAF) or intrusion detection system (IDS) to detect and block exploitation attempts. Patchstack provides mitigation rules that can be applied to block attacks until the plugin is updated.
  • Scan your WordPress site using a vulnerability scanner that supports CVE detection, such as WPScan. Run the following command: 'wpscan --url yourwebsite.com --enumerate vp'. Replace 'yourwebsite.com' with your site's URL.
Impact Analysis

This vulnerability can have serious impacts including unauthorized disclosure of sensitive information.

  • Attackers can download sensitive files such as login credentials and backups.
  • It can lead to data breaches compromising user data and website security.
  • Because the vulnerability requires no authentication, it can be exploited at scale in mass campaigns targeting many websites.

Immediate patching or applying mitigation rules is recommended to prevent exploitation.

Compliance Impact

This vulnerability can severely impact compliance with standards and regulations like GDPR and HIPAA due to its potential to expose sensitive data.

  • GDPR: The arbitrary file download vulnerability allows unauthenticated attackers to access sensitive files, which may include personally identifiable information (PII). Under GDPR, unauthorized access to or exposure of PII can result in violations of data protection principles, leading to significant fines and legal consequences.
  • HIPAA: If the affected website handles protected health information (PHI), this vulnerability could lead to unauthorized access to such data. HIPAA requires strict safeguards to protect PHI, and a breach resulting from this vulnerability could constitute a violation, subjecting the organization to penalties and mandatory breach notifications.
  • The high CVSS score of 7.5 indicates a significant risk, which regulators may view as a failure to implement adequate security measures, further exacerbating compliance risks.
Mitigation Strategies

Immediate action is recommended to mitigate this vulnerability by updating the WordPress Forminator Plugin to version 1.55.1 or later.

Until the update is applied, applying a mitigation rule provided by Patchstack to block attacks targeting this vulnerability is advised.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-57815. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart