Vulnerability Description
sysPass through version 3.2.11 contains an OS command injection vulnerability that allows authenticated administrators to execute arbitrary commands as the web server process user by setting a malicious backup path and triggering a backup. The FileBackupService builds a tar shell command via string concatenation, inserting the admin-configurable siteBackupPath setting without escapeshellarg() or equivalent sanitization before passing it to exec(), causing injected commands to persist and execute on every subsequent backup trigger.
CVSS Score
HIGH
Related Weaknesses (CWE)
References
- https://gist.github.com/sermikr0/16bcbc799dc33d39d5714db9bbcbdb77
- https://www.vulncheck.com/advisories/syspass-authenticated-os-command-injection-
FAQ
What is CVE-2026-65711?
CVE-2026-65711 is a vulnerability with a CVSS score of 7.2 (HIGH). sysPass through version 3.2.11 contains an OS command injection vulnerability that allows authenticated administrators to execute arbitrary commands as the web server process user by setting a malicio...
How severe is CVE-2026-65711?
CVE-2026-65711 has been rated HIGH with a CVSS base score of 7.2/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-65711?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.