CVE-2024-11367: CWE-79 Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') in matansmoove Smoove connector for Elementor forms
CVE-2024-11367 is a reflected Cross-Site Scripting (XSS) vulnerability in the Smoove connector for Elementor forms WordPress plugin, affecting all versions up to 4. 1. 0. The issue arises from improper input neutralization when using the add_query_arg function without proper escaping, allowing unauthenticated attackers to inject malicious scripts. Exploitation requires tricking a user into clicking a crafted link, leading to script execution in the victim's browser. The vulnerability has a CVSS score of 6. 1 (medium severity) with a network attack vector, no privileges required, but requires user interaction. While no known exploits are currently reported in the wild, the vulnerability poses risks to confidentiality and integrity of user sessions and data. Organizations using this plugin should prioritize patching or apply mitigations to prevent exploitation. Countries with significant WordPress usage and reliance on Elementor forms are most at risk, including the United States, United Kingdom, Germany, India, and Australia.
AI Analysis
Technical Summary
CVE-2024-11367 is a reflected Cross-Site Scripting (XSS) vulnerability identified in the Smoove connector for Elementor forms, a WordPress plugin developed by matansmoove. The vulnerability stems from the improper neutralization of input during web page generation, specifically due to the use of the WordPress function add_query_arg without appropriate escaping of URL parameters. This flaw exists in all versions up to and including 4.1.0. Because of this, an unauthenticated attacker can craft a malicious URL containing arbitrary JavaScript code. When a victim clicks on this URL, the injected script executes in the context of the vulnerable website, potentially allowing the attacker to steal session cookies, perform actions on behalf of the user, or redirect the user to malicious sites. The vulnerability requires no authentication but does require user interaction (clicking a malicious link). The CVSS v3.1 base score is 6.1, reflecting a medium severity with a network attack vector, low attack complexity, no privileges required, user interaction required, and a scope change due to potential impact beyond the vulnerable component. No public exploits have been reported yet, but the vulnerability is publicly disclosed and should be considered a risk for all sites using the affected plugin versions. The CWE classification is CWE-79, indicating improper input neutralization leading to XSS.
Potential Impact
The primary impact of this vulnerability is on the confidentiality and integrity of user data and sessions on affected websites. Successful exploitation can lead to session hijacking, theft of sensitive information such as cookies or credentials, unauthorized actions performed on behalf of users, and potential redirection to malicious websites. For organizations, this can result in compromised user accounts, reputational damage, loss of customer trust, and potential regulatory penalties if user data is exposed. Since the vulnerability is reflected XSS, it requires user interaction, which somewhat limits mass exploitation but targeted phishing campaigns could be effective. The scope of affected systems includes any WordPress site using the Smoove connector for Elementor forms plugin up to version 4.1.0, which may be widespread given Elementor's popularity. The vulnerability does not affect availability directly but can be leveraged as part of broader attack chains. Organizations relying on this plugin for form handling are at risk, especially those with high user interaction or sensitive data collection through forms.
Mitigation Recommendations
To mitigate this vulnerability, organizations should first check if they are using the Smoove connector for Elementor forms plugin and identify the version. Immediate action is to update the plugin to a version where the vulnerability is patched once available. If no patch is currently released, temporary mitigations include disabling the plugin or the affected form functionalities to prevent exploitation. Web application firewalls (WAFs) can be configured to detect and block suspicious query parameters or known attack patterns related to reflected XSS. Additionally, site administrators should implement Content Security Policy (CSP) headers to restrict the execution of unauthorized scripts. Educating users to avoid clicking suspicious links can reduce risk from phishing attempts. Developers should review and sanitize all user inputs and ensure proper escaping when using functions like add_query_arg. Regular security audits and monitoring for unusual activity on affected sites are recommended until the vulnerability is fully remediated.
Affected Countries
United States, United Kingdom, Germany, India, Australia, Canada, France, Brazil, Netherlands, Japan
CVE-2024-11367: CWE-79 Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') in matansmoove Smoove connector for Elementor forms
Description
CVE-2024-11367 is a reflected Cross-Site Scripting (XSS) vulnerability in the Smoove connector for Elementor forms WordPress plugin, affecting all versions up to 4. 1. 0. The issue arises from improper input neutralization when using the add_query_arg function without proper escaping, allowing unauthenticated attackers to inject malicious scripts. Exploitation requires tricking a user into clicking a crafted link, leading to script execution in the victim's browser. The vulnerability has a CVSS score of 6. 1 (medium severity) with a network attack vector, no privileges required, but requires user interaction. While no known exploits are currently reported in the wild, the vulnerability poses risks to confidentiality and integrity of user sessions and data. Organizations using this plugin should prioritize patching or apply mitigations to prevent exploitation. Countries with significant WordPress usage and reliance on Elementor forms are most at risk, including the United States, United Kingdom, Germany, India, and Australia.
AI-Powered Analysis
Technical Analysis
CVE-2024-11367 is a reflected Cross-Site Scripting (XSS) vulnerability identified in the Smoove connector for Elementor forms, a WordPress plugin developed by matansmoove. The vulnerability stems from the improper neutralization of input during web page generation, specifically due to the use of the WordPress function add_query_arg without appropriate escaping of URL parameters. This flaw exists in all versions up to and including 4.1.0. Because of this, an unauthenticated attacker can craft a malicious URL containing arbitrary JavaScript code. When a victim clicks on this URL, the injected script executes in the context of the vulnerable website, potentially allowing the attacker to steal session cookies, perform actions on behalf of the user, or redirect the user to malicious sites. The vulnerability requires no authentication but does require user interaction (clicking a malicious link). The CVSS v3.1 base score is 6.1, reflecting a medium severity with a network attack vector, low attack complexity, no privileges required, user interaction required, and a scope change due to potential impact beyond the vulnerable component. No public exploits have been reported yet, but the vulnerability is publicly disclosed and should be considered a risk for all sites using the affected plugin versions. The CWE classification is CWE-79, indicating improper input neutralization leading to XSS.
Potential Impact
The primary impact of this vulnerability is on the confidentiality and integrity of user data and sessions on affected websites. Successful exploitation can lead to session hijacking, theft of sensitive information such as cookies or credentials, unauthorized actions performed on behalf of users, and potential redirection to malicious websites. For organizations, this can result in compromised user accounts, reputational damage, loss of customer trust, and potential regulatory penalties if user data is exposed. Since the vulnerability is reflected XSS, it requires user interaction, which somewhat limits mass exploitation but targeted phishing campaigns could be effective. The scope of affected systems includes any WordPress site using the Smoove connector for Elementor forms plugin up to version 4.1.0, which may be widespread given Elementor's popularity. The vulnerability does not affect availability directly but can be leveraged as part of broader attack chains. Organizations relying on this plugin for form handling are at risk, especially those with high user interaction or sensitive data collection through forms.
Mitigation Recommendations
To mitigate this vulnerability, organizations should first check if they are using the Smoove connector for Elementor forms plugin and identify the version. Immediate action is to update the plugin to a version where the vulnerability is patched once available. If no patch is currently released, temporary mitigations include disabling the plugin or the affected form functionalities to prevent exploitation. Web application firewalls (WAFs) can be configured to detect and block suspicious query parameters or known attack patterns related to reflected XSS. Additionally, site administrators should implement Content Security Policy (CSP) headers to restrict the execution of unauthorized scripts. Educating users to avoid clicking suspicious links can reduce risk from phishing attempts. Developers should review and sanitize all user inputs and ensure proper escaping when using functions like add_query_arg. Regular security audits and monitoring for unusual activity on affected sites are recommended until the vulnerability is fully remediated.
Technical Details
- Data Version
- 5.1
- Assigner Short Name
- Wordfence
- Date Reserved
- 2024-11-18T19:04:21.232Z
- Cvss Version
- 3.1
- State
- PUBLISHED
Threat ID: 699f6e10b7ef31ef0b594820
Added to database: 2/25/2026, 9:48:00 PM
Last enriched: 2/26/2026, 10:30:06 AM
Last updated: 2/26/2026, 11:30:44 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-2025-64999: CWE-79: Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') in Checkmk GmbH Checkmk
HighCVE-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
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.