Incorrect authorization in TeamPass - #VU151663
Published: September 22, 2026
Vulnerability details
The vulnerability allows a remote user to disclose plaintext passwords, TOTP codes, and item metadata.
The vulnerability exists due to improper authorization in the REST API item-read handlers when processing requests for restricted items. A remote user can send a request to retrieve an item from which they were explicitly restricted to disclose plaintext passwords, TOTP codes, and item metadata.
The web password-read path enforces the item-level restriction, but the REST API read paths do not consult the restriction tables.