mirror of
https://github.com/pocket-id/pocket-id.git
synced 2025-12-11 07:32:57 +03:00
🐛 Bug Report: SMTP Password is leaked in clear text to admins #159
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @jeboehm on GitHub.
Reproduction steps
UI_CONFIG_DISABLED=truein envSMTP_PASSWORDin envpasswordtotextor just check its valueExpected behavior
It is imperative that passwords remain undisclosed to all users, regardless of their administrative privileges.
Actual Behavior
The password set via
SMTP_PASSWORDis leaked to the admin user.Version and Environment
v1.4.1
Log Output
No response
@stonith404 commented on GitHub:
Thanks, this should be fixed in
ba61cdba4eand will be available in the next release.