CyberRota Analysis
AI-GeneratedThe vulnerability allows authenticated administrators of sysPass version 3.2.11 to exploit an OS command injection flaw by manipulating the backup path, enabling arbitrary command execution as the web server process user. This could lead to unauthorized access or control over the server, posing significant security risks. Organizations using this version of sysPass should prioritize immediate remediation to mitigate potential exploitation.
Public Exploit Signal
A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.
Note: these links are listed for security research and verification purposes only.
Original NVD 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.