CVE-2024-13482: CWE-287 Improper Authentication in Unknown Icegram Engage
The Icegram Engage WordPress plugin before 3.1.32 does not sanitise and escape some of its settings, which could allow high privilege users such as admin to perform Stored Cross-Site Scripting attacks even when the unfiltered_html capability is disallowed (for example in multisite setup).
AI Analysis
Technical Summary
CVE-2024-13482 is a medium-severity vulnerability affecting the Icegram Engage WordPress plugin versions prior to 3.1.32. The core issue involves improper sanitization and escaping of certain plugin settings, which allows high-privilege users, such as administrators, to perform stored Cross-Site Scripting (XSS) attacks. Notably, this vulnerability persists even when the WordPress capability 'unfiltered_html' is disabled, such as in multisite environments, which typically restricts the ability to post unfiltered HTML content. The vulnerability is categorized under CWE-287 (Improper Authentication) and CWE-79 (Cross-Site Scripting). The CVSS 3.1 base score is 4.8, indicating a medium severity level. The attack vector is network-based (AV:N), with low attack complexity (AC:L), but requires high privileges (PR:H) and user interaction (UI:R). The scope is changed (S:C), meaning the vulnerability affects resources beyond the initially vulnerable component. The impact affects confidentiality and integrity to a limited extent but does not impact availability. The vulnerability allows an authenticated admin user to inject malicious scripts that persist in the plugin settings, potentially leading to session hijacking, privilege escalation, or other malicious actions when other users or admins view the affected content. No known exploits are currently reported in the wild, and no official patches or mitigation links are provided yet. The vulnerability was reserved in January 2025 and published in May 2025, indicating recent discovery and disclosure.
Potential Impact
For European organizations using WordPress sites with the Icegram Engage plugin, this vulnerability poses a risk primarily in environments where multiple administrators or high-privilege users manage the site. Since the exploit requires admin-level access and user interaction, the immediate risk is limited to insider threats or compromised admin accounts. However, successful exploitation could allow attackers to inject persistent malicious scripts that execute in the context of other administrators or privileged users, potentially leading to credential theft, session hijacking, or further compromise of the website and its data. This could affect the confidentiality and integrity of sensitive information managed via the website, including customer data or internal communications. In multisite WordPress setups, which are common in large organizations and agencies, the risk is heightened because the usual restriction via 'unfiltered_html' capability is bypassed. European organizations with public-facing WordPress sites that rely on Icegram Engage for engagement or marketing campaigns should be particularly vigilant. The medium severity suggests that while the vulnerability is not trivial, it is not easily exploitable remotely without prior admin access, limiting its impact scope. Nonetheless, the reputational damage and potential data breaches resulting from exploitation could have regulatory implications under GDPR and other data protection laws in Europe.
Mitigation Recommendations
1. Immediate upgrade: Organizations should update the Icegram Engage plugin to version 3.1.32 or later once available, as this will contain the necessary sanitization and escaping fixes. 2. Restrict admin access: Limit the number of users with administrator privileges to reduce the attack surface. Implement strict access controls and regularly audit admin accounts. 3. Monitor plugin settings: Regularly review and sanitize plugin settings and content that can be edited by admins to detect any injected scripts or suspicious content. 4. Implement Web Application Firewall (WAF) rules: Deploy WAF rules that detect and block stored XSS payloads targeting WordPress plugins, specifically Icegram Engage. 5. Harden multisite configurations: Review multisite WordPress configurations to ensure that capabilities and permissions are tightly controlled, especially concerning HTML filtering capabilities. 6. Educate administrators: Train site administrators on the risks of XSS and the importance of cautious content management, especially when multiple admins are involved. 7. Incident response readiness: Prepare to respond to potential exploitation by having monitoring and logging in place to detect unusual admin activity or script injections. 8. Consider temporary disabling of the plugin if immediate patching is not possible and the risk is deemed unacceptable.
Affected Countries
Germany, United Kingdom, France, Netherlands, Italy, Spain, Poland, Sweden
CVE-2024-13482: CWE-287 Improper Authentication in Unknown Icegram Engage
Description
The Icegram Engage WordPress plugin before 3.1.32 does not sanitise and escape some of its settings, which could allow high privilege users such as admin to perform Stored Cross-Site Scripting attacks even when the unfiltered_html capability is disallowed (for example in multisite setup).
AI-Powered Analysis
Technical Analysis
CVE-2024-13482 is a medium-severity vulnerability affecting the Icegram Engage WordPress plugin versions prior to 3.1.32. The core issue involves improper sanitization and escaping of certain plugin settings, which allows high-privilege users, such as administrators, to perform stored Cross-Site Scripting (XSS) attacks. Notably, this vulnerability persists even when the WordPress capability 'unfiltered_html' is disabled, such as in multisite environments, which typically restricts the ability to post unfiltered HTML content. The vulnerability is categorized under CWE-287 (Improper Authentication) and CWE-79 (Cross-Site Scripting). The CVSS 3.1 base score is 4.8, indicating a medium severity level. The attack vector is network-based (AV:N), with low attack complexity (AC:L), but requires high privileges (PR:H) and user interaction (UI:R). The scope is changed (S:C), meaning the vulnerability affects resources beyond the initially vulnerable component. The impact affects confidentiality and integrity to a limited extent but does not impact availability. The vulnerability allows an authenticated admin user to inject malicious scripts that persist in the plugin settings, potentially leading to session hijacking, privilege escalation, or other malicious actions when other users or admins view the affected content. No known exploits are currently reported in the wild, and no official patches or mitigation links are provided yet. The vulnerability was reserved in January 2025 and published in May 2025, indicating recent discovery and disclosure.
Potential Impact
For European organizations using WordPress sites with the Icegram Engage plugin, this vulnerability poses a risk primarily in environments where multiple administrators or high-privilege users manage the site. Since the exploit requires admin-level access and user interaction, the immediate risk is limited to insider threats or compromised admin accounts. However, successful exploitation could allow attackers to inject persistent malicious scripts that execute in the context of other administrators or privileged users, potentially leading to credential theft, session hijacking, or further compromise of the website and its data. This could affect the confidentiality and integrity of sensitive information managed via the website, including customer data or internal communications. In multisite WordPress setups, which are common in large organizations and agencies, the risk is heightened because the usual restriction via 'unfiltered_html' capability is bypassed. European organizations with public-facing WordPress sites that rely on Icegram Engage for engagement or marketing campaigns should be particularly vigilant. The medium severity suggests that while the vulnerability is not trivial, it is not easily exploitable remotely without prior admin access, limiting its impact scope. Nonetheless, the reputational damage and potential data breaches resulting from exploitation could have regulatory implications under GDPR and other data protection laws in Europe.
Mitigation Recommendations
1. Immediate upgrade: Organizations should update the Icegram Engage plugin to version 3.1.32 or later once available, as this will contain the necessary sanitization and escaping fixes. 2. Restrict admin access: Limit the number of users with administrator privileges to reduce the attack surface. Implement strict access controls and regularly audit admin accounts. 3. Monitor plugin settings: Regularly review and sanitize plugin settings and content that can be edited by admins to detect any injected scripts or suspicious content. 4. Implement Web Application Firewall (WAF) rules: Deploy WAF rules that detect and block stored XSS payloads targeting WordPress plugins, specifically Icegram Engage. 5. Harden multisite configurations: Review multisite WordPress configurations to ensure that capabilities and permissions are tightly controlled, especially concerning HTML filtering capabilities. 6. Educate administrators: Train site administrators on the risks of XSS and the importance of cautious content management, especially when multiple admins are involved. 7. Incident response readiness: Prepare to respond to potential exploitation by having monitoring and logging in place to detect unusual admin activity or script injections. 8. Consider temporary disabling of the plugin if immediate patching is not possible and the risk is deemed unacceptable.
Affected Countries
For access to advanced analysis and higher rate limits, contact root@offseq.com
Technical Details
- Data Version
- 5.1
- Assigner Short Name
- WPScan
- Date Reserved
- 2025-01-16T19:02:24.798Z
- Cisa Enriched
- false
- Cvss Version
- 3.1
- State
- PUBLISHED
Threat ID: 682cd0fa1484d88663aec223
Added to database: 5/20/2025, 6:59:06 PM
Last enriched: 7/4/2025, 7:43:04 AM
Last updated: 7/29/2025, 3:57:58 PM
Views: 13
Related Threats
CVE-2025-8991: Business Logic Errors in linlinjava litemall
MediumCVE-2025-8990: SQL Injection in code-projects Online Medicine Guide
MediumCVE-2025-8940: Buffer Overflow in Tenda AC20
HighCVE-2025-8939: Buffer Overflow in Tenda AC20
HighCVE-2025-50518: n/a
HighActions
Updates to AI analysis are available only with a Pro account. Contact root@offseq.com for access.
External Links
Need enhanced features?
Contact root@offseq.com for Pro access with improved analysis and higher rate limits.