VYPR
Medium severity5.4NVD Advisory· Published May 8, 2026· Updated May 8, 2026

CVE-2024-33724

CVE-2024-33724

Description

SOPlanning 1.52.00 is vulnerable to Cross Site Scripting (XSS) via the groupe_id parameter to process/groupe_save.php.

AI Insight

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

SOPlanning 1.52.00 has a reflected XSS vulnerability in groupe_save.php via the groupe_id parameter, allowing an unauthenticated attacker to hijack admin sessions.

Vulnerability

Description SOPlanning version 1.52.00 is vulnerable to reflected cross-site scripting (XSS) in the process/groupe_save.php script. The groupe_id parameter is not sanitized before being reflected in the response, allowing an attacker to inject arbitrary JavaScript. The official description and exploit analysis confirm that the parameter escapes its context and comments out the rest of the code, enabling a valid reflected XSS attack [1].

Exploitation

An unauthenticated attacker can exploit this by crafting a malicious link containing the payload in the groupe_id parameter. The link, when visited by an authenticated user (including an administrator), triggers the XSS. For example, the payload "><script>alert('LiQUiDSKY')</script><!-- causes script execution on the target's browser without requiring authentication or special privileges [1].

Impact

Successful exploitation allows the attacker to perform actions on behalf of the victim, such as hijacking the session, stealing credentials, or taking over the entire platform. The exploit author notes that the attacker can gain control of an admin account and subsequently the whole SOPlanning installation [1].

Mitigation

As of the publication date, there is no official patch from the vendor. The application is no longer actively maintained. Users should consider applying input validation and output encoding to the groupe_id parameter, or upgrade to a different planning solution if continued use exposes sensitive data.

AI Insight generated on May 18, 2026. Synthesized from this CVE's description and the cited reference URLs; citations are validated against the source bundle.

Affected products

2

Patches

0

No patches discovered yet.

Vulnerability mechanics

AI mechanics synthesis has not run for this CVE yet.

References

1

News mentions

0

No linked articles in our index yet.