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

CVE-2023-49446

CVE-2023-49446

Description

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

AI Insight

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

JFinalCMS v5.0.0 has a CSRF vulnerability in /admin/nav/save, allowing attackers to create arbitrary navigation items via a crafted request.

Vulnerability

Overview JFinalCMS v5.0.0 is affected by a Cross-Site Request Forgery (CSRF) vulnerability in the navigation management endpoint /admin/nav/save. The issue arises because the application does not enforce any anti-CSRF tokens or origin validation when processing navigation save requests [1].

Exploitation

An attacker can exploit this by crafting a malicious HTML page that, when visited by an authenticated administrator, submits a POST request to /admin/nav/save with arbitrary parameters such as name, parentId, and url. A proof-of-concept (PoC) is available demonstrating a form-based attack targeting the default localhost address [2]. The attack requires no special privileges beyond the victim's existing session.

Impact

Successful exploitation allows the attacker to create new navigation items in the admin panel without the administrator's knowledge. This could be used to inject malicious links, redirect users, or alter the site's structure, potentially leading to further attacks like phishing or session hijacking.

Mitigation

No official patch has been released as of the disclosure date. Administrators are advised to implement CSRF protection mechanisms, such as synchronizer tokens or same-site cookie attributes, and consider restricting access to the admin panel.

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.