CVE-2026-40549
Cross-Site Request Forgery in SOPlanning
Publication date: 2026-06-01
Last updated on: 2026-06-01
Assigner: CERT.PL
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| soplanning | soplanning | to 1.55 (exc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-352 | The web application does not, or cannot, sufficiently verify whether a request was intentionally provided by the user who sent the request, which could have originated from an unauthorized actor. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
The vulnerability in SOPlanning is a Cross-Site Request Forgery (CSRF) affecting the groupe_save create, modify, and delete endpoints. This means an attacker can create a malicious website that, when visited by an authenticated user of SOPlanning, automatically sends forged GET or POST requests to the application without the user's consent.
How can this vulnerability impact me? :
This vulnerability can allow an attacker to perform unauthorized actions on behalf of an authenticated user, such as creating, modifying, or deleting group data within SOPlanning. This could lead to data manipulation or loss, potentially disrupting normal operations or compromising data integrity.