Monitor vulnerabilities like this one. Sign up free to get alerted when software you use is affected.
4.9

EmailKit Plugin for WordPress Allows Attackers to Read Server Files

CVE-2026-3474
Summary

A security flaw in the EmailKit plugin for WordPress allows attackers with Administrator-level access to read sensitive files on the server, such as passwords and configuration settings. This is due to a failure to validate user input, which can be exploited to access any file on the server. To fix this issue, update the EmailKit plugin to version 1.6.4 or later.

Original title
The EmailKit – Email Customizer for WooCommerce & WP plugin for WordPress is vulnerable to arbitrary file read via path traversal in all versions up to, and including, 1.6.3. This is due to the act...
Original description
The EmailKit – Email Customizer for WooCommerce & WP plugin for WordPress is vulnerable to arbitrary file read via path traversal in all versions up to, and including, 1.6.3. This is due to the action() function in the TemplateData class passing user-supplied input from the 'emailkit-editor-template' REST API parameter directly to file_get_contents() without any path validation, sanitization, or restriction to an allowed directory. This makes it possible for authenticated attackers, with Administrator-level access, to read arbitrary files on the server (such as /etc/passwd or wp-config.php) by supplying a traversal path. The file contents are stored as post meta and can subsequently be retrieved via the fetch-data REST API endpoint. Notably, the CheckForm class in the same plugin implements proper path validation using realpath() and directory restriction, demonstrating that the developer was aware of the risk but failed to apply the same protections to the TemplateData endpoint.
nvd CVSS3.1 4.9
Vulnerability type
CWE-22 Path Traversal
Published: 21 Mar 2026 · Updated: 21 Mar 2026 · First seen: 21 Mar 2026