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

Apparently insecure use of wildcards #7

Open
LVSant opened this issue Jul 29, 2021 · 0 comments
Open

Apparently insecure use of wildcards #7

LVSant opened this issue Jul 29, 2021 · 0 comments

Comments

@LVSant
Copy link

LVSant commented Jul 29, 2021

Our research team at Tenchi found some apparently insecure use of wildcards (*) in your Custom Lambda Authorizer. Precisely here. When you use wildcards anywhere in policies resources other than in the very end and after a slash, you're very likely to be allowing your users to access more API endpoints than you intended. This is because the wildcard (*) doesn't stop expanding at slashes (/), as the AWS documentation stated up until very recently. For clarification, please check out our blog post about the subject at Tenchi Security

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