CVE-2026-40544
Description
CVE-2026-40544 describes a stored XSS vulnerability in SOPlanning ≤1.55, where an authenticated attacker injects malicious JavaScript via a crafted backup archive, leading to script execution in a victim's browser.
AI Insight
LLM-synthesized narrative grounded in this CVE's description and references.
CVE-2026-40544 describes a stored XSS vulnerability in SOPlanning ≤1.55, where an authenticated attacker injects malicious JavaScript via a crafted backup archive, leading to script execution in a victim's browser.
Vulnerability
A stored cross-site scripting (XSS) vulnerability exists in SOPlanning versions 1.55 and below via the /process/upload_backup endpoint. An authenticated attacker with access to the backup functionality can upload a crafted ZIP archive containing a malicious user.csv file with embedded JavaScript. The injected code is executed in the victim’s browser when a user clicks the Edit button for the malicious backup. The product is an online project management and planning tool [2].
Exploitation
To exploit the vulnerability, an attacker must be authenticated and have access to the backup upload functionality. The attacker crafts a ZIP archive that includes a user.csv file with malicious JavaScript code embedded in one of the fields. After uploading the archive via the backup endpoint, the malicious data is stored. When another user (or the same attacker) navigates to the backup list and clicks the Edit button for that specific backup, the injected script executes in the context of the victim's session [1].
Impact
Successful exploitation results in stored cross-site scripting, allowing the attacker to execute arbitrary JavaScript in the victim's browser. This can lead to session hijacking, credential theft, or other actions that the victim user can perform within the application, potentially compromising data confidentiality and integrity [1].
Mitigation
As of the publication date (2026-06-01), no fixed version is mentioned in the available references. Users should restrict access to the backup functionality to trusted administrators only, monitor for suspicious backup uploads, and apply strict input validation on CSV data in backups. CERT Polska reported the vulnerability, and users are advised to watch for an official patch from SOPlanning [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
2<=1.55+ 1 more
- (no CPE)range: <=1.55
- (no CPE)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.