CVE-2024-6767: CWE-79 Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') in sersis WordSurvey
CVE-2024-6767 is a stored cross-site scripting (XSS) vulnerability in the WordSurvey WordPress plugin affecting all versions up to 3. 2. It arises from insufficient input sanitization and output escaping of the 'sounding_title' parameter. The vulnerability requires an authenticated attacker with administrator privileges and only impacts multi-site WordPress installations or those with unfiltered_html disabled. Exploitation allows injection of arbitrary scripts that execute when users access the compromised pages, potentially leading to session hijacking or privilege escalation. The CVSS score is 5. 5 (medium severity), reflecting the need for high privileges and no user interaction. No known exploits are currently reported in the wild. Organizations using WordSurvey in multi-site environments should prioritize patching or mitigating this issue to prevent abuse.
AI Analysis
Technical Summary
CVE-2024-6767 identifies a stored cross-site scripting vulnerability in the WordSurvey plugin for WordPress, specifically affecting all versions up to and including 3.2. The root cause is improper neutralization of input during web page generation, classified under CWE-79. The vulnerability exists in the 'sounding_title' parameter, which lacks adequate input sanitization and output escaping, allowing malicious scripts to be stored persistently in the plugin's data. This flaw is exploitable only by authenticated users with administrator-level access, limiting the attack surface but increasing the risk if credentials are compromised. The vulnerability specifically impacts WordPress multi-site installations or those where the 'unfiltered_html' capability is disabled, as these configurations restrict direct HTML input, making the plugin's sanitization critical. When exploited, the injected scripts execute in the context of any user visiting the affected pages, potentially enabling session hijacking, privilege escalation, or other malicious actions. The CVSS 3.1 base score is 5.5, reflecting network attack vector, low attack complexity, high privileges required, no user interaction, and partial confidentiality and integrity impact. No public exploits have been reported yet, but the vulnerability's presence in a widely used plugin and its stored nature make it a significant concern for affected environments. No official patches are linked yet, so mitigation relies on configuration changes or disabling the plugin until fixes are available.
Potential Impact
The primary impact of CVE-2024-6767 is the potential for persistent cross-site scripting attacks within WordPress multi-site environments using the WordSurvey plugin. Successful exploitation can lead to theft of authentication cookies, enabling session hijacking and unauthorized access. Attackers could also perform actions on behalf of legitimate users, potentially escalating privileges or defacing content. Since the vulnerability requires administrator-level access, the risk is somewhat contained; however, if an attacker gains such access through other means (e.g., credential compromise), this vulnerability can be leveraged to maintain persistence and expand control. The multi-site context increases the scope, as injected scripts may affect multiple sites and users. The confidentiality and integrity of user data and site content are at risk, though availability is not directly impacted. Organizations relying on WordSurvey in multi-site setups face increased risk of targeted attacks, especially if they have sensitive user bases or high-value content. The absence of known exploits reduces immediate risk but does not eliminate the threat, especially as exploit code could emerge.
Mitigation Recommendations
To mitigate CVE-2024-6767, organizations should first verify if they operate WordPress multi-site installations with the WordSurvey plugin version 3.2 or earlier. Immediate steps include disabling the WordSurvey plugin until a security patch is released. Administrators should audit user privileges to ensure only trusted personnel have administrator access, reducing the risk of insider threats or credential misuse. Implementing strict monitoring and logging of administrative actions can help detect suspicious activity early. If disabling the plugin is not feasible, consider restricting access to affected pages via web application firewalls (WAF) with custom rules to block suspicious input patterns targeting the 'sounding_title' parameter. Additionally, enabling Content Security Policy (CSP) headers can help mitigate the impact of injected scripts by restricting script execution sources. Regularly update WordPress core and plugins once patches become available. Finally, educate administrators on secure credential management and encourage the use of multi-factor authentication to reduce the risk of compromised admin accounts.
Affected Countries
United States, Germany, United Kingdom, Canada, Australia, France, Netherlands, India, Brazil, Japan
CVE-2024-6767: CWE-79 Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') in sersis WordSurvey
Description
CVE-2024-6767 is a stored cross-site scripting (XSS) vulnerability in the WordSurvey WordPress plugin affecting all versions up to 3. 2. It arises from insufficient input sanitization and output escaping of the 'sounding_title' parameter. The vulnerability requires an authenticated attacker with administrator privileges and only impacts multi-site WordPress installations or those with unfiltered_html disabled. Exploitation allows injection of arbitrary scripts that execute when users access the compromised pages, potentially leading to session hijacking or privilege escalation. The CVSS score is 5. 5 (medium severity), reflecting the need for high privileges and no user interaction. No known exploits are currently reported in the wild. Organizations using WordSurvey in multi-site environments should prioritize patching or mitigating this issue to prevent abuse.
AI-Powered Analysis
Technical Analysis
CVE-2024-6767 identifies a stored cross-site scripting vulnerability in the WordSurvey plugin for WordPress, specifically affecting all versions up to and including 3.2. The root cause is improper neutralization of input during web page generation, classified under CWE-79. The vulnerability exists in the 'sounding_title' parameter, which lacks adequate input sanitization and output escaping, allowing malicious scripts to be stored persistently in the plugin's data. This flaw is exploitable only by authenticated users with administrator-level access, limiting the attack surface but increasing the risk if credentials are compromised. The vulnerability specifically impacts WordPress multi-site installations or those where the 'unfiltered_html' capability is disabled, as these configurations restrict direct HTML input, making the plugin's sanitization critical. When exploited, the injected scripts execute in the context of any user visiting the affected pages, potentially enabling session hijacking, privilege escalation, or other malicious actions. The CVSS 3.1 base score is 5.5, reflecting network attack vector, low attack complexity, high privileges required, no user interaction, and partial confidentiality and integrity impact. No public exploits have been reported yet, but the vulnerability's presence in a widely used plugin and its stored nature make it a significant concern for affected environments. No official patches are linked yet, so mitigation relies on configuration changes or disabling the plugin until fixes are available.
Potential Impact
The primary impact of CVE-2024-6767 is the potential for persistent cross-site scripting attacks within WordPress multi-site environments using the WordSurvey plugin. Successful exploitation can lead to theft of authentication cookies, enabling session hijacking and unauthorized access. Attackers could also perform actions on behalf of legitimate users, potentially escalating privileges or defacing content. Since the vulnerability requires administrator-level access, the risk is somewhat contained; however, if an attacker gains such access through other means (e.g., credential compromise), this vulnerability can be leveraged to maintain persistence and expand control. The multi-site context increases the scope, as injected scripts may affect multiple sites and users. The confidentiality and integrity of user data and site content are at risk, though availability is not directly impacted. Organizations relying on WordSurvey in multi-site setups face increased risk of targeted attacks, especially if they have sensitive user bases or high-value content. The absence of known exploits reduces immediate risk but does not eliminate the threat, especially as exploit code could emerge.
Mitigation Recommendations
To mitigate CVE-2024-6767, organizations should first verify if they operate WordPress multi-site installations with the WordSurvey plugin version 3.2 or earlier. Immediate steps include disabling the WordSurvey plugin until a security patch is released. Administrators should audit user privileges to ensure only trusted personnel have administrator access, reducing the risk of insider threats or credential misuse. Implementing strict monitoring and logging of administrative actions can help detect suspicious activity early. If disabling the plugin is not feasible, consider restricting access to affected pages via web application firewalls (WAF) with custom rules to block suspicious input patterns targeting the 'sounding_title' parameter. Additionally, enabling Content Security Policy (CSP) headers can help mitigate the impact of injected scripts by restricting script execution sources. Regularly update WordPress core and plugins once patches become available. Finally, educate administrators on secure credential management and encourage the use of multi-factor authentication to reduce the risk of compromised admin accounts.
Technical Details
- Data Version
- 5.1
- Assigner Short Name
- Wordfence
- Date Reserved
- 2024-07-15T19:46:35.375Z
- Cvss Version
- 3.1
- State
- PUBLISHED
Threat ID: 699f6c0cb7ef31ef0b55f555
Added to database: 2/25/2026, 9:39:24 PM
Last enriched: 2/26/2026, 3:24:17 AM
Last updated: 2/26/2026, 9:41:57 AM
Views: 1
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.
Related Threats
CVE-2026-28138: Deserialization of Untrusted Data in Stylemix uListing
HighCVE-2026-28136: Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') in VeronaLabs WP SMS
HighCVE-2026-28132: Improper Neutralization of Script-Related HTML Tags in a Web Page (Basic XSS) in villatheme WooCommerce Photo Reviews
HighCVE-2026-28131: Insertion of Sensitive Information Into Sent Data in WPVibes Elementor Addon Elements
HighCVE-2026-28083: Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') in UX-themes Flatsome
HighActions
Updates to AI analysis require Pro Console access. Upgrade inside Console → Billing.
Need more coverage?
Upgrade to Pro Console in Console -> Billing for AI refresh and higher limits.
For incident response and remediation, OffSeq services can help resolve threats faster.