Description
sysPass through version 3.2.11 contains an insecure direct object reference vulnerability that allows any authenticated attacker to access account file attachments belonging to accounts they do not have ACL permissions for by exploiting missing authorization checks in AccountFileController. Attackers can supply arbitrary numeric file IDs through the download, view, delete, upload, and list actions to enumerate and manipulate any attachment in the vault, bypassing account-level access controls entirely.
Published: 2026-07-24
Score: 8.6 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

SysPass through version 3.2.11 suffers from an insecure direct object reference that allows any authenticated user to access, view, delete, upload, or list account file attachments for accounts they should not have permission to access. By supplying arbitrary numeric file identifiers to the AccountFileController endpoints, an attacker can enumerate and manipulate any attachment stored in the vault, effectively bypassing all ACL checks and gaining full access to confidential data attached to other users' accounts.

Affected Systems

The vulnerability affects Nuxsmin’s SysPass product, specifically all releases up to and including version 3.2.11. Any deployment of SysPass within this version range is at risk, regardless of how the application is hosted or accessed.

Risk and Exploitability

The CVSS score of 8.6 indicates a high level of severity. The EPSS score of < 1% reflects a very low probability of exploitation at the time of analysis, and the vulnerability is not listed in CISA’s KEV catalog. However, because the flaw requires authentication, the attacker must first compromise valid credentials. Once authenticated, the attacker can remotely request the vulnerable endpoints over the network to retrieve or manipulate files, thereby achieving a complete breach of data confidentiality.

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

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade SysPass to version 3.2.12 or later, which removes the missing authorization checks in AccountFileController.
  • If an upgrade is not immediately possible, restrict the use of attachment-related features or enforce stricter ACLs so that only authorized users can access the vault endpoints.
  • Apply general web application hardening measures such as disabling unused endpoints, limiting user roles, and ensuring least‑privilege access controls are enforced.

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

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

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

Type Values Removed Values Added
Metrics ssvc

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


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

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

Type Values Removed Values Added
Description sysPass through version 3.2.11 contains an insecure direct object reference vulnerability that allows any authenticated attacker to access account file attachments belonging to accounts they do not have ACL permissions for by exploiting missing authorization checks in AccountFileController. Attackers can supply arbitrary numeric file IDs through the download, view, delete, upload, and list actions to enumerate and manipulate any attachment in the vault, bypassing account-level access controls entirely.
Title sysPass 3.2.11 Insecure Direct Object Reference via AccountFileController
Weaknesses CWE-639
References
Metrics cvssV3_1

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

cvssV4_0

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


cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

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

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

Link: CVE-2026-65708

cve-icon Vulnrichment

Updated: 2026-07-24T17:32:09.519Z

cve-icon NVD

Status : Deferred

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

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

Link: CVE-2026-65708

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

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

Weaknesses
  • CWE-639

    Authorization Bypass Through User-Controlled Key