VYPR

Directus

by Monospace

npm: directus

Source repositories

CVEs (62)

  • CVE-2026-35441MedApr 6, 2026
    risk 0.35cvss 6.5epss 0.00

    Directus is a real-time API and App dashboard for managing SQL database content. Prior to 11.17.0, Directus' GraphQL endpoints (/graphql and /graphql/system) did not deduplicate resolver invocations within a single request. An authenticated user could exploit GraphQL aliasing to…

  • CVE-2025-64748MedNov 13, 2025
    risk 0.35cvss 6.5epss 0.00

    Directus is a real-time API and App dashboard for managing SQL database content. A vulnerability in versions prior to 11.13.0 allows authenticated users to search concealed/sensitive fields when they have read permissions. While actual values remain masked (`****`), successful…

  • CVE-2025-53889MedJul 15, 2025
    risk 0.35cvss 6.5epss 0.00

    Directus is a real-time API and App dashboard for managing SQL database content. Starting in version 9.12.0 and prior to version 11.9.0, Directus Flows with a manual trigger are not validating whether the user triggering the Flow has permissions to the items provided as payload…

  • CVE-2024-39895MedJul 8, 2024
    risk 0.35cvss 6.5epss 0.01

    Directus is a real-time API and App dashboard for managing SQL database content. A denial of service (DoS) attack by field duplication in GraphQL is a type of attack where an attacker exploits the flexibility of GraphQL to overwhelm a server by requesting the same field multiple…

  • CVE-2025-30350MedMar 26, 2025
    risk 0.34cvss 5.3epss 0.00

    Directus is a real-time API and App dashboard for managing SQL database content. The `@directus/storage-driver-s3` package starting in version 9.22.0 and prior to version 12.0.1, corresponding to Directus starting in version 9.22.0 and prior to 11.5.0, is vulnerable to asset…

  • CVE-2025-30225MedMar 26, 2025
    risk 0.34cvss 5.3epss 0.00

    Directus is a real-time API and App dashboard for managing SQL database content. The `@directus/storage-driver-s3` package starting in version 9.22.0 and prior to version 12.0.1, corresponding to Directus starting in version 9.22.0 and prior to 11.5.0, is vulnerable to asset…

  • CVE-2024-39701MedJul 8, 2024
    risk 0.34cvss 6.3epss 0.00

    Directus is a real-time API and App dashboard for managing SQL database content. Directus >=9.23.0, <=v10.5.3 improperly handles _in, _nin operators. It evaluates empty arrays as valid so expressions like {"role": {"_in": $CURRENT_USER.some_field}} would evaluate to true…

  • CVE-2026-35410MedApr 6, 2026
    risk 0.33cvss 6.1epss 0.00

    Directus is a real-time API and App dashboard for managing SQL database content. Prior to 11.16.1, an open redirect vulnerability exists in the login redirection logic. The isLoginRedirectAllowed function fails to correctly identify certain malformed URLs as external, allowing…

  • CVE-2023-45820MedOct 19, 2023
    risk 0.31cvss 5.9epss 0.01

    Directus is a real-time API and App dashboard for managing SQL database content. In affected versions any Directus installation that has websockets enabled can be crashed if the websocket server receives an invalid frame. A malicious user could leverage this bug to crash…

  • CVE-2024-54128MedDec 5, 2024
    risk 0.30cvss 5.7epss 0.00

    Directus is a real-time API and App dashboard for managing SQL database content. The Comment feature has implemented a filter to prevent users from adding restricted characters, such as HTML tags. However, this filter operates on the client-side, which can be bypassed, making…

  • CVE-2023-38503MedJul 25, 2023
    risk 0.30cvss 5.7epss 0.01

    Directus is a real-time API and App dashboard for managing SQL database content. Starting in version 10.3.0 and prior to version 10.5.0, the permission filters (i.e. `user_created IS $CURRENT_USER`) are not properly checked when using GraphQL subscription resulting in…

  • CVE-2025-64747MedNov 13, 2025
    risk 0.29cvss 5.5epss 0.00

    Directus is a real-time API and App dashboard for managing SQL database content. A stored cross-site scripting (XSS) vulnerability exists in versions prior to 11.13.0 that allows users with `upload files` and `edit item` permissions to inject malicious JavaScript through the…

  • CVE-2025-27089MedFeb 19, 2025
    risk 0.28cvss 5.4epss 0.00

    Directus is a real-time API and App dashboard for managing SQL database content. In affected versions if there are two overlapping policies for the `update` action that allow access to different fields, instead of correctly checking access permissions against the item they apply…

  • CVE-2024-6534MedAug 15, 2024
    risk 0.28cvss 4.3epss 0.00

    Directus v10.13.0 allows an authenticated external attacker to modify presets created by the same user to assign them to another user. This is possible because the application only validates the user parameter in the 'POST /presets' request but not in the PATCH request. When…

  • CVE-2024-6533MedAug 15, 2024
    risk 0.28cvss 5.4epss 0.00

    Directus v10.13.0 allows an authenticated external attacker to execute arbitrary JavaScript on the client. This is possible because the application injects an attacker-controlled parameter that will be stored in the server and used by the client into an unsanitized DOM element.…

  • CVE-2024-34709MedMay 14, 2024
    risk 0.28cvss 5.4epss 0.00

    Directus is a real-time API and App dashboard for managing SQL database content. Prior to 10.11.0, session tokens function like the other JWT tokens where they are not actually invalidated when logging out. The `directus_session` gets destroyed and the cookie gets deleted but if…

  • CVE-2024-28239MedMar 12, 2024
    risk 0.28cvss 5.4epss 0.01

    Directus is a real-time API and App dashboard for managing SQL database content. The authentication API has a `redirect` parameter that can be exploited as an open redirect vulnerability as the user tries to log in via the API URL. There's a redirect that is done after…

  • CVE-2026-35413MedApr 6, 2026
    risk 0.27cvss 5.3epss 0.00

    Directus is a real-time API and App dashboard for managing SQL database content. Prior to 11.16.1, when GRAPHQL_INTROSPECTION=false is configured, Directus correctly blocks standard GraphQL introspection queries (__schema, __type). However, the server_specs_graphql resolver on…

  • CVE-2026-26185MedFeb 12, 2026
    risk 0.27cvss 5.3epss 0.00

    Directus is a real-time API and App dashboard for managing SQL database content. Before 11.14.1, a timing-based user enumeration vulnerability exists in the password reset functionality. When an invalid reset_url parameter is provided, the response time differs by approximately…

  • CVE-2025-53887MedJul 15, 2025
    risk 0.27cvss 5.3epss 0.00

    Directus is a real-time API and App dashboard for managing SQL database content. Starting in version 9.0.0 and prior to version 11.9.0, the exact Directus version number is incorrectly being used as OpenAPI Spec version this means that it is being exposed by the…