Description
The Power Charts Lite plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the 'id' parameter of the [pc] shortcode in all versions up to, and including, 0.1.0. This is due to insufficient input sanitization and output escaping on the 'id' shortcode attribute. Specifically, in the pc_shortcode() function, the 'id' attribute is extracted from user-supplied shortcode attributes and directly concatenated into an HTML div element's class attribute without any escaping or sanitization at line 62. The resulting HTML is then passed through html_entity_decode() before being returned, further undermining any potential safety. 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.
Published: 2026-04-15
Score: 6.4 Medium
EPSS: < 1% Very Low
KEV: No
Impact: Stored Cross‑Site Scripting that allows authenticated users to inject scripts executed in the browsers of any visitor to a page containing the vulnerable shortcode
Action: Apply Patch
AI Analysis

Impact

The Power Charts Lite WordPress plugin accepts an "id" attribute within the [pc] shortcode and places the raw value directly into an HTML div class attribute. Because the value is concatenated without any escaping or validation, a stored cross‑site scripting vulnerability is created. When the page is rendered, the embedded JavaScript runs automatically in the context of any user who views the page, enabling cookie theft, session hijacking, defacement, or loading of additional malicious payloads.

Affected Systems

This flaw exists in all released versions of dgwyer Power Charts – Responsive Beautiful Charts & Graphs up to and including version 0.1.0. Any WordPress site that has installed the plugin and has a user with the Contributor role or higher can create or edit the vulnerable shortcode and consequently implant the malicious script.

Risk and Exploitability

The CVSS score of 6.4 indicates moderate severity, but the attack requires an authenticated Contributor or higher, which restricts the attacker’s ability to place the payload. Because EPSS data is not available, the current exploitation likelihood cannot be quantified, and the vulnerability is not listed in the CISA KEV catalog. When exploited, the script executes for every user who views the affected page, so the potential impact on confidentiality, integrity, and availability remains high for any site that publicly displays content containing the [pc] shortcode.

Generated by OpenCVE AI on April 15, 2026 at 11:28 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Power Charts Lite to a version newer than 0.1.0, where the id attribute is properly sanitized and escaped.
  • If an upgrade cannot be performed, deactivate the Power Charts Lite plugin or remove the [pc] shortcode from the site’s content, and restrict contributors from using shortcodes that are not vetted.
  • Alternatively, manually edit power-charts-shortcodes.php or apply a custom filter to sanitize or escape the id attribute before it is injected into the HTML class attribute, ensuring that no executable script can be stored.

Generated by OpenCVE AI on April 15, 2026 at 11:28 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 15 Apr 2026 17:15:00 +0000

Type Values Removed Values Added
Metrics ssvc

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


Wed, 15 Apr 2026 15:15:00 +0000

Type Values Removed Values Added
First Time appeared Dgwyer
Dgwyer power Charts – Responsive Beautiful Charts & Graphs
Wordpress
Wordpress wordpress
Vendors & Products Dgwyer
Dgwyer power Charts – Responsive Beautiful Charts & Graphs
Wordpress
Wordpress wordpress

Wed, 15 Apr 2026 09:00:00 +0000

Type Values Removed Values Added
Description The Power Charts Lite plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the 'id' parameter of the [pc] shortcode in all versions up to, and including, 0.1.0. This is due to insufficient input sanitization and output escaping on the 'id' shortcode attribute. Specifically, in the pc_shortcode() function, the 'id' attribute is extracted from user-supplied shortcode attributes and directly concatenated into an HTML div element's class attribute without any escaping or sanitization at line 62. The resulting HTML is then passed through html_entity_decode() before being returned, further undermining any potential safety. 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.
Title Power Charts <= 0.1.0 - Authenticated (Contributor+) Stored Cross-Site Scripting via 'id' Shortcode Attribute
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

Dgwyer Power Charts – Responsive Beautiful Charts & Graphs
Wordpress Wordpress
cve-icon MITRE

Status: PUBLISHED

Assigner: Wordfence

Published:

Updated: 2026-04-15T16:13:09.653Z

Reserved: 2026-03-11T19:05:31.880Z

Link: CVE-2026-4011

cve-icon Vulnrichment

Updated: 2026-04-15T13:32:16.307Z

cve-icon NVD

Status : Received

Published: 2026-04-15T09:16:32.883

Modified: 2026-04-15T09:16:32.883

Link: CVE-2026-4011

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-04-15T14:53:14Z

Weaknesses