VYPR

Graphql Engine

by Hasura

Source repositories

CVEs (8)

  • CVE-2021-47748CriJan 21, 2026
    risk 0.64cvss 9.8epss 0.01

    Hasura GraphQL 1.3.3 contains a remote code execution vulnerability that allows attackers to execute arbitrary shell commands through SQL query manipulation. Attackers can inject commands into the run_sql endpoint by crafting malicious GraphQL queries that execute system…

  • CVE-2022-46792HigDec 8, 2022
    risk 0.57cvss 8.8epss 0.01

    Hasura GraphQL Engine before 2.15.2 mishandles row-level authorization in the Update Many API for Postgres backends. The fixed versions are 2.10.2, 2.11.3, 2.12.1, 2.13.2, 2.14.1, and 2.15.2. (Versions before 2.10.0 are unaffected.)

  • CVE-2021-47713HigDec 22, 2025
    risk 0.49cvss 7.5epss 0.00

    Hasura GraphQL 1.3.3 contains a denial of service vulnerability that allows attackers to overwhelm the service by crafting malicious GraphQL queries with excessive nested fields. Attackers can send repeated requests with extremely long query strings and multiple threads to…

  • CVE-2021-47714MedDec 22, 2025
    risk 0.36cvss 5.5epss 0.00

    Hasura GraphQL 1.3.3 contains a local file read vulnerability that allows attackers to access system files through SQL injection in the query endpoint. Attackers can exploit the pg_read_file() PostgreSQL function by crafting malicious SQL queries to read arbitrary files on the…

  • CVE-2021-47715MedDec 22, 2025
    risk 0.34cvss 5.3epss 0.00

    Hasura GraphQL 1.3.3 contains a server-side request forgery vulnerability that allows attackers to inject arbitrary remote schema URLs through the add_remote_schema endpoint. Attackers can exploit the vulnerability by sending crafted POST requests to the /v1/query endpoint with…

  • CVE-2026-54698MedJul 7, 2026
    risk 0.00cvss epss 0.00

    Hasura is an open-source product that provides users GraphQL or REST APIs. Prior to 2.49.2 and 2.45.5, a user can use a where clause on a table computed field (returning SETOF some_table) to infer row values that ought to be filtered for their role based on some_table's…

  • CVE-2023-27588HigMar 14, 2023
    risk 0.00cvss 7.5epss 0.01

    Hasura is an open-source product that provides users GraphQL or REST APIs. A path traversal vulnerability has been discovered within Hasura GraphQL Engine prior to versions 1.3.4, 2.55.1, 2.20.1, and 2.21.0-beta1. Projects running on Hasura Cloud were not vulnerable. Self-hosted…

  • CVE-2019-1020015HigJul 29, 2019
    risk 0.00cvss 7.5epss 0.01

    graphql-engine (aka Hasura GraphQL Engine) before 1.0.0-beta.3 mishandles the audience check while verifying JWT.