VYPR
Moderate severityNVD Advisory· Published Jan 12, 2024· Updated Sep 10, 2024

CVE-2024-22493

CVE-2024-22493

Description

A stored XSS vulnerability exists in JFinalcms 5.0.0 via the /gusetbook/save content parameter, which allows remote attackers to inject arbitrary web script or HTML.

AI Insight

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

Stored XSS in JFinalcms 5.0.0 via /guestbook/save allows remote unauthenticated attackers to inject arbitrary scripts.

A stored cross-site scripting (XSS) vulnerability exists in JFinalcms 5.0.0 via the /guestbook/save endpoint, specifically in the content parameter. The input is not properly sanitized or encoded, allowing attackers to store arbitrary web scripts that will be executed later [1][2].

Exploitation does not require authentication; an attacker sends a POST request to /guestbook/save with a crafted content parameter, such as `. The payload is stored in the database and triggered when an administrator visits /admin/guestbook` to view the guestbook entries [2].

When an admin accesses the affected page, the injected script executes in their browser, enabling theft of session cookies, defacement, or other actions within the admin context. The impact is high, as an attacker can compromise the admin session and potentially gain full control [1][2].

As of publication, no official patch has been released. Users should implement input sanitization and encoding for the content field, or restrict access to the guestbook functionality. The vulnerability is publicly documented with a proof-of-concept (PoC) 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.