Cyber Resilience

CVE-2026-3666

High

Published: 04 April 2026

Published
04 April 2026
Modified
24 April 2026
KEV Added
Patch
CVSS Score v3.1 8.8 CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.0045 35.5th percentile
Risk Priority 55 floored blend · peak EPSS

Summary

CVE-2026-3666 is a high-severity Path Traversal (CWE-22) vulnerability in Wordpress (inferred from references). Its CVSS base score is 8.8 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 35.5th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified are NIST 800-53 SI-10 (Information Input Validation) and SI-2 (Flaw Remediation).

Deeper analysis

CVE-2026-3666 is a path traversal vulnerability (CWE-22) in the wpForo Forum plugin for WordPress, affecting all versions up to and including 2.4.16. The flaw stems from insufficient validation of file names and paths against path traversal sequences in the plugin's Posts.php component. This allows arbitrary file deletion on the server, as rated by a CVSS v3.1 base score of 8.8 (AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H), indicating high severity due to network accessibility, low complexity, and significant impacts on confidentiality, integrity, and availability.

Authenticated attackers with subscriber-level access or higher can exploit this vulnerability by crafting a forum post body containing a path traversal string, such as sequences like "../", and then deleting the post. Upon deletion, the plugin processes the embedded traversal payload without proper sanitization, enabling deletion of any server file accessible to the web server process, potentially leading to denial of service, data loss, or further compromise if critical files like configuration or backups are targeted.

Advisories reference a patch in wpForo version 2.4.17, as evidenced by changes in the Posts.php file between tags 2.4.16 and 2.4.17 on the WordPress plugin trac. Wordfence's threat intelligence details the issue (ID: f215e320-8563-4d25-9963-ed3664b4901d), recommending immediate updates to mitigate exploitation. Security practitioners should prioritize updating affected installations and review access controls for low-privilege WordPress users.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability details

The wpForo Forum plugin for WordPress is vulnerable to arbitrary file deletion in all versions up to, and including, 2.4.16. This is due to a missing file name/path validation against path traversal sequences. This makes it possible for authenticated attackers,…

more

with subscriber level access and above, to delete arbitrary files on the server by embedding a crafted path traversal string in a forum post body and then deleting the post.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
T1070.004 File Deletion Stealth
Adversaries may delete files left behind by the actions of their intrusion activity.
Why these techniques?

The path traversal vulnerability in a public-facing WordPress plugin directly enables exploitation via T1190 (Exploit Public-Facing Application) and facilitates arbitrary file deletion matching T1070.004 (File Deletion), leading to data loss or DoS.

Confidence: HIGH · MITRE ATT&CK Enterprise v19.0

CVEs Like This One

CVE-2026-4350Shared CWE-22
CVE-2025-7643Shared CWE-22
CVE-2025-14850Shared CWE-22
CVE-2025-8141Shared CWE-22
CVE-2025-2328Shared CWE-22
CVE-2025-7645Shared CWE-22
CVE-2026-41058Shared CWE-22
CVE-2026-0704Shared CWE-22
CVE-2025-11631Shared CWE-22
CVE-2025-65792Shared CWE-22

Affected Assets

Wordpress
inferred from references and description; NVD did not file a CPE for this CVE

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Requires timely patching of the path traversal flaw in wpForo versions up to 2.4.16, as fixed in 2.4.17, to eliminate the vulnerability.

prevent

Enforces validation of forum post body inputs against path traversal sequences like '../', blocking arbitrary file deletion payloads.

prevent

Applies least privilege to restrict subscriber-level access, minimizing users able to authenticate and exploit post deletion for file removal.

References