CVE-2026-1247: CWE-79 Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') in seosbg Survey
The Survey plugin for WordPress is vulnerable to Stored Cross-Site Scripting via admin settings in all versions up to, and including, 1.1 due to insufficient input sanitization and output escaping. This makes it possible for authenticated attackers, with administrator-level permissions and above, to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page. This only affects multi-site installations and installations where unfiltered_html has been disabled.
AI Analysis
Technical Summary
CVE-2026-1247 is a stored cross-site scripting (XSS) vulnerability identified in the seosbg Survey plugin for WordPress, affecting all versions up to and including 1.1. The root cause is insufficient input sanitization and output escaping in the plugin's admin settings interface, which allows authenticated users with administrator-level permissions or higher to inject arbitrary JavaScript code. This malicious code is stored persistently and executed whenever any user accesses the compromised page. The vulnerability specifically impacts WordPress multi-site installations or single-site installations where the unfiltered_html capability is disabled, limiting the contexts in which exploitation is possible. The attack vector requires network access (remote), high attack complexity, and privileges of an administrator, but no user interaction is needed once the script is injected. The vulnerability affects confidentiality and integrity by enabling script execution that could steal sensitive data or modify site content, but it does not impact availability. The CVSS v3.1 base score is 4.4, reflecting these factors. No public exploits have been reported to date, and no patches have been linked yet. The vulnerability was reserved in January 2026 and published in March 2026 by Wordfence. This issue falls under CWE-79, which covers improper neutralization of input during web page generation leading to cross-site scripting.
Potential Impact
The primary impact of CVE-2026-1247 is the potential for attackers with administrator privileges to inject malicious scripts that execute in the context of site visitors or administrators. This can lead to theft of sensitive information such as authentication tokens, cookies, or personal data, and may allow attackers to perform actions on behalf of users, compromising site integrity. Since exploitation requires administrator-level access, the risk is somewhat mitigated by the need for high privileges, but insider threats or compromised admin accounts could leverage this vulnerability. The scope is limited to multi-site WordPress installations or those with unfiltered_html disabled, reducing the overall affected population. However, organizations relying on the seosbg Survey plugin in these configurations could face reputational damage, data breaches, and potential compliance issues if exploited. The vulnerability does not affect availability, so denial-of-service is unlikely. Given no known exploits in the wild, immediate widespread impact is low but could increase if exploit code is developed.
Mitigation Recommendations
To mitigate CVE-2026-1247, organizations should first verify if they are running the seosbg Survey plugin version 1.1 or earlier in a multi-site WordPress environment or with unfiltered_html disabled. Since no official patch links are currently available, administrators should consider the following specific actions: 1) Restrict administrator access strictly to trusted personnel and enforce strong authentication mechanisms to reduce risk of privilege abuse. 2) Temporarily disable or uninstall the vulnerable plugin until a fixed version is released. 3) Implement web application firewall (WAF) rules to detect and block suspicious script injection patterns in admin settings inputs. 4) Conduct thorough audits of admin-configured content to identify and remove any injected scripts. 5) Monitor logs for unusual administrator activity or unexpected page content changes. 6) Once a patch is released, promptly apply updates and verify sanitization improvements. 7) Educate administrators on the risks of XSS and safe input handling practices. These targeted mitigations go beyond generic advice by focusing on access control, plugin management, and proactive detection tailored to this vulnerability's characteristics.
Affected Countries
United States, Germany, United Kingdom, Canada, Australia, France, Netherlands, India, Brazil, Japan
CVE-2026-1247: CWE-79 Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') in seosbg Survey
Description
The Survey plugin for WordPress is vulnerable to Stored Cross-Site Scripting via admin settings in all versions up to, and including, 1.1 due to insufficient input sanitization and output escaping. This makes it possible for authenticated attackers, with administrator-level permissions and above, to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page. This only affects multi-site installations and installations where unfiltered_html has been disabled.
AI-Powered Analysis
Machine-generated threat intelligence
Technical Analysis
CVE-2026-1247 is a stored cross-site scripting (XSS) vulnerability identified in the seosbg Survey plugin for WordPress, affecting all versions up to and including 1.1. The root cause is insufficient input sanitization and output escaping in the plugin's admin settings interface, which allows authenticated users with administrator-level permissions or higher to inject arbitrary JavaScript code. This malicious code is stored persistently and executed whenever any user accesses the compromised page. The vulnerability specifically impacts WordPress multi-site installations or single-site installations where the unfiltered_html capability is disabled, limiting the contexts in which exploitation is possible. The attack vector requires network access (remote), high attack complexity, and privileges of an administrator, but no user interaction is needed once the script is injected. The vulnerability affects confidentiality and integrity by enabling script execution that could steal sensitive data or modify site content, but it does not impact availability. The CVSS v3.1 base score is 4.4, reflecting these factors. No public exploits have been reported to date, and no patches have been linked yet. The vulnerability was reserved in January 2026 and published in March 2026 by Wordfence. This issue falls under CWE-79, which covers improper neutralization of input during web page generation leading to cross-site scripting.
Potential Impact
The primary impact of CVE-2026-1247 is the potential for attackers with administrator privileges to inject malicious scripts that execute in the context of site visitors or administrators. This can lead to theft of sensitive information such as authentication tokens, cookies, or personal data, and may allow attackers to perform actions on behalf of users, compromising site integrity. Since exploitation requires administrator-level access, the risk is somewhat mitigated by the need for high privileges, but insider threats or compromised admin accounts could leverage this vulnerability. The scope is limited to multi-site WordPress installations or those with unfiltered_html disabled, reducing the overall affected population. However, organizations relying on the seosbg Survey plugin in these configurations could face reputational damage, data breaches, and potential compliance issues if exploited. The vulnerability does not affect availability, so denial-of-service is unlikely. Given no known exploits in the wild, immediate widespread impact is low but could increase if exploit code is developed.
Mitigation Recommendations
To mitigate CVE-2026-1247, organizations should first verify if they are running the seosbg Survey plugin version 1.1 or earlier in a multi-site WordPress environment or with unfiltered_html disabled. Since no official patch links are currently available, administrators should consider the following specific actions: 1) Restrict administrator access strictly to trusted personnel and enforce strong authentication mechanisms to reduce risk of privilege abuse. 2) Temporarily disable or uninstall the vulnerable plugin until a fixed version is released. 3) Implement web application firewall (WAF) rules to detect and block suspicious script injection patterns in admin settings inputs. 4) Conduct thorough audits of admin-configured content to identify and remove any injected scripts. 5) Monitor logs for unusual administrator activity or unexpected page content changes. 6) Once a patch is released, promptly apply updates and verify sanitization improvements. 7) Educate administrators on the risks of XSS and safe input handling practices. These targeted mitigations go beyond generic advice by focusing on access control, plugin management, and proactive detection tailored to this vulnerability's characteristics.
Technical Details
- Data Version
- 5.2
- Assigner Short Name
- Wordfence
- Date Reserved
- 2026-01-20T18:55:11.385Z
- Cvss Version
- 3.1
- State
- PUBLISHED
Threat ID: 69be1806f4197a8e3b783ba0
Added to database: 3/21/2026, 4:01:10 AM
Last enriched: 3/21/2026, 5:01:41 AM
Last updated: 3/22/2026, 7:22:45 AM
Views: 6
Community Reviews
0 reviewsCrowdsource mitigation strategies, share intel context, and vote on the most helpful responses. Sign in to add your voice and help keep defenders ahead.
Want to contribute mitigation steps or threat intel context? Sign in or create an account to join the community discussion.
Actions
Updates to AI analysis require Pro Console access. Upgrade inside Console → Billing.
Need more coverage?
Upgrade to Pro Console for AI refresh and higher limits.
For incident response and remediation, OffSeq services can help resolve threats faster.
Latest Threats
Check if your credentials are on the dark web
Instant breach scanning across billions of leaked records. Free tier available.