CVE-2024-22497
Description
Cross Site Scripting (XSS) vulnerability in /admin/login password parameter in JFinalcms 5.0.0 allows attackers to run arbitrary code via crafted URL.
AI Insight
LLM-synthesized narrative grounded in this CVE's description and references.
Reflected XSS in JFinalcms 5.0.0 admin login password parameter allows remote attackers to execute arbitrary JavaScript via a crafted URL.
A reflected cross-site scripting (XSS) vulnerability exists in JFinalcms version 5.0.0. The /admin/login endpoint fails to sanitize the password parameter, allowing an attacker to inject arbitrary web scripts. The vulnerability is described in detail in a public security advisory [2].
An attacker can exploit this by crafting a URL containing malicious JavaScript in the password parameter and tricking an authenticated or unauthenticated user into visiting it. When the login form is processed (e.g., submitted or the page is rendered), the injected script executes in the user's browser. The proof-of-concept payload "> demonstrates the issue [2].
Successful exploitation enables the attacker to execute arbitrary JavaScript in the context of the victim's session. This can lead to session hijacking, credential theft, or defacement of the admin interface. The impact is limited by the attacker's ability to deliver the malicious link, but no authentication is required to trigger the reflection.
As of the latest disclosure, no official patch has been released for this vulnerability. Administrators are advised to implement input validation and output encoding for the password parameter, or restrict access to the admin interface until a fix is available [1][2].
MITRE has assigned this CVE based on the reported issue [1]. Users should monitor for updates from the vendor.
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
3News mentions
0No linked articles in our index yet.