CVE-2024-13579: CWE-79 Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') in platcom WP-Asambleas
CVE-2024-13579 is a stored cross-site scripting (XSS) vulnerability in the WP-Asambleas WordPress plugin affecting all versions up to 2. 85. 0. It arises from improper input sanitization and output escaping in the 'polls_popup' shortcode, 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 unauthorized actions. The vulnerability has a CVSS score of 6. 4, indicating medium severity, and does not require user interaction but does require authenticated access. No known exploits are currently reported in the wild. Organizations using WP-Asambleas should prioritize patching or mitigating this issue to prevent exploitation. The threat primarily affects WordPress sites using this plugin, with higher risk in countries with widespread WordPress adoption and active use of this plugin.
AI Analysis
Technical Summary
CVE-2024-13579 is a stored cross-site scripting (XSS) vulnerability classified under CWE-79, found in the WP-Asambleas plugin for WordPress. The flaw exists in the handling of the 'polls_popup' shortcode, where user-supplied attributes are not properly sanitized or escaped before being embedded into web pages. This allows authenticated attackers with contributor-level or higher privileges to inject arbitrary JavaScript code that is stored persistently and executed in the context of any user who views the affected page. The vulnerability impacts all versions up to and including 2.85.0. The CVSS 3.1 base score is 6.4, reflecting a medium severity with network attack vector, low attack complexity, and requiring privileges but no user interaction. The scope is changed (S:C) indicating that the vulnerability affects resources beyond the vulnerable component, potentially impacting the confidentiality and integrity of user data. No public exploits have been reported yet, but the vulnerability poses a significant risk because contributor-level users are common in WordPress environments, and stored XSS can lead to session hijacking, defacement, or further exploitation. The vulnerability was reserved in January 2025 and published in February 2025. No official patches or fixes are currently linked, so mitigation relies on access control and input validation measures.
Potential Impact
The impact of CVE-2024-13579 is primarily on the confidentiality and integrity of WordPress sites using the WP-Asambleas plugin. Successful exploitation allows an attacker with contributor-level access to inject malicious scripts that execute in the browsers of site visitors, potentially leading to session hijacking, theft of sensitive information, unauthorized actions performed on behalf of users, or site defacement. Since the vulnerability is stored XSS, the malicious payload persists and affects all users who access the compromised content. This can damage organizational reputation, lead to data breaches, and facilitate further attacks such as privilege escalation or malware distribution. The requirement for contributor-level access limits exploitation to insiders or compromised accounts, but such access is common in collaborative WordPress environments. The lack of user interaction needed increases the risk of widespread impact once the malicious script is injected. Organizations relying on WP-Asambleas for polling or assembly management on WordPress sites are at risk, especially those with multiple contributors and high traffic volumes.
Mitigation Recommendations
To mitigate CVE-2024-13579, organizations should immediately review and restrict contributor-level access to trusted users only, minimizing the risk of malicious script injection. Implement strict input validation and output escaping for all user-supplied data in the WP-Asambleas plugin, especially within the 'polls_popup' shortcode attributes. Until an official patch is released, consider disabling or removing the WP-Asambleas plugin if feasible. Employ Web Application Firewalls (WAFs) with rules to detect and block common XSS payloads targeting the plugin. Monitor logs and user activity for suspicious behavior indicative of exploitation attempts. Educate contributors about the risks of injecting untrusted content. Regularly update WordPress core and plugins to the latest versions once a patch for this vulnerability is available. Additionally, conduct security audits and penetration testing focused on XSS vulnerabilities in custom or third-party plugins to proactively identify similar issues.
Affected Countries
United States, Germany, United Kingdom, Canada, Australia, France, Netherlands, Brazil, India, Spain
CVE-2024-13579: CWE-79 Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') in platcom WP-Asambleas
Description
CVE-2024-13579 is a stored cross-site scripting (XSS) vulnerability in the WP-Asambleas WordPress plugin affecting all versions up to 2. 85. 0. It arises from improper input sanitization and output escaping in the 'polls_popup' shortcode, 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 unauthorized actions. The vulnerability has a CVSS score of 6. 4, indicating medium severity, and does not require user interaction but does require authenticated access. No known exploits are currently reported in the wild. Organizations using WP-Asambleas should prioritize patching or mitigating this issue to prevent exploitation. The threat primarily affects WordPress sites using this plugin, with higher risk in countries with widespread WordPress adoption and active use of this plugin.
AI-Powered Analysis
Technical Analysis
CVE-2024-13579 is a stored cross-site scripting (XSS) vulnerability classified under CWE-79, found in the WP-Asambleas plugin for WordPress. The flaw exists in the handling of the 'polls_popup' shortcode, where user-supplied attributes are not properly sanitized or escaped before being embedded into web pages. This allows authenticated attackers with contributor-level or higher privileges to inject arbitrary JavaScript code that is stored persistently and executed in the context of any user who views the affected page. The vulnerability impacts all versions up to and including 2.85.0. The CVSS 3.1 base score is 6.4, reflecting a medium severity with network attack vector, low attack complexity, and requiring privileges but no user interaction. The scope is changed (S:C) indicating that the vulnerability affects resources beyond the vulnerable component, potentially impacting the confidentiality and integrity of user data. No public exploits have been reported yet, but the vulnerability poses a significant risk because contributor-level users are common in WordPress environments, and stored XSS can lead to session hijacking, defacement, or further exploitation. The vulnerability was reserved in January 2025 and published in February 2025. No official patches or fixes are currently linked, so mitigation relies on access control and input validation measures.
Potential Impact
The impact of CVE-2024-13579 is primarily on the confidentiality and integrity of WordPress sites using the WP-Asambleas plugin. Successful exploitation allows an attacker with contributor-level access to inject malicious scripts that execute in the browsers of site visitors, potentially leading to session hijacking, theft of sensitive information, unauthorized actions performed on behalf of users, or site defacement. Since the vulnerability is stored XSS, the malicious payload persists and affects all users who access the compromised content. This can damage organizational reputation, lead to data breaches, and facilitate further attacks such as privilege escalation or malware distribution. The requirement for contributor-level access limits exploitation to insiders or compromised accounts, but such access is common in collaborative WordPress environments. The lack of user interaction needed increases the risk of widespread impact once the malicious script is injected. Organizations relying on WP-Asambleas for polling or assembly management on WordPress sites are at risk, especially those with multiple contributors and high traffic volumes.
Mitigation Recommendations
To mitigate CVE-2024-13579, organizations should immediately review and restrict contributor-level access to trusted users only, minimizing the risk of malicious script injection. Implement strict input validation and output escaping for all user-supplied data in the WP-Asambleas plugin, especially within the 'polls_popup' shortcode attributes. Until an official patch is released, consider disabling or removing the WP-Asambleas plugin if feasible. Employ Web Application Firewalls (WAFs) with rules to detect and block common XSS payloads targeting the plugin. Monitor logs and user activity for suspicious behavior indicative of exploitation attempts. Educate contributors about the risks of injecting untrusted content. Regularly update WordPress core and plugins to the latest versions once a patch for this vulnerability is available. Additionally, conduct security audits and penetration testing focused on XSS vulnerabilities in custom or third-party plugins to proactively identify similar issues.
Technical Details
- Data Version
- 5.1
- Assigner Short Name
- Wordfence
- Date Reserved
- 2025-01-21T14:24:17.132Z
- Cvss Version
- 3.1
- State
- PUBLISHED
Threat ID: 699f6e61b7ef31ef0b59f434
Added to database: 2/25/2026, 9:49:21 PM
Last enriched: 2/25/2026, 11:43:31 PM
Last updated: 2/26/2026, 8:37:33 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-1698: CWE-644 Improper Neutralization of HTTP Headers for Scripting Syntax in arcinfo PcVue
MediumCVE-2026-1697: CWE-614 Sensitive Cookie in HTTPS Session Without 'Secure' Attribute in arcinfo PcVue
MediumCVE-2026-1696: CWE-79 Improper Neutralization of Input During Web Page Generation (XSS or 'Cross-site Scripting') in arcinfo PcVue
LowCVE-2026-1695: CWE-79 Improper Neutralization of Input During Web Page Generation (XSS or 'Cross-site Scripting') in arcinfo PcVue
MediumCVE-2026-1694: CWE-201 Insertion of Sensitive Information into Sent Data in arcinfo PcVue
LowActions
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.