Hi Passbolt team and community,
I want to report a security concern I discovered while testing the RBAC features in Passbolt Pro.
Setup
-
Passbolt Pro (self-hosted on RHEL 9)
-
Browser extension enabled
-
RBAC configured with a custom role:
- Can preview password → Deny
- Can copy password → Allow (for autofill purposes)
The intention was to allow users to benefit from autofill without ever seeing the actual password in plaintext.
This is a common PAM (Privileged Access Management) use case — users authenticate to systems without knowing the credentials.
The Issue
When a user navigates to a site where Passbolt has stored credentials, the browser (Chrome/Firefox) displays its native “Save password?” popup.
This popup includes an eye icon that reveals the password in plaintext — completely bypassing the RBAC restriction:
Can preview password: Deny
Steps to Reproduce
-
Configure a custom role with:
- Can preview password → Deny
-
Assign this role to a user
-
Share a credential with this user (Read or Update permission)
-
User navigates to the site URL
-
Passbolt extension performs autofill
-
Browser displays the native “Save password?” popup
-
User clicks the eye icon in the popup
-
Password becomes visible in plaintext

Result: RBAC restriction is bypassed.
Expected Behavior
The user should not be able to see the password in plaintext in any way, including through browser-native popups.
Actual Behavior
The password is exposed through the browser’s native credential save popup, which the Passbolt extension currently cannot fully control.
Impact
This defeats the purpose of the RBAC setting:
Can preview password: Deny
Organizations using Passbolt for PAM scenarios — where the goal is zero-knowledge access for end users — may be exposed to unintended password disclosure.
Possible Mitigations (Suggestions)
-
Suppress autofill into browser-visible fields when
"Can preview password: Deny"is active- Use hidden/masked input injection instead
-
Document this limitation clearly in the RBAC documentation
- Ensure administrators understand the security implications
-
Attempt to suppress the browser-native save popup
- For example via
autocomplete="off"or similar browser-handling techniques where possible
- For example via
Questions for the Team
- Is this a known limitation?
- Is there a recommended workaround to fully prevent password exposure for users with
"Can preview password: Deny"? - Is this behavior on the roadmap to address?
Thanks for the great product and for considering this feedback.
Looking forward to the community’s thoughts.