CVE-2018-6464
Description
Simditor 2.3.11 has a stored/reflected XSS vulnerability via crafted SVG with onload in a TEXTAREA element.
AI Insight
LLM-synthesized narrative grounded in this CVE's description and references.
Simditor 2.3.11 has a stored/reflected XSS vulnerability via crafted SVG with onload in a TEXTAREA element.
Vulnerability
Simditor v2.3.11 is vulnerable to cross-site scripting (XSS) due to improper sanitization of user input within a TEXTAREA element. An attacker can inject JavaScript by crafting an SVG element with an onload event handler, e.g., <svg/onload=alert(1)>. This is demonstrated in Firefox 54.0.1 [1][2].
Exploitation
The attacker requires the ability to input data into a TEXTAREA processed by Simditor. No authentication or special network position is needed if the editor is exposed to untrusted users. The attacker simply submits the crafted payload via the editor's interface [1].
Impact
Successful exploitation allows the attacker to execute arbitrary JavaScript in the context of the victim's browser session. This can lead to session hijacking, defacement, or theft of sensitive information [1].
Mitigation
No fix has been released by the vendor as of January 2018. Users should upgrade to a patched version if available or implement a content security policy (CSP) that restricts inline script execution. The CVE is not listed in CISA's Known Exploited Vulnerabilities (KEV) catalog.
AI Insight generated on May 22, 2026. Synthesized from this CVE's description and the cited reference URLs; citations are validated against the source bundle.
Affected packages
Versions sourced from the GitHub Security Advisory.
| Package | Affected versions | Patched versions |
|---|---|---|
simditornpm | <= 2.3.11 | — |
Affected products
1Patches
0No patches discovered yet.
Vulnerability mechanics
AI mechanics synthesis has not run for this CVE yet.
References
3- github.com/advisories/GHSA-p9wj-wrrm-84m5ghsaADVISORY
- nvd.nist.gov/vuln/detail/CVE-2018-6464ghsaADVISORY
- github.com/Heartway/simditor/blob/master/simditor.docxghsax_refsource_MISCWEB
News mentions
0No linked articles in our index yet.