SEPTEMBER 20, 2026
Live Feed
Back to database
Case File

CVE-2026-65710

HIGH · CVSS 7.1 EPSS 0.18% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-07-24 · Last synced 2026-08-23

CyberRota Analysis

AI-Generated

The vulnerability in sysPass version 3.2.11 allows authenticated users with the PUBLICLINK_CREATE profile to bypass authorization checks, enabling them to decrypt and store any vault account's password. This flaw can lead to unauthorized access to sensitive credentials, as attackers can exploit the public link creation process to retrieve cleartext passwords from the Vault database. Organizations using this version of sysPass should prioritize remediation to protect against potential credential exposure and unauthorized access.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

Detected Signals
exploit
GitHub PoC Links

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-65710
Severity
HIGH
CVSS
7.1
EPSS
0.18%

Original NVD Description

sysPass through version 3.2.11 contains a missing authorization vulnerability that allows authenticated users with the PUBLICLINK_CREATE profile flag to trigger unauthorized decryption and persistent storage of any vault account's password by exploiting the absence of AccountAcl checks in the public link creation flow. Attackers can invoke the saveCreateFromAccountAction endpoint to cause AccountService::getDataForLink to load arbitrary target accounts without AccountFilterUser restrictions, decrypt credentials using the session master key, and serialize cleartext passwords into Vault storage on the PublicLink database row, enabling subsequent unauthenticated retrieval if the generated link hash is recovered.