Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handle Dead Email Addresses More Gracefully #102

Open
j-frost opened this issue Feb 5, 2018 · 0 comments
Open

Handle Dead Email Addresses More Gracefully #102

j-frost opened this issue Feb 5, 2018 · 0 comments

Comments

@j-frost
Copy link

j-frost commented Feb 5, 2018

Expected Behavior

When requesting access to a secret, SMTP bounce messages caused by f.i. dead email addresses are swallowed by TeamVault.

Actual Behavior

TeamVault tries to send notifications to all users, adding them all via SMTP TO. When such a mail subsequently bounces because one of the TOs is 505 undeliverable, the sender is notified by whatever mail server is configured for TeamVault directly.

Steps to Reproduce the Problem

  1. Grant a user access to a secret who has some invalid email address configured
  2. Request access to the secret using some as-of-yet unprivileged user with a valid inbox.
  3. Observe that second user's inbox. The bounce message leaks who the requested secret belongs to, including their email addresses.

Specifications

  • Version: 0.7.3
  • Platform: //S
  • Subsystem: mailer-daemon
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant