CVE-2024-22493
Description
A stored XSS vulnerability exists in JFinalcms 5.0.0 via the /gusetbook/save content parameter, which allows remote attackers to inject arbitrary web script or HTML.
AI Insight
LLM-synthesized narrative grounded in this CVE's description and references.
Stored XSS in JFinalcms 5.0.0 via /guestbook/save allows remote unauthenticated attackers to inject arbitrary scripts.
A stored cross-site scripting (XSS) vulnerability exists in JFinalcms 5.0.0 via the /guestbook/save endpoint, specifically in the content parameter. The input is not properly sanitized or encoded, allowing attackers to store arbitrary web scripts that will be executed later [1][2].
Exploitation does not require authentication; an attacker sends a POST request to /guestbook/save with a crafted content parameter, such as `. The payload is stored in the database and triggered when an administrator visits /admin/guestbook` to view the guestbook entries [2].
When an admin accesses the affected page, the injected script executes in their browser, enabling theft of session cookies, defacement, or other actions within the admin context. The impact is high, as an attacker can compromise the admin session and potentially gain full control [1][2].
As of publication, no official patch has been released. Users should implement input sanitization and encoding for the content field, or restrict access to the guestbook functionality. The vulnerability is publicly documented with a proof-of-concept (PoC) available [2].
AI Insight generated on May 20, 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 |
|---|---|---|
com.jfinal:jfinalMaven | <= 5.0.0 | — |
Affected products
2- JFinalcms/JFinalcmsdescription
Patches
0No patches discovered yet.
Vulnerability mechanics
AI mechanics synthesis has not run for this CVE yet.
References
3- github.com/advisories/GHSA-3j4x-9q9q-3277ghsaADVISORY
- nvd.nist.gov/vuln/detail/CVE-2024-22493ghsaADVISORY
- github.com/cui2shark/security/blob/main/%28JFinalcms%20content%20para%29A%20stored%20cross-site%20scripting%20%28XSS%29%20vulnerability%20was%20discovered%20in%20Jfinalcms%20content%20para.mdghsaWEB
News mentions
0No linked articles in our index yet.