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

CVE-2023-49373

CVE-2023-49373

Description

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

AI Insight

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

JFinalCMS v5.0.0 is vulnerable to CSRF in the /admin/slide/delete endpoint, allowing an attacker to delete slide records without admin consent.

Vulnerability

Overview

A Cross-Site Request Forgery (CSRF) vulnerability exists in JFinalCMS v5.0.0. The /admin/slide/delete endpoint does not implement anti-CSRF tokens or other validation mechanisms, making it possible for an attacker to trick an authenticated administrator into performing unintended deletion actions [1][2].

Exploitation

To exploit this vulnerability, the attacker crafts a malicious HTML page that automatically submits a POST request to the /admin/slide/delete endpoint with a target slide identifier (e.g., ids=84). If a logged-in administrator visits this page in the same browser session, the request is executed with the administrator's credentials, resulting in the deletion of the specified slide [3].

Impact

A successful CSRF attack allows the attacker to delete broadcast images or slides from the admin panel without authorization, potentially causing content disruption or data loss within the CMS [2][3].

Mitigation

As of the publication date, no official patch from the vendor has been mentioned for this specific CSRF issue. The vulnerability was publicly disclosed via a GitHub advisory with a proof-of-concept [3]. Administrators should consider implementing anti-CSRF tokens or same-site cookie policies as a workaround.

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.