-
Notifications
You must be signed in to change notification settings - Fork 107
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
Check if any of the security issues are blockers for the MVP, and document the remaining security issues #8049
Comments
Hey team! Please add your planning poker estimate with Zenhub @arya2 @oxarbitrage @teor2345 @upbqdn |
Our current list of security issues is in the epic, but here's a copy from 7 December:
I have fixed all the places we're actually logging secret keys right now. |
Here is my take on the security issues: Partially addressed by warning users not to use the experimental scanner on shared machines. Server processes that run as other users and are exploited could still read the viewing keys. This is addressed by telling users to generate new keys for testing. This is addressed by telling users to generate new keys for testing. There also isn't much of an oracle here, because we're launching blocking cryptographic tasks in their own tokio threads. Same as "Files created by Zebra can be read by any user".
This is addressed by removing all known key writes to logs. It is also addressed by telling users to generate new keys for testing.
Same as "Files created by Zebra can be read by any user".
Not needed yet. |
@ZcashFoundation/zebra-team any other input on the security analysis for the MVP? Anything else to be done before we close this issue? |
Can someone double-check that the changelog and scanning doc security warnings cover all these cases? And that the warnings are clear and easy to understand? I think we're fine but it's good to check. https://github.com/ZcashFoundation/zebra/blob/main/book/src/user/shielded-scan.md |
@oxarbitrage Can you please check this? ☝️ |
No description provided.
The text was updated successfully, but these errors were encountered: