CVE-2018-5215
Description
Fork CMS 5.0.7 has a stored XSS vulnerability in the title parameter of the page edit form.
AI Insight
LLM-synthesized narrative grounded in this CVE's description and references.
Fork CMS 5.0.7 has a stored XSS vulnerability in the title parameter of the page edit form.
Vulnerability
Fork CMS 5.0.7 is vulnerable to stored cross-site scripting (XSS) via the title parameter on the /private/en/pages/edit page. An authenticated user with page editing permissions can inject arbitrary HTML or JavaScript code into the title field. The input is not properly sanitized before being stored and later rendered when the page is viewed or edited, leading to persistent code execution in the browser context of other administrators [1][3].
Exploitation
An attacker must be logged in to the Fork CMS admin panel with privileges to edit pages. To exploit, the attacker navigates to /private/en/pages/edit for a target page, inserts a payload (e.g., ">) into the title parameter, and saves the page edit. The payload is stored and triggers in the browser of any user who subsequently views the edited page list or the affected page itself [1][3].
Impact
Successful exploitation allows an authenticated attacker to execute arbitrary JavaScript in the context of other admin users' browsers. This can lead to session hijacking, defacement, or theft of sensitive administrative tokens. Because the attack is stored, it affects all subsequent viewers of the compromised page metadata [1][3].
Mitigation
No official patch or fixed version has been announced by the Fork CMS maintainers [2]. Users are advised to restrict admin account creation and apply manual input validation on the title field, or upgrade to a later version if available. The vulnerability is unpatched as of the publication date [1].
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 |
|---|---|---|
forkcms/forkcmsPackagist | <= 5.0.7 | — |
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-8fjq-cpr7-cmfpghsaADVISORY
- nvd.nist.gov/vuln/detail/CVE-2018-5215ghsaADVISORY
- github.com/imsebao/404team/blob/master/forkcms.mdghsax_refsource_MISCWEB
News mentions
0No linked articles in our index yet.