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

CVE-2023-49377

CVE-2023-49377

Description

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

AI Insight

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

JFinalCMS v5.0.0 contains a CSRF vulnerability in the /admin/tag/update endpoint, allowing attackers to modify tags without user consent.

Vulnerability

Overview

CVE-2023-49377 is a Cross-Site Request Forgery (CSRF) vulnerability in JFinalCMS v5.0.0, specifically in the /admin/tag/update endpoint. The application fails to implement anti-CSRF tokens or other validation mechanisms, making it possible for an attacker to craft a malicious request that, when executed by an authenticated administrator, performs unintended tag modifications [1][2].

Exploitation

An attacker can exploit this by hosting a crafted HTML page (as demonstrated in the proof-of-concept) that automatically submits a POST request to /admin/tag/update with arbitrary tag data. The attack requires the victim to be logged into JFinalCMS and to visit the attacker-controlled page. No additional authentication or privileges are needed beyond the victim's session [2].

Impact

Successful exploitation allows an attacker to modify existing tags in the CMS, potentially altering content categorization or introducing misleading labels. While the impact is limited to tag management, it could be used to deface content or disrupt site organization. The vulnerability does not lead to full system compromise but undermines data integrity [1][2].

Mitigation

As of the publication date, no official patch has been released. The vendor should implement CSRF tokens for all state-changing operations, particularly in the admin panel. Users are advised to apply additional security measures such as same-site cookies or custom request headers until a fix 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.

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.