CVE-2025-6944
Description
The Uncode Core plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the plugin's 'uncode_hl_text' and 'uncode_text_icon' shortcodes in all versions up to, and including, 2.9.4.2 due to insufficient input sanitization and output escaping on user supplied attributes. 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.
AI Insight
LLM-synthesized narrative grounded in this CVE's description and references.
Stored XSS in Uncode Core shortcodes allows contributor-level attackers to inject arbitrary scripts.
The Uncode Core plugin for WordPress versions up to 2.9.4.2 contain a stored cross-site scripting (XSS) vulnerability in the 'uncode_hl_text' and 'uncode_text_icon' shortcodes. The root cause is insufficient input sanitization and output escaping on user-supplied attributes, allowing untrusted data to be stored and later rendered without proper neutralization [1].
Exploitation requires an authenticated attacker with at least contributor-level access. The attacker can craft a post or page using the vulnerable shortcodes with malicious JavaScript embedded in attributes. When any user (including administrators) visits the affected page, the injected script executes in the context of the victim's browser session [1].
A successful attack can lead to session hijacking, credential theft, defacement, or redirection to malicious sites. The vulnerability does not require any special network position and can be triggered by simply viewing the stored content [1].
Uncode has released version 2.12 (notably the referenced changelog shows 2.12 as the fix) which resolves this issue. Users are strongly advised to update to the latest version. No workarounds are documented [1].
AI Insight generated on May 19, 2026. Synthesized from this CVE's description and the cited reference URLs; citations are validated against the source bundle.
Affected products
2Patches
0No patches discovered yet.
Vulnerability mechanics
AI mechanics synthesis has not run for this CVE yet.
References
2News mentions
0No linked articles in our index yet.