Description
The Live Composer – Free WordPress Website Builder plugin for WordPress is vulnerable to Stored Cross-Site Scripting via 'dslc_module_downloads_output' Shortcode Content in all versions up to, and including, 2.1.21 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. The save-time wp_kses_post check is bypassed because the payload is stored as a serialized string containing no HTML tags for kses to tokenize, and the shortcode callback re-emits attacker-controlled values — including view_all_link (href attribute), main_heading_title (h2 body), button_text (anchor body), and button_inline_svg (anchor body) — without any escaping at render time.
Published: 2026-09-22
Score: 6.4 Medium
EPSS: n/a
KEV: No
Impact: Stored Cross‑Site Scripting (Contributor+)
Action: Immediate Patch
AI Analysis

Impact

The Live Composer – Free WordPress Website Builder plugin contains a CWE‑79 Stored Cross‑Site Scripting flaw that allows an authenticated content contributor or higher role to inject arbitrary JavaScript through the 'dslc_module_downloads_output' shortcode. The plugin’s sanitized input checks are bypassed because the payload is stored as a serialized string lacking HTML tags for wp_kses_post to process; when the shortcode is rendered, vulnerable fields such as view_all_link, main_heading_title, button_text, and button_inline_svg are output without escaping. This flaw permits attackers to execute scripts in the browsers of any visitor who views the affected page, thereby enabling session hijacking, data theft, defacement, or delivery of malware. The attack does not require remote code execution on the server side, but it provides a powerful client‑side vector for further attack stages.

Affected Systems

Any WordPress site running Live Composer – Free WordPress Website Builder version 2.1.21 or earlier is impacted. The plugin is the sole affected component; all websites that incorporate this plugin into their pages or posts are vulnerable. No specific WordPress core versions are listed, so the flaw applies across all supported WordPress installations that include the vulnerable plugin.

Risk and Exploitability

The CVSS base score of 6.4 indicates a moderate severity. Attackers must be authenticated contributors or higher to exploit the vulnerability, but once they have payload discretion, the stored XSS can affect all visitors to the page, including site administrators. The EPSS score is not provided, and the flaw is not listed in the CISA KEV catalog, suggesting it has not yet been widely exploited in the wild. However, the stored nature of the payload makes it persistent and advantageous for an attacker, so the risk of exploitation remains significant if the plugin is left unpatched.

Generated by OpenCVE AI on September 22, 2026 at 09:58 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update Live Composer to the latest version (2.1.22 or newer) where the shortcode sanitization bug is fixed.
  • If an upgrade is not immediately possible, remove or replace any instances of the 'dslc_module_downloads_output' shortcode in existing pages to prevent stored payloads.
  • Restrict contributor‑level or lower roles from editing pages that contain the affected shortcode, or disable the shortcode entirely for those roles via a security plugin or custom code modification.

Generated by OpenCVE AI on September 22, 2026 at 09:58 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 22 Sep 2026 11:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

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


Tue, 22 Sep 2026 10:15:00 +0000

Type Values Removed Values Added
First Time appeared Livecomposer
Livecomposer live Composer – Free Wordpress Website Builder
Wordpress
Wordpress wordpress
Vendors & Products Livecomposer
Livecomposer live Composer – Free Wordpress Website Builder
Wordpress
Wordpress wordpress

Tue, 22 Sep 2026 08:00:00 +0000

Type Values Removed Values Added
Description The Live Composer – Free WordPress Website Builder plugin for WordPress is vulnerable to Stored Cross-Site Scripting via 'dslc_module_downloads_output' Shortcode Content in all versions up to, and including, 2.1.21 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. The save-time wp_kses_post check is bypassed because the payload is stored as a serialized string containing no HTML tags for kses to tokenize, and the shortcode callback re-emits attacker-controlled values — including view_all_link (href attribute), main_heading_title (h2 body), button_text (anchor body), and button_inline_svg (anchor body) — without any escaping at render time.
Title Live Composer <= 2.1.21 - Authenticated (Contributor+) Stored Cross-Site Scripting via 'dslc_module_downloads_output' Shortcode Content
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

Livecomposer Live Composer – Free Wordpress Website Builder
Wordpress Wordpress
cve-icon MITRE

Status: PUBLISHED

Assigner: Wordfence

Published:

Updated: 2026-09-22T10:25:33.118Z

Reserved: 2026-07-23T17:18:04.183Z

Link: CVE-2026-16778

cve-icon Vulnrichment

Updated: 2026-09-22T10:18:22.693Z

cve-icon NVD

Status : Received

Published: 2026-09-22T08:16:38.800

Modified: 2026-09-22T11:17:23.730

Link: CVE-2026-16778

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-22T10:00:15Z

Weaknesses
  • CWE-79

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