VYPR
High severityNVD Advisory· Published Dec 5, 2023· Updated Aug 2, 2024

CVE-2023-49383

CVE-2023-49383

Description

JFinalCMS v5.0.0 was discovered to contain a Cross-Site Request Forgery (CSRF) vulnerability via /admin/tag/save.

AI Insight

LLM-synthesized narrative grounded in this CVE's description and references.

JFinalCMS v5.0.0 is vulnerable to CSRF in /admin/tag/save, allowing attackers to perform unauthorized actions via crafted requests.

CVE-2023-49383 is a Cross-Site Request Forgery (CSRF) vulnerability in JFinalCMS v5.0.0, specifically in the /admin/tag/save endpoint. The root cause is the lack of anti-CSRF tokens or origin validation, enabling attackers to forge requests that modify tag data on behalf of an authenticated administrator [1][2].

Exploitation requires the victim admin to be logged into the application and to click on a malicious link or visit a page hosting a crafted HTML form. A proof-of-concept demonstrates a form that automatically submits a POST request with parameters such as a tag name, thereby creating a new tag without the admin's consent [2]. The attack can be carried out from any origin, as no cross-origin protections are implemented.

Successful exploitation allows an attacker to create or modify tags in the system. This could lead to data integrity issues, and if tag names are used in other parts of the application (e.g., displayed on pages), it could pave the way for stored Cross-Site Scripting (XSS) attacks, though the advisory does not confirm this.

As of December 2023, no official patch has been released for this vulnerability. Users are advised to implement CSRF tokens, validate the Origin header, or employ additional security measures such as re-authentication for sensitive actions until a fix is provided [1][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.

PackageAffected versionsPatched versions
com.jfinal:jfinalMaven
<= 5.0.0

Affected products

2

Patches

0

No patches discovered yet.

Vulnerability mechanics

AI mechanics synthesis has not run for this CVE yet.

References

3

News mentions

0

No linked articles in our index yet.