Description
The Animation Addons for Elementor plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the 'weather_style' and 'move_direction' parameters of the Weather widget in all versions up to, and including, 2.6.3. This is due to insufficient output escaping in the Weather widget's render() function at widgets/weather.php:1246, where both settings values are placed into an HTML class attribute without esc_attr(). Elementor does not server-side validate widget SELECT control values against allowed options on save, so an authenticated attacker with Contributor-level access or above can submit a crafted save_builder AJAX request storing arbitrary values in the _elementor_data post meta. The stored payload renders unescaped on every frontend visit to the affected page (the Weather widget requires an OpenWeatherMap API key to reach the vulnerable output, which is the normal operational state for sites using this widget).
Published: 2026-07-10
Score: 6.4 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The Animation Addons for Elementor plugin contains a stored cross‑site scripting flaw (CWE‑79) in the Weather widget. The flaw stems from missing output escaping of the widget’s 'weather_style' and 'move_direction' parameters in a class attribute. When an authenticated user with at least Contributor privileges submits a custom save_builder request, arbitrary JavaScript payloads can be stored and rendered unescaped on every frontend request, allowing code execution in the context of site visitors.

Affected Systems

This issue impacts WordPress sites that use the wealcoder Animation Addons for Elementor plugin, versions 2.6.3 and earlier. The vulnerability is tied to the Weather widget which requires an OpenWeatherMap API key, a common configuration for sites employing this widget. All deployments of the affected plugin version are susceptible regardless of the WordPress version or other plugins, as the flaw exists in the plugin’s core PHP logic.

Risk and Exploitability

The stated CVSS score of 6.4 classifies the flaw as moderate in severity, but the requirement for contributor‑level access lowers the exploitation barrier relative to a typical public XSS. The EPSS score is < 1%, and the vulnerability is not listed in CISA’s KEV, indicating that there is currently no known widespread exploitation. However, any site that has contributors or higher‑privileged users can use the flaw to inject persistent client‑side scripts, posing a significant risk to all site visitors.

Generated by OpenCVE AI on July 29, 2026 at 11:22 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the Animation Addons for Elementor plugin to a version that removes the unsanitized output from the Weather widget.
  • Clear any cached pages or front‑end caches that may still contain the old widget data to ensure the unescaped payload is no longer served.
  • Restrict contributor‑level roles to only those users that legitimately need to edit widget settings, or consider disabling the Weather widget entirely until the official patch is applied.

Generated by OpenCVE AI on July 29, 2026 at 11:22 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 10 Jul 2026 14:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Fri, 10 Jul 2026 07:00:00 +0000

Type Values Removed Values Added
First Time appeared Wealcoder
Wealcoder animation Addons For Elementor – Gsap Motion Elementor Addons & Website Templates
Wordpress
Wordpress wordpress
Vendors & Products Wealcoder
Wealcoder animation Addons For Elementor – Gsap Motion Elementor Addons & Website Templates
Wordpress
Wordpress wordpress

Fri, 10 Jul 2026 05:15:00 +0000

Type Values Removed Values Added
Description The Animation Addons for Elementor plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the 'weather_style' and 'move_direction' parameters of the Weather widget in all versions up to, and including, 2.6.3. This is due to insufficient output escaping in the Weather widget's render() function at widgets/weather.php:1246, where both settings values are placed into an HTML class attribute without esc_attr(). Elementor does not server-side validate widget SELECT control values against allowed options on save, so an authenticated attacker with Contributor-level access or above can submit a crafted save_builder AJAX request storing arbitrary values in the _elementor_data post meta. The stored payload renders unescaped on every frontend visit to the affected page (the Weather widget requires an OpenWeatherMap API key to reach the vulnerable output, which is the normal operational state for sites using this widget).
Title Animation Addons for Elementor <= 2.6.3 - Authenticated (Contributor+) Stored Cross-Site Scripting via Weather Widget
Weaknesses CWE-79
References
Metrics cvssV3_1

{'score': 6.4, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:L/I:L/A:N'}


Subscriptions

Wealcoder Animation Addons For Elementor – Gsap Motion Elementor Addons & Website Templates
Wordpress Wordpress
cve-icon MITRE

Status: PUBLISHED

Assigner: Wordfence

Published:

Updated: 2026-07-10T13:16:15.917Z

Reserved: 2026-07-09T15:54:12.688Z

Link: CVE-2026-15299

cve-icon Vulnrichment

Updated: 2026-07-10T13:16:11.090Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-07-29T11:30:17Z

Weaknesses
  • CWE-79

    Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')