CVE-2026-40548
Description
SOPlanning 1.55 and below allows authenticated attackers to upload malicious files via backup ZIP, enabling RCE when combined with a path traversal vulnerability.
AI Insight
LLM-synthesized narrative grounded in this CVE's description and references.
SOPlanning 1.55 and below allows authenticated attackers to upload malicious files via backup ZIP, enabling RCE when combined with a path traversal vulnerability.
Vulnerability
SOPlanning does not verify the file extension of uploaded files during the backup restore process. An authenticated attacker with access to the backup functionality can upload a crafted ZIP archive containing a legitimate user.csv file alongside a malicious file (e.g., a PHP script). The ZIP is extracted on the server. When combined with the path traversal vulnerability CVE-2026-40547, the malicious file can be written to a web-accessible directory. This issue affects SOPlanning version 1.55 and below [1].
Exploitation
The attacker must have authenticated access to the backup feature. The attack involves creating a ZIP archive that includes a legitimate user.csv file and a malicious PHP script. Using a directory traversal pattern in the filename of the malicious file (e.g., ../../../webroot/malicious.php), the attacker uploads the ZIP via the backup restore interface. The server extracts the archive, placing the PHP script in a web-accessible location due to the path traversal [1].
Impact
By accessing the uploaded PHP script via a browser, the attacker achieves arbitrary code execution on the server. This can lead to full compromise of the SOPlanning installation, including data theft, modification, or further exploitation of the underlying system [1].
Mitigation
As of the publication date, no official fix or workaround has been disclosed in the available references. Affected versions include SOPlanning up to 1.55. Users are advised to monitor the vendor's website for patches and restrict access to the backup functionality to trusted administrators only. CVE-2026-40548 is not listed in the Known Exploited Vulnerabilities (KEV) catalog [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.