CVE-2026-40549
Description
SOPlanning versions ≤1.55 are vulnerable to CSRF in groupe_save endpoints, allowing attackers to create, modify, or delete groups via forged requests.
AI Insight
LLM-synthesized narrative grounded in this CVE's description and references.
SOPlanning versions ≤1.55 are vulnerable to CSRF in groupe_save endpoints, allowing attackers to create, modify, or delete groups via forged requests.
Vulnerability
SOPlanning versions 1.55 and below are vulnerable to Cross‑Site Request Forgery (CSRF) in the groupe_save endpoints used for creating, modifying, and deleting groups. The application does not implement anti‑CSRF tokens or other origin‑validation mechanisms, making the endpoints susceptible to forged requests from external sites [1].
Exploitation
An attacker must craft a malicious website or email that, when visited by an authenticated SOPlanning user, automatically sends a forged GET or POST request to one of the groupe_save endpoints. No additional authentication or user interaction beyond visiting the attacker‑controlled page is required. The forged request can be triggered without the victim’s knowledge [1].
Impact
A successful CSRF attack allows the attacker to create, modify, or delete groups within the SOPlanning application. This can lead to unauthorized changes in project and resource management structures, potentially disrupting team assignments and visibility. The attacker does not gain direct access to sensitive data but can alter group configurations [1].
Mitigation
As of the publication date (2026‑06‑01), no patched version has been released. The vendor has not disclosed a fix. Administrators should implement CSRF protections such as synchronizer tokens or same‑site cookie attributes. Until a patch is available, consider restricting access to the groupe_save endpoints via network controls or disabling group management features if not essential [1].
AI Insight generated on Jun 1, 2026. Synthesized from this CVE's description and the cited reference URLs; citations are validated against the source bundle.
Affected products
1- Range: <=1.55
Patches
0No patches discovered yet.
Vulnerability mechanics
No source-code context for this CVE — mechanics is only generated when we can read the actual fix diff. Without that, the four sections (root cause, attack vector, affected code, fix) would be speculation rather than analysis.
References
2News mentions
0No linked articles in our index yet.