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.
Published: 2026-07-24
Score: 8.6 High
EPSS: 2.4% Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability is an OS command injection that allows authenticated administrators to execute arbitrary shell commands as the web server process user. By configuring a malicious backup path and triggering a backup, the service concatenates the path into a tar shell command without sanitization, leading to persistent command execution on every backup operation. This flaw otherwise enables full compromise of the server running the web application.

Affected Systems

The affected product is sysPass from the vendor nuxsmin. All installations running version 3.2.11 or earlier are vulnerable. No other product versions are known to be impacted.

Risk and Exploitability

The CVSS score of 8.6 classifies the vulnerability as high severity, while an EPSS score of 2% indicates a very low but non-negligible exploitation probability at this time. Since it is not listed in CISA KEV, the likelihood of active attacks is presently low, but the impact is severe if exploitation occurs. An attacker must be an authenticated administrator, and based on the description, the attack vector is local to the application. Once the malicious backup path is set, subsequent backup triggers will execute the injected commands without further actions.

Generated by OpenCVE AI on August 3, 2026 at 19:51 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade sysPass to the latest available version where the vulnerability is addressed, or to a version specifically patched for this issue if available.
  • Disable or remove the backup feature until a fixed version is installed to eliminate the command execution path.
  • Limit access to the administrator role, ensuring only trusted personnel can modify backup settings and trigger backups.
  • Monitor backup and system logs for unexpected command execution or abnormal activity.

Generated by OpenCVE AI on August 3, 2026 at 19:51 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 28 Jul 2026 01:30:00 +0000

Type Values Removed Values Added
First Time appeared Cygnux
Cygnux syspass
CPEs cpe:2.3:a:cygnux:syspass:*:*:*:*:*:*:*:*
Vendors & Products Cygnux
Cygnux syspass

Mon, 27 Jul 2026 13:15:00 +0000

Type Values Removed Values Added
First Time appeared Nuxsmin
Nuxsmin syspass
Vendors & Products Nuxsmin
Nuxsmin syspass

Sat, 25 Jul 2026 01:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'poc', 'Technical Impact': 'total'}, 'version': '2.0.3'}


Fri, 24 Jul 2026 18:30:00 +0000

Type Values Removed Values Added
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.
Title sysPass 3.2.11 Authenticated OS Command Injection via Backup Path
Weaknesses CWE-78
References
Metrics cvssV3_1

{'score': 7.2, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H'}

cvssV4_0

{'score': 8.6, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:H/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N'}


cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-07-28T01:06:17.122Z

Reserved: 2026-07-22T20:26:09.982Z

Link: CVE-2026-65711

cve-icon Vulnrichment

Updated: 2026-07-25T00:54:53.440Z

cve-icon NVD

Status : Deferred

Published: 2026-07-24T17:17:34.857

Modified: 2026-07-27T20:36:13.407

Link: CVE-2026-65711

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-03T20:00:13Z

Weaknesses
  • CWE-78

    Improper Neutralization of Special Elements used in an OS Command ('OS Command Injection')