CVE-2026-1058
Unknown Unknown - Not Provided
Stored XSS in WordPress Form Maker Plugin Allows Admin Script Injection

Publication date: 2026-02-03

Last updated on: 2026-02-03

Assigner: Wordfence

Description
The Form Maker plugin for WordPress is vulnerable to Stored Cross-Site Scripting via hidden field values in all versions up to, and including, 1.15.35. This is due to insufficient output escaping when displaying hidden field values in the admin submissions list. The plugin uses html_entity_decode() on user-supplied hidden field values without subsequent escaping before output, which converts HTML entity-encoded payloads back into executable JavaScript. This makes it possible for unauthenticated attackers to inject arbitrary web scripts in the admin submissions view that will execute whenever an administrator accesses the submissions list.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2026-02-03
Last Modified
2026-02-03
Generated
2026-05-07
AI Q&A
2026-02-03
EPSS Evaluated
2026-05-05
NVD
EUVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
10web form_maker to 1.15.35 (inc)
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-79 The product does not neutralize or incorrectly neutralizes user-controllable input before it is placed in output that is used as a web page that is served to other users.
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?

The vulnerability in the Form Maker plugin for WordPress (up to version 1.15.35) is a Stored Cross-Site Scripting (XSS) issue. It occurs because the plugin uses html_entity_decode() on user-supplied hidden field values without properly escaping the output before displaying it in the admin submissions list. This allows an unauthenticated attacker to inject malicious JavaScript code into hidden fields, which then executes in the administrator's browser when they view the submissions list. The root cause is insufficient output sanitization, enabling arbitrary script injection in the admin interface. [1]


How can this vulnerability impact me? :

This vulnerability can allow unauthenticated attackers to execute arbitrary JavaScript in the context of the WordPress admin interface when an administrator views the form submissions. This can lead to several impacts including theft of administrator credentials or session tokens, unauthorized actions performed with admin privileges, defacement or manipulation of the admin interface, and potentially further compromise of the WordPress site. Because the attack executes in the admin's browser, it can bypass many client-side protections and lead to significant security breaches. [1]


How can this vulnerability be detected on my network or system? Can you suggest some commands?

This vulnerability can be detected by checking if your WordPress installation is running the Form Maker plugin version 1.15.35 or earlier, as these versions are vulnerable. Specifically, you can inspect the admin submissions list for any suspicious or unexpected JavaScript code in hidden field values. Since the vulnerability involves stored cross-site scripting via hidden fields, reviewing the plugin's 'Submissions_fm.php' file for the absence of proper escaping (lack of esc_html usage) can also indicate vulnerability. There are no specific network commands provided, but you can use WordPress CLI commands to check the plugin version, for example: `wp plugin get form-maker --field=version`. Additionally, monitoring admin submissions for unusual scripts or payloads in hidden fields can help detect exploitation attempts. [1, 2]


What immediate steps should I take to mitigate this vulnerability?

The immediate mitigation step is to update the Form Maker plugin to version 1.15.36 or later, where the vulnerability has been fixed by enforcing proper output escaping (using esc_html) on hidden field values and adding MIME type validation to prevent unsafe file uploads such as SVG files. If updating is not immediately possible, restrict access to the WordPress admin submissions list to trusted administrators only, and consider applying manual code patches to escape output properly in 'admin/views/Submissions_fm.php'. Also, monitor and block any suspicious file uploads, especially SVG files, to reduce risk. [1]


How does this vulnerability affect compliance with common standards and regulations (like GDPR, HIPAA)?:

The vulnerability in the Form Maker plugin allows unauthenticated attackers to inject arbitrary scripts in the admin submissions view, which could lead to unauthorized access or manipulation of sensitive data handled by the plugin.

Such a security flaw can impact compliance with standards like GDPR and HIPAA because it increases the risk of data breaches or unauthorized data exposure through cross-site scripting attacks.

By enabling script execution in the admin interface, attackers might compromise the confidentiality and integrity of personal or protected health information managed via the plugin, potentially violating regulatory requirements for data protection and security.


Ask Our AI Assistant
Need more information? Ask your question to get an AI reply (Powered by our expertise)
0/70
EPSS Chart