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
Agoo currently does not support request validations meaning cycle fragment requests lead to unbounded results causing instances of Agoo to crash.
Sample exploit script:
query test { __schema { ...A } } fragment A on __Schema { types { fields { name } } ...B } fragment B on __Schema { ...A }
For more information see: https://github.com/nicholasaleks/graphql-threat-matrix/blob/master/implementations/agoo.md
Spec ref: https://spec.graphql.org/October2021/#sec-Fragment-spreads-must-not-form-cycles
The text was updated successfully, but these errors were encountered:
Fixed in v2.14.3.
Sorry, something went wrong.
It would have been nice to give me more than a day to fix the issue before submitting to the NVD. Just saying...
No branches or pull requests
Agoo currently does not support request validations meaning cycle fragment requests lead to unbounded results causing instances of Agoo to crash.
Sample exploit script:
For more information see: https://github.com/nicholasaleks/graphql-threat-matrix/blob/master/implementations/agoo.md
Spec ref: https://spec.graphql.org/October2021/#sec-Fragment-spreads-must-not-form-cycles
The text was updated successfully, but these errors were encountered: