VYPR
Moderate severityNVD Advisory· Published Dec 14, 2023· Updated Nov 26, 2024

CVE-2023-50101

CVE-2023-50101

Description

JFinalcms 5.0.0 is vulnerable to Cross Site Scripting (XSS) via Label management editing.

AI Insight

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

JFinalcms 5.0.0 is vulnerable to stored cross-site scripting (XSS) via the Label management editing functionality.

JFinalcms 5.0.0 contains a stored cross-site scripting (XSS) vulnerability in the Label management editing feature [2]. The vulnerability allows an attacker to inject malicious scripts through input fields that are not properly sanitized before being stored and later rendered in the application. This class of flaw arises when user-supplied data is accepted without adequate encoding or filtering, enabling script execution in the context of other users' sessions [3].

Exploitation

An attacker with access to the Label management functionality can submit crafted payloads, such as JavaScript code, through the editing interface. No special privileges beyond the ability to edit labels are required, as the stored content will be served to any user who views the affected labels, including administrators. The attack does not require user interaction at the point of injection, but victim users must visit the page displaying the malicious label [3].

Impact

Successful exploitation enables the attacker to execute arbitrary JavaScript in the browsers of other users. This can lead to session hijacking, credential theft, defacement, or redirection to malicious sites. Since the XSS is stored, the impact persists for all users who access the compromised label until the injected code is removed [2].

Mitigation

No patch or update has been announced by JFinal as of the publication date; the official repository (jfinal/jfinal) is a framework for which JFinalcms may be a separate project [1]. The vendor advisory and proof-of-concept details have been made public [3]. Users should sanitize all label inputs, implement Content Security Policy headers, and restrict access to label editing until an official fix becomes available [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.