You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Many calls in pallets do not sufficiently check the validity of the input parameters, which can lead to DoS of the system for some time.
Recently, due to provide invalid data as parameters to one of tfgrid pallet public calls, our subsquid indexer got jammed, which disrupted graphql and consequently made gridproxy report all nodes as offline, which impacted all the dependent services.
An audit is needed to identify and fix any similar vulnerabilities in our runtime calls.
Describe the bug
Many calls in pallets do not sufficiently check the validity of the input parameters, which can lead to DoS of the system for some time.
Recently, due to provide invalid data as parameters to one of tfgrid pallet public calls, our subsquid indexer got jammed, which disrupted graphql and consequently made gridproxy report all nodes as offline, which impacted all the dependent services.
An audit is needed to identify and fix any similar vulnerabilities in our runtime calls.
For more Context:
threefoldtech/tfchain_graphql#143
https://github.com/threefoldtech/tf_operations/issues/2086
The text was updated successfully, but these errors were encountered: