Severity by source
AV:N/AC:L/PR:L/UI:N/S:C/C:L/I:L/A:N
Primary rating from NVD · only source for this CVE.
CVSS VectorNVD
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:L/I:L/A:N
Lifecycle Timeline
2DescriptionCVE.org
The aThemes Addons for Elementor plugin for WordPress is vulnerable to Stored Cross-Site Scripting via 'title_tag' Widget Setting in all versions up to, and including, 1.1.8 due to insufficient input sanitization and output escaping. This makes it possible for authenticated attackers, with contributor-level access and above, to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page. This affects the Posts Timeline widget as well as the Posts Carousel widget across its default, Banner, and Modern skins, all of which omit the whitelist validation that is correctly applied in the Posts List widget.
AnalysisAI
Stored Cross-Site Scripting in the aThemes Addons for Elementor WordPress plugin (versions up to and including 1.1.8) allows authenticated attackers with contributor-level access to inject persistent malicious scripts via the 'title_tag' widget setting in the Posts Timeline and Posts Carousel widgets. The injected payload executes in the browsers of any user who subsequently visits the compromised page, enabling session hijacking, credential theft, or malicious redirects. No public exploit or CISA KEV listing has been identified at time of analysis, though the contributor-level authentication barrier is low in multi-author WordPress deployments.
Technical ContextAI
The vulnerability exists within the aThemes Addons for Elementor Lite plugin, an Elementor page-builder extension for WordPress. The root cause is CWE-79 (Improper Neutralization of Input During Web Page Generation), specifically the omission of HTML tag whitelist validation on the 'title_tag' widget parameter. Source code references confirm that the affected files are class-posts-carousel.php (line 1413), class-posts-carousel-banner.php (line 226), class-posts-carousel-modern.php (line 208), and class-posts-timeline.php (line 1351) in the 1.1.8 tag. The central sanitization logic in inc/functions.php (line 1375 in 1.1.8, patched at line 1374 in 1.1.9) is correctly applied in the Posts List widget but was not consistently called across the Posts Carousel default, Banner, and Modern skins, nor the Posts Timeline widget. The CVSS Scope:Changed rating reflects that the exploit crosses the security boundary from the WordPress plugin context into the victim's browser session.
RemediationAI
Vendor-released patch: version 1.1.9. WordPress site administrators should update the aThemes Addons for Elementor Lite plugin to version 1.1.9 or later immediately via the WordPress plugin dashboard or by downloading from the WordPress plugin repository. The changeset (https://plugins.trac.wordpress.org/changeset?old_path=/athemes-addons-for-elementor-lite/tags/1.1.8&new_path=/athemes-addons-for-elementor-lite/tags/1.1.9) confirms the fix is limited to sanitization of the title_tag setting in the affected widgets. As a compensating control where immediate patching is not possible, administrators should audit and restrict user roles - demoting untrusted accounts from Contributor to Subscriber eliminates the attack vector, since Subscriber-level users cannot publish or save Elementor widgets. A web application firewall (WAF) rule targeting stored XSS patterns in POST bodies destined at wp-admin/admin-ajax.php can provide secondary mitigation, though WAF bypass is possible with obfuscated payloads. Wordfence users are encouraged to verify their Wordfence rule set is current, as Wordfence reported this vulnerability and likely has coverage.
The isMail transport in PHPMailer before 5.2.20 might allow remote attackers to pass extra parameters to the mail comman
The Backup Migration plugin for WordPress is vulnerable to Remote Code Execution in all versions up to, and including, 1
The Hash Form - Drag & Drop Form Builder plugin for WordPress is vulnerable to arbitrary file uploads due to missing fil
The GiveWP - Donation Plugin and Fundraising Platform plugin for WordPress is vulnerable to PHP Object Injection in all
The Simple File List plugin for WordPress through version 4.2.2 contains an unauthenticated remote code execution vulner
The AI Engine WordPress plugin through version 3.1.3 exposes Bearer Token values through the /mcp/v1/ REST API endpoint
The Ninja Forms plugin before 2.9.42.1 for WordPress allows remote attackers to conduct PHP object injection attacks via
The Business Directory Plugin - Easy Listing Directories for WordPress plugin for WordPress is vulnerable to time-based
SQL injection in the NotificationX WordPress plugin (versions up to and including 2.8.2) allows unauthenticated remote a
The POST SMTP Mailer - Email log, Delivery Failure Notifications and Best Mail SMTP for WordPress plugin for WordPress i
The MasterStudy LMS WordPress Plugin - for Online Courses and Education plugin for WordPress is vulnerable to union base
The Country State City Dropdown CF7 plugin for WordPress is vulnerable to SQL Injection via the ‘cnt’ and 'sid' paramete
Same weakness CWE-79 – Cross-site Scripting (XSS)
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-35996
GHSA-796w-m2r4-c726