CVE-2023-49398
Description
JFinalCMS v5.0.0 was discovered to contain a Cross-Site Request Forgery (CSRF) vulnerability via /admin/category/delete.
AI Insight
LLM-synthesized narrative grounded in this CVE's description and references.
JFinalCMS v5.0.0 is vulnerable to Cross-Site Request Forgery (CSRF) in the category deletion endpoint, allowing unauthorized deletion of categories.
JFinalCMS v5.0.0 contains a Cross-Site Request Forgery (CSRF) vulnerability in the /admin/category/delete endpoint. The application fails to implement anti-CSRF tokens, allowing an attacker to forge requests on behalf of an authenticated administrator [1][2].
To exploit this, an attacker must trick an authenticated admin into visiting a malicious page while an active session exists. The provided proof-of-concept (PoC) uses a simple HTML form that submits a POST request to delete a category with a specific ID [2]. No special privileges beyond an admin session are required; the attacker only needs to know the target endpoint and parameter.
Successful exploitation enables the attacker to delete arbitrary categories without the admin's knowledge or consent. This can lead to loss of important content and disrupt the CMS's content management workflow. The vulnerability does not allow authentication bypass, but it abuses the trust placed in the admin's browser session [1][2].
As of the publication date, no official patch has been released. Administrators should implement generic CSRF defenses, such as using anti-CSRF tokens or same-site cookies, until a vendor update is available [1].
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.