Your web application is running with GraphiQL Explorer/Playground enabled within a production environment. GraphiQL Explorer/Playground is an interactive in-browser GraphQL Integrated Development Environment (IDE) that allows developers to explore, test, and debug GraphQL queries and mutations. It provides a user-friendly interface for working with GraphQL APIs, making it easy to visualize the API schema, write queries, and see real-time results. GraphiQL is an open-source project maintained by the GraphQL Foundation.
Having the GraphiQL Explorer/Playground enabled can lead to unauthorized access to sensitive information, such as query structures, schema details, and potentially user data. Attackers may use this information to exploit other vulnerabilities within the system or perform targeted attacks.
Disable GraphiQL Explorer/Playground: Ensure that the GraphiQL Explorer or Playground is disabled in production environments. It should only be enabled in development or staging environments with restricted access.

You can search and find all vulnerabilities
