CVE-2024-11935: CWE-79 Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') in neotrendy Email Address Obfuscation
CVE-2024-11935 is a stored Cross-Site Scripting (XSS) vulnerability in the Email Address Obfuscation WordPress plugin by neotrendy, affecting all versions up to 1. 0. 1. The flaw arises from improper sanitization and escaping of the ‘class’ parameter, allowing authenticated users with Contributor-level access or higher to inject malicious scripts. These scripts execute whenever any user views the compromised page, potentially leading to session hijacking, defacement, or further attacks. The vulnerability has a CVSS score of 6. 4, indicating medium severity, with no user interaction required but limited to authenticated users. No known exploits are currently reported in the wild. Organizations using this plugin should prioritize patching or applying mitigations to prevent exploitation. The threat primarily affects WordPress sites globally, especially those with Contributor-level user roles enabled.
AI Analysis
Technical Summary
CVE-2024-11935 is a stored Cross-Site Scripting vulnerability identified in the Email Address Obfuscation plugin for WordPress, developed by neotrendy. This vulnerability exists due to improper neutralization of input during web page generation, specifically insufficient sanitization and output escaping of the ‘class’ parameter in the plugin’s code. The flaw affects all versions up to and including 1.0.1. An attacker with at least Contributor-level privileges can inject arbitrary JavaScript code into pages rendered by the plugin. Because the malicious script is stored persistently, it executes every time a user accesses the infected page, potentially compromising user sessions, stealing cookies, or performing actions on behalf of the user. The vulnerability does not require user interaction to trigger once the page is loaded, and it can affect the confidentiality and integrity of data. The CVSS 3.1 base score is 6.4, reflecting network attack vector, low attack complexity, privileges required, no user interaction, and a scope change with low confidentiality and integrity impact but no availability impact. No patches or exploit code are currently publicly available, but the vulnerability is published and should be addressed promptly. The plugin’s widespread use in WordPress sites makes this a relevant threat for many organizations relying on this obfuscation tool for email protection.
Potential Impact
The impact of CVE-2024-11935 can be significant for organizations running WordPress sites using the affected Email Address Obfuscation plugin. Exploitation allows attackers with Contributor-level access to inject persistent malicious scripts, which can lead to session hijacking, unauthorized actions on behalf of users, defacement, or distribution of malware. This compromises the confidentiality and integrity of user data and site content. Since the vulnerability requires authenticated access, the risk is somewhat mitigated by the need for an attacker to have contributor privileges, but many WordPress sites allow such roles for content creators or editors, increasing the attack surface. The scope of affected systems is broad due to WordPress’s global popularity and the plugin’s usage. Organizations with multiple contributors or less restrictive role management are at higher risk. The vulnerability does not affect availability directly but can damage reputation and trust if exploited. No known exploits in the wild reduce immediate risk, but the public disclosure increases the likelihood of future exploitation attempts.
Mitigation Recommendations
To mitigate CVE-2024-11935, organizations should first check if they are using the Email Address Obfuscation plugin by neotrendy and verify the version. Since no official patch is currently available, immediate mitigation steps include: (1) Restrict Contributor-level and higher privileges to trusted users only, minimizing the risk of malicious script injection. (2) Implement Web Application Firewall (WAF) rules to detect and block suspicious payloads targeting the ‘class’ parameter or script injection attempts in plugin-related pages. (3) Employ Content Security Policy (CSP) headers to restrict the execution of unauthorized scripts on affected pages. (4) Regularly audit user-generated content and plugin output for injected scripts or anomalies. (5) Monitor WordPress security advisories for updates or patches from the vendor and apply them promptly once released. (6) Consider temporarily disabling or replacing the plugin with a secure alternative until a fix is available. (7) Educate content contributors about secure input practices and the risks of injecting untrusted content. These steps go beyond generic advice by focusing on role management, WAF tuning, CSP enforcement, and proactive monitoring specific to this vulnerability.
Affected Countries
United States, Germany, United Kingdom, Canada, Australia, India, France, Brazil, Netherlands, Japan, Italy, Spain
CVE-2024-11935: CWE-79 Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') in neotrendy Email Address Obfuscation
Description
CVE-2024-11935 is a stored Cross-Site Scripting (XSS) vulnerability in the Email Address Obfuscation WordPress plugin by neotrendy, affecting all versions up to 1. 0. 1. The flaw arises from improper sanitization and escaping of the ‘class’ parameter, allowing authenticated users with Contributor-level access or higher to inject malicious scripts. These scripts execute whenever any user views the compromised page, potentially leading to session hijacking, defacement, or further attacks. The vulnerability has a CVSS score of 6. 4, indicating medium severity, with no user interaction required but limited to authenticated users. No known exploits are currently reported in the wild. Organizations using this plugin should prioritize patching or applying mitigations to prevent exploitation. The threat primarily affects WordPress sites globally, especially those with Contributor-level user roles enabled.
AI-Powered Analysis
Technical Analysis
CVE-2024-11935 is a stored Cross-Site Scripting vulnerability identified in the Email Address Obfuscation plugin for WordPress, developed by neotrendy. This vulnerability exists due to improper neutralization of input during web page generation, specifically insufficient sanitization and output escaping of the ‘class’ parameter in the plugin’s code. The flaw affects all versions up to and including 1.0.1. An attacker with at least Contributor-level privileges can inject arbitrary JavaScript code into pages rendered by the plugin. Because the malicious script is stored persistently, it executes every time a user accesses the infected page, potentially compromising user sessions, stealing cookies, or performing actions on behalf of the user. The vulnerability does not require user interaction to trigger once the page is loaded, and it can affect the confidentiality and integrity of data. The CVSS 3.1 base score is 6.4, reflecting network attack vector, low attack complexity, privileges required, no user interaction, and a scope change with low confidentiality and integrity impact but no availability impact. No patches or exploit code are currently publicly available, but the vulnerability is published and should be addressed promptly. The plugin’s widespread use in WordPress sites makes this a relevant threat for many organizations relying on this obfuscation tool for email protection.
Potential Impact
The impact of CVE-2024-11935 can be significant for organizations running WordPress sites using the affected Email Address Obfuscation plugin. Exploitation allows attackers with Contributor-level access to inject persistent malicious scripts, which can lead to session hijacking, unauthorized actions on behalf of users, defacement, or distribution of malware. This compromises the confidentiality and integrity of user data and site content. Since the vulnerability requires authenticated access, the risk is somewhat mitigated by the need for an attacker to have contributor privileges, but many WordPress sites allow such roles for content creators or editors, increasing the attack surface. The scope of affected systems is broad due to WordPress’s global popularity and the plugin’s usage. Organizations with multiple contributors or less restrictive role management are at higher risk. The vulnerability does not affect availability directly but can damage reputation and trust if exploited. No known exploits in the wild reduce immediate risk, but the public disclosure increases the likelihood of future exploitation attempts.
Mitigation Recommendations
To mitigate CVE-2024-11935, organizations should first check if they are using the Email Address Obfuscation plugin by neotrendy and verify the version. Since no official patch is currently available, immediate mitigation steps include: (1) Restrict Contributor-level and higher privileges to trusted users only, minimizing the risk of malicious script injection. (2) Implement Web Application Firewall (WAF) rules to detect and block suspicious payloads targeting the ‘class’ parameter or script injection attempts in plugin-related pages. (3) Employ Content Security Policy (CSP) headers to restrict the execution of unauthorized scripts on affected pages. (4) Regularly audit user-generated content and plugin output for injected scripts or anomalies. (5) Monitor WordPress security advisories for updates or patches from the vendor and apply them promptly once released. (6) Consider temporarily disabling or replacing the plugin with a secure alternative until a fix is available. (7) Educate content contributors about secure input practices and the risks of injecting untrusted content. These steps go beyond generic advice by focusing on role management, WAF tuning, CSP enforcement, and proactive monitoring specific to this vulnerability.
Technical Details
- Data Version
- 5.1
- Assigner Short Name
- Wordfence
- Date Reserved
- 2024-11-27T21:04:10.472Z
- Cvss Version
- 3.1
- State
- PUBLISHED
Threat ID: 699f6e27b7ef31ef0b596dfc
Added to database: 2/25/2026, 9:48:23 PM
Last enriched: 2/26/2026, 7:16:32 AM
Last updated: 2/26/2026, 9:00:26 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
UnknownCVE-2026-28136: Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') in VeronaLabs WP SMS
UnknownCVE-2026-28132: Improper Neutralization of Script-Related HTML Tags in a Web Page (Basic XSS) in villatheme WooCommerce Photo Reviews
UnknownCVE-2026-28131: Insertion of Sensitive Information Into Sent Data in WPVibes Elementor Addon Elements
UnknownCVE-2026-28083: Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') in UX-themes Flatsome
UnknownActions
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.