CVE Catalog

CVE-2026-65711

HighCVSS 7.2
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

High risk
2.41%

82th percentile - higher than 82% of all known CVEs

Summary

OS command injection vulnerability in sysPass up to version 3.2.11, allowing authenticated administrators to execute arbitrary commands by setting a malicious backup path and triggering a backup.

Risk Assessment

An attacker administrator can gain full control over the web server, potentially leading to data confidentiality and integrity breaches.

Recommendation

Update sysPass to a version containing the fix or apply proper input sanitization.

Other vulnerabilities in sysPass

See all
Original NVD description (English source)

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.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS