Home

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.

PUBLISHED Reserved 2026-03-03 | Published 2026-03-20 | Updated 2026-04-08 | Assigner Wordfence




MEDIUM: 4.9CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:N/A:N

Problem types

CWE-22 Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')

Product status

Default status
unaffected

Any version
affected

Timeline

2026-03-03:Vendor Notified
2026-03-20:Disclosed

Credits

Chiao-Lin Yu finder

References

www.wordfence.com/...-5c83-46a2-a8dd-b838cd50ddc6?source=cve

plugins.trac.wordpress.org/...des/Admin/Api/TemplateData.php

plugins.trac.wordpress.org/...des/Admin/Api/TemplateData.php

plugins.trac.wordpress.org/...des/Admin/Api/TemplateData.php

plugins.trac.wordpress.org/...des/Admin/Api/TemplateData.php

plugins.trac.wordpress.org/...des/Admin/Api/TemplateData.php

plugins.trac.wordpress.org/...des/Admin/Api/TemplateData.php

plugins.trac.wordpress.org/...emailkit&sfp_email=&sfph_mail=

cve.org (CVE-2026-3474)

nvd.nist.gov (CVE-2026-3474)

Download JSON