7.5
/ 10
HIGH
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N
Description
The Request a Quote plugin for WordPress is vulnerable to Code Injection in versions up to, and including, 2.5.5 via the emd_delete_file AJAX action. This is due to the emd_delete_file() handler deriving a PHP function name from the attacker-controlled $_POST['path'] parameter and invoking it dynamically via the variable-function call $sess_name(), and the handler being registered for wp_ajax_nopriv with its only protection being a nonce that the plugin prints into the public quote-form page via wp_localize_script. This makes it possible for unauthenticated attackers to invoke arbitrary zero-argument PHP functions on the server, such as phpinfo(), potentially exposing sensitive server configuration and credentials, or executing other destructive built-in PHP functions.
Basic Information
ID
CVE-2026-14249
Source
Wordfence
Published
Jul 2, 2026 at 05:35
Affected Product
Vendor
emarket-design
Product
Request a Quote – Quote Forms for Any WordPress Site
Affected Versions
emarket-design Request a Quote – Quote Forms for Any WordPress Site 0
CWE Classification
References
- www.wordfence.com /threat-intel/vulnerabilities/id/5a349c4f-d2e7-47af-9013-3cfa496b3b8c
- plugins.trac.wordpress.org /browser/request-a-quote/tags/2.5.5/includes/common-functions.php
- plugins.trac.wordpress.org /browser/request-a-quote/tags/2.5.5/includes/class-install-deactivate.php
- plugins.trac.wordpress.org /browser/request-a-quote/tags/2.5.5/includes/emd-form-builder-lite/emd-form-frontend.php
- plugins.trac.wordpress.org /browser/request-a-quote/tags/2.5.5/includes/common-functions.php
- plugins.trac.wordpress.org /changeset