CyberRota Analysis
AI-GeneratedThe 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.
Note: these links are listed for security research and verification purposes only.
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.