CVE-2026-14487
Deferred Deferred - Pending Action

Arbitrary File Deletion in Simple Coherent Form WordPress Plugin

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

Publication date: 2026-07-08

Last updated on: 2026-07-08

Assigner: Wordfence

Description

The Simple Coherent Form plugin for WordPress is vulnerable to arbitrary file deletion due to insufficient file path validation in the removeUploadDir function in all versions up to, and including, 2.4.13. 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 scf_get_id_upload endpoint freely issues a valid scf_upload_file_removal nonce to any unauthenticated visitor, and the removal endpoint's secondary hash check is forgeable offline because it relies on a hardcoded salt embedded in the plugin source, meaning neither control presents a real authorization boundary.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-07-08
Last Modified
2026-07-08
Generated
2026-07-11
AI Q&A
2026-07-08
EPSS Evaluated
2026-07-09
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
simple_coherent_form plugin to 2.4.13 (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

The Simple Coherent Form plugin for WordPress has a vulnerability that allows unauthenticated attackers to delete arbitrary files on the server. This happens because the plugin's removeUploadDir function does not properly validate file paths. Additionally, the scf_get_id_upload endpoint issues a valid file removal nonce to any visitor without authentication, and the secondary hash check used for authorization can be forged offline due to a hardcoded salt in the plugin source. This means attackers can bypass authorization controls and delete important files.

Impact Analysis

This vulnerability can have severe impacts because attackers can delete critical files on the server, such as the wp-config.php file. Deleting such files can lead to remote code execution, allowing attackers to take control of the server. Since the vulnerability requires no authentication and has a low attack complexity, it poses a high risk of exploitation, potentially resulting in significant damage to the website and server.

Compliance Impact

This vulnerability allows unauthenticated attackers to delete arbitrary files on the server, potentially leading to remote code execution. Such unauthorized access and manipulation of server files can compromise the confidentiality, integrity, and availability of data.

While the provided information does not explicitly mention compliance with standards like GDPR or HIPAA, the ability for attackers to delete critical files (e.g., wp-config.php) and execute remote code could lead to breaches of personal or sensitive data, thereby impacting compliance with data protection regulations that require safeguarding data against unauthorized access and ensuring system integrity.

Chat Assistant

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

EPSS Chart