Advisory Database
  • Advisories
  • Dependency Scanning
  1. npm
  2. ›
  3. directus
  4. ›
  5. GHSA-6q22-g298-grjh

GHSA-6q22-g298-grjh: Directus: Unauthenticated Denial of Service via GraphQL Alias Amplification of Expensive Health Check Resolver

April 4, 2026

The GraphQL specification permits a single query to repeat the same field multiple times using aliases, with each alias resolved independently by default. Directus did not deduplicate resolver invocations within a single request, meaning each alias triggered a full, independent execution of the underlying resolver.

The health check resolver ran all backend checks (database connectivity, cache, storage writes, and SMTP verification) on every invocation. Combined with unauthenticated access to the system GraphQL endpoint, this allowed an attacker to amplify resource consumption significantly from a single HTTP request, exhausting the database connection pool, storage I/O, and SMTP connections.

References

  • github.com/advisories/GHSA-6q22-g298-grjh
  • github.com/directus/directus
  • github.com/directus/directus/security/advisories/GHSA-6q22-g298-grjh

Code Behaviors & Features

Detect and mitigate GHSA-6q22-g298-grjh with GitLab Dependency Scanning

Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →

Affected versions

All versions before 11.17.0

Fixed versions

  • 11.17.0

Solution

Upgrade to version 11.17.0 or above.

Impact 7.5 HIGH

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H

Learn more about CVSS

Weakness

  • CWE-400: Uncontrolled Resource Consumption
  • CWE-770: Allocation of Resources Without Limits or Throttling

Source file

npm/directus/GHSA-6q22-g298-grjh.yml

Spotted a mistake? Edit the file on GitLab.

  • Site Repo
  • About GitLab
  • Terms
  • Privacy Statement
  • Contact

Page generated Sat, 09 May 2026 12:19:05 +0000.