Description
The Redirection for Contact Form 7 plugin for WordPress is vulnerable to arbitrary file uploads due to missing file type validation in the 'move_file_to_upload' function in all versions up to, and including, 3.2.7. This makes it possible for unauthenticated attackers to copy arbitrary files on the affected site's server. If 'allow_url_fopen' is set to 'On', it is possible to upload a remote file to the server.
Published: 2025-12-21
Score: 8.1 High
EPSS: < 1% Very Low
KEV: No
Impact: Arbitrary File Copy via Unauthenticated Attack
Action: Immediate Patch
AI Analysis

Impact

The Redirection for Contact Form 7 plugin lacks file type validation in the move_file_to_upload function, a weakness that permits attackers to copy any file from the site's server. The flaw is a CWE‑434, Missing Input Validation. An attacker can place a local file path or, when PHP’s allow_url_fopen is enabled, use a remote URL to upload files to arbitrary locations. These capabilities can lead to unauthorized disclosure, modification of files, or creation of files in privileged directories, threatening the confidentiality, integrity, and availability of the site.

Affected Systems

The vulnerability affects the WordPress plugin Redirection for Contact Form 7 created by themeisle. All releases up to and including version 3.2.7 are impacted; newer releases are presumed to have fixed the issue.

Risk and Exploitability

The CVSS score of 8.1 classifies this flaw as high severity. An EPSS score of less than 1% suggests a low current exploitation probability, and the vulnerability is not listed in the CISA KEV catalog. The attack path is straightforward: an unauthenticated request to the plugin’s file‑handling endpoint can be crafted to copy any file on the server, or to upload a remote file if allow_url_fopen is enabled. These conditions indicate that, while exploitation requires no privileged access, it can be performed by remotely connected attackers with no authentication.

Generated by OpenCVE AI on April 20, 2026 at 21:20 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update the Redirection for Contact Form 7 plugin to any release newer than 3.2.7 to remove the missing validation.
  • Disable the PHP configuration directive allow_url_fopen on the server to prevent remote file uploads.
  • If an upgrade is not immediately possible, configure strict MIME type and file extension checks on all file upload endpoints or apply a custom filter to the plugin that rejects disallowed files.

Generated by OpenCVE AI on April 20, 2026 at 21:20 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Mon, 22 Dec 2025 17:15:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'total'}, 'version': '2.0.3'}


Mon, 22 Dec 2025 11:45:00 +0000

Type Values Removed Values Added
First Time appeared Themeisle
Themeisle redirection For Contact Form 7
Wordpress
Wordpress wordpress
Vendors & Products Themeisle
Themeisle redirection For Contact Form 7
Wordpress
Wordpress wordpress

Sun, 21 Dec 2025 07:45:00 +0000

Type Values Removed Values Added
Description The Redirection for Contact Form 7 plugin for WordPress is vulnerable to arbitrary file uploads due to missing file type validation in the 'move_file_to_upload' function in all versions up to, and including, 3.2.7. This makes it possible for unauthenticated attackers to copy arbitrary files on the affected site's server. If 'allow_url_fopen' is set to 'On', it is possible to upload a remote file to the server.
Title Redirection for Contact Form 7 <= 3.2.7 - Unauthenticated Arbitrary File Copy via move_file_to_upload
Weaknesses CWE-434
References
Metrics cvssV3_1

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


Subscriptions

Themeisle Redirection For Contact Form 7
Wordpress Wordpress
cve-icon MITRE

Status: PUBLISHED

Assigner: Wordfence

Published:

Updated: 2026-04-08T17:16:25.117Z

Reserved: 2025-12-16T20:20:41.998Z

Link: CVE-2025-14800

cve-icon Vulnrichment

Updated: 2025-12-22T16:36:58.868Z

cve-icon NVD

Status : Deferred

Published: 2025-12-21T08:15:48.473

Modified: 2026-06-17T08:36:34.213

Link: CVE-2025-14800

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-04-20T21:30:18Z

Weaknesses
  • CWE-434

    Unrestricted Upload of File with Dangerous Type