CVE-2024-4313: CWE-79 Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') in fusionplugin Table Addons for Elementor
CVE-2024-4313 is a stored cross-site scripting (XSS) vulnerability in the Table Addons for Elementor WordPress plugin, affecting all versions up to 2. 1. 2. Authenticated users with contributor-level access or higher can exploit insufficient input sanitization on the '_id' parameter 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, with no known exploits in the wild as of now. Exploitation does not require user interaction but does require authenticated access with limited privileges. Organizations using this plugin should prioritize patching or applying mitigations to prevent abuse. The threat primarily affects WordPress sites using this plugin, which are common globally but especially prevalent in countries with high WordPress adoption.
AI Analysis
Technical Summary
CVE-2024-4313 is a stored cross-site scripting vulnerability identified in the Table Addons for Elementor plugin for WordPress, specifically affecting all versions up to and including 2.1.2. The root cause is improper neutralization of input during web page generation, classified under CWE-79. The vulnerability arises from insufficient sanitization and output escaping of the '_id' parameter, which is used in the plugin's functionality. Authenticated attackers with contributor-level permissions or higher can exploit this flaw by injecting arbitrary JavaScript code into pages managed by the plugin. Because the malicious script is stored, it executes every time a user accesses the infected page, potentially compromising the confidentiality and integrity of user sessions and data. 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), meaning the vulnerability affects resources beyond the initially vulnerable component. No patches or fixes are currently linked, and no known exploits have been reported in the wild. The vulnerability is significant because WordPress is widely used globally, and plugins like Table Addons for Elementor are common for enhancing page functionality. Attackers leveraging contributor-level access can escalate their impact by executing scripts that may steal cookies, deface content, or perform actions on behalf of other users.
Potential Impact
The impact of CVE-2024-4313 is primarily on the confidentiality and integrity of affected WordPress sites and their users. Successful exploitation allows attackers to execute arbitrary scripts in the context of the vulnerable site, potentially leading to session hijacking, theft of sensitive information, unauthorized actions, or site defacement. Since the vulnerability requires contributor-level access, attackers must first compromise or have legitimate access to a user account with such privileges, which limits the attack surface but does not eliminate risk. The stored nature of the XSS means that all users visiting the infected page are at risk, including administrators, increasing the potential damage. Organizations relying on this plugin for content management or e-commerce may face reputational damage, data breaches, or operational disruptions. The medium CVSS score reflects that while the vulnerability is not trivially exploitable by unauthenticated users, the consequences of exploitation can be significant, especially in environments with multiple users and sensitive data.
Mitigation Recommendations
To mitigate CVE-2024-4313, organizations should implement the following specific measures: 1) Immediately restrict contributor-level permissions to trusted users only and review existing user roles for unnecessary privileges. 2) Monitor and audit content input fields related to the '_id' parameter for suspicious or unexpected script tags or payloads. 3) Employ Web Application Firewalls (WAFs) with custom rules to detect and block typical XSS payloads targeting this plugin. 4) Use Content Security Policy (CSP) headers to limit the execution of inline scripts and reduce the impact of injected scripts. 5) Regularly update the Table Addons for Elementor plugin once a patch is released by the vendor; in the absence of an official patch, consider disabling or replacing the plugin temporarily. 6) Educate content contributors about safe input practices and the risks of injecting untrusted content. 7) Implement multi-factor authentication (MFA) to reduce the risk of account compromise that could lead to exploitation. 8) Conduct periodic security scans and penetration tests focusing on plugin vulnerabilities and XSS vectors.
Affected Countries
United States, Germany, United Kingdom, Canada, Australia, India, Brazil, France, Netherlands, Japan, South Korea, Italy, Spain
CVE-2024-4313: CWE-79 Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') in fusionplugin Table Addons for Elementor
Description
CVE-2024-4313 is a stored cross-site scripting (XSS) vulnerability in the Table Addons for Elementor WordPress plugin, affecting all versions up to 2. 1. 2. Authenticated users with contributor-level access or higher can exploit insufficient input sanitization on the '_id' parameter 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, with no known exploits in the wild as of now. Exploitation does not require user interaction but does require authenticated access with limited privileges. Organizations using this plugin should prioritize patching or applying mitigations to prevent abuse. The threat primarily affects WordPress sites using this plugin, which are common globally but especially prevalent in countries with high WordPress adoption.
AI-Powered Analysis
Technical Analysis
CVE-2024-4313 is a stored cross-site scripting vulnerability identified in the Table Addons for Elementor plugin for WordPress, specifically affecting all versions up to and including 2.1.2. The root cause is improper neutralization of input during web page generation, classified under CWE-79. The vulnerability arises from insufficient sanitization and output escaping of the '_id' parameter, which is used in the plugin's functionality. Authenticated attackers with contributor-level permissions or higher can exploit this flaw by injecting arbitrary JavaScript code into pages managed by the plugin. Because the malicious script is stored, it executes every time a user accesses the infected page, potentially compromising the confidentiality and integrity of user sessions and data. 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), meaning the vulnerability affects resources beyond the initially vulnerable component. No patches or fixes are currently linked, and no known exploits have been reported in the wild. The vulnerability is significant because WordPress is widely used globally, and plugins like Table Addons for Elementor are common for enhancing page functionality. Attackers leveraging contributor-level access can escalate their impact by executing scripts that may steal cookies, deface content, or perform actions on behalf of other users.
Potential Impact
The impact of CVE-2024-4313 is primarily on the confidentiality and integrity of affected WordPress sites and their users. Successful exploitation allows attackers to execute arbitrary scripts in the context of the vulnerable site, potentially leading to session hijacking, theft of sensitive information, unauthorized actions, or site defacement. Since the vulnerability requires contributor-level access, attackers must first compromise or have legitimate access to a user account with such privileges, which limits the attack surface but does not eliminate risk. The stored nature of the XSS means that all users visiting the infected page are at risk, including administrators, increasing the potential damage. Organizations relying on this plugin for content management or e-commerce may face reputational damage, data breaches, or operational disruptions. The medium CVSS score reflects that while the vulnerability is not trivially exploitable by unauthenticated users, the consequences of exploitation can be significant, especially in environments with multiple users and sensitive data.
Mitigation Recommendations
To mitigate CVE-2024-4313, organizations should implement the following specific measures: 1) Immediately restrict contributor-level permissions to trusted users only and review existing user roles for unnecessary privileges. 2) Monitor and audit content input fields related to the '_id' parameter for suspicious or unexpected script tags or payloads. 3) Employ Web Application Firewalls (WAFs) with custom rules to detect and block typical XSS payloads targeting this plugin. 4) Use Content Security Policy (CSP) headers to limit the execution of inline scripts and reduce the impact of injected scripts. 5) Regularly update the Table Addons for Elementor plugin once a patch is released by the vendor; in the absence of an official patch, consider disabling or replacing the plugin temporarily. 6) Educate content contributors about safe input practices and the risks of injecting untrusted content. 7) Implement multi-factor authentication (MFA) to reduce the risk of account compromise that could lead to exploitation. 8) Conduct periodic security scans and penetration tests focusing on plugin vulnerabilities and XSS vectors.
Technical Details
- Data Version
- 5.1
- Assigner Short Name
- Wordfence
- Date Reserved
- 2024-04-29T15:04:00.392Z
- Cvss Version
- 3.1
- State
- PUBLISHED
Threat ID: 699f6b86b7ef31ef0b556446
Added to database: 2/25/2026, 9:37:10 PM
Last enriched: 2/26/2026, 12:34:25 AM
Last updated: 2/26/2026, 8:06:52 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-25191: Uncontrolled Search Path Element in Digital Arts Inc. FinalCode Ver.5 series
HighCVE-2026-23703: Incorrect default permissions in Digital Arts Inc. FinalCode Ver.5 series
HighCVE-2026-1311: CWE-22 Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal') in bearsthemes Worry Proof Backup
HighFinding Signal in the Noise: Lessons Learned Running a Honeypot with AI Assistance [Guest Diary], (Tue, Feb 24th)
MediumCVE-2026-2506: CWE-79 Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') in motahar1 EM Cost Calculator
MediumActions
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.