๐Ÿ” CVE Alert

CVE-2026-63725

HIGH 7.2

sysPass FileBackupService Authenticated OS Command Injection via Backup Path

CVSS Score
7.2
EPSS Score
0.0%
EPSS Percentile
0th

sysPass's FileBackupService::doBackupFiles() in lib/SP/Services/Backup/FileBackupService.php around line 388 builds a tar shell command by string-concatenating the backup directory path $this->path directly into the command line ('tar czf ' . $backupFileApp . ' ' . BASE_PATH . ' --exclude \"' . $this->path . '\" 2>&1') and passes the result to PHP's exec() with no application of escapeshellarg() and no validation of the path against a safe character set. The $this->path value is read from the sysPass configuration, which is persisted in the database and writable through the admin settings API and the admin UI. An administrator (or an attacker who has obtained an admin API token or admin session) can therefore store a backup path containing shell metacharacters and trigger a backup operation to execute arbitrary OS commands as the web server process user (typically www-data or apache). Because sysPass is a password manager whose sole purpose is to hold credentials for other systems, code execution as the web-server user permits reading sysPass's master password and encryption key from memory or configuration files, decrypting every stored credential in the database, exporting the entire password vault, pivoting to internal systems using the disclosed credentials, and installing persistent backdoors on the password-manager host.

CWE CWE-78
Vendor nuxsmin
Product syspass
Published Aug 6, 2026
Last Updated Aug 6, 2026
Stay Ahead of the Next One

Get instant alerts for nuxsmin syspass

Be the first to know when new high vulnerabilities affecting nuxsmin syspass are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

CVSS v3 Breakdown

CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H
Attack Vector
Network
Attack Complexity
Low
Privileges Required
High
User Interaction
None
Scope
Unchanged
Confidentiality
High
Integrity
High
Availability
High

Affected Versions

nuxsmin / sysPass
3.0.0 โ‰ค 3.2.11

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/nuxsmin/sysPass gist.github.com: https://gist.github.com/W40X/6747ba1b7da7bb69b0c0e162628df279

Credits

๐Ÿ” Reju Kole