CVE-2018-19933
Description
Bolt CMS <3.6.2 allows XSS via text input click preview button as demonstrated by the Title field of a Configured and New Entry.
AI Insight
LLM-synthesized narrative grounded in this CVE's description and references.
Bolt CMS versions before 3.6.2 are vulnerable to stored XSS via the Title field when previewing a page, allowing arbitrary JavaScript execution.
Vulnerability
Bolt CMS versions prior to 3.6.2 contain a stored Cross-Site Scripting (XSS) vulnerability in the preview functionality. When a user clicks the preview button, the Title field is not properly sanitized, allowing injection of arbitrary HTML and JavaScript. The vulnerability is demonstrated using the Title field of a Configured and New Entry. Affected versions are all releases before 3.6.2 [1][2][4].
Exploitation
An attacker must have an authenticated account with permissions to create or edit content (entries/pages). The attacker submits a POST request to /preview/page with malicious JavaScript in the title parameter. When the preview is rendered, the script executes in the context of the victim's browser. No special network position is required beyond access to the Bolt backend. The PoC demonstrates a simple alert("Raif") payload [2][4].
Impact
Successful exploitation allows an attacker to execute arbitrary JavaScript in the context of the victim's browser session. This can lead to session hijacking, defacement of the CMS interface, or redirection to malicious sites. The vulnerability is classified as moderate severity (CVSS score not specified) [1][2].
Mitigation
Upgrade to Bolt CMS version 3.6.2 or later, which contains the fix for this vulnerability. No official workaround is documented. Note that Bolt CMS 3 has been superseded by Bolt 5; users on unsupported versions should migrate to a currently supported release [1][2].
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 |
|---|---|---|
bolt/boltPackagist | < 3.6.2 | 3.6.2 |
Affected products
1Patches
0No patches discovered yet.
Vulnerability mechanics
AI mechanics synthesis has not run for this CVE yet.
References
5- www.exploit-db.com/exploits/46014/mitreexploitx_refsource_EXPLOIT-DB
- github.com/advisories/GHSA-gjx6-58xh-p7pwghsaADVISORY
- nvd.nist.gov/vuln/detail/CVE-2018-19933ghsaADVISORY
- www.exploit-db.com/exploits/46014ghsaWEB
- www.raifberkaydincel.com/bolt-cms-xss-vulnerability.htmlghsax_refsource_MISCWEB
News mentions
0No linked articles in our index yet.