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

Check if the GraphQL API plugin is protected against attacks #865

Closed
leoloso opened this issue Jul 24, 2021 · 2 comments
Closed

Check if the GraphQL API plugin is protected against attacks #865

leoloso opened this issue Jul 24, 2021 · 2 comments

Comments

@leoloso
Copy link
Collaborator

leoloso commented Jul 24, 2021

In presentation Damn GraphQL - Defending and Attacking APIs - Dolev Farhi, a security researcher brings down a WordPress site by attacking the WPGraphQL endpoint, killing the DB in less than 20 seconds using a simple Python script. Frightening!

The same security researcher created Damn Vulnerable GraphQL Application to highlight several attach vectors to a GraphQL server.

Task: Attack a site running the GraphQL API for WordPress, and make an assessment if it withstands the attacks.

@dolevf
Copy link

dolevf commented Aug 19, 2021

I'm the security engineer behind DVGA/Damn GraphQL talk, I would be willing to take on this task if you need a pair of hands to test it out.

@leoloso
Copy link
Collaborator Author

leoloso commented Aug 20, 2021

Hi @dolevf that would be awesome, thanks! (Btw, I loved your presentation!) I'll accept your help.

I still need to protect the server by query complexity analysis, though, and I can only implement it in a few months. I'll keep you updated

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants