Information disclosure in Directus - CVE-2026-35413
Published: April 23, 2026
Directus
Detailed vulnerability description
The vulnerability allows a remote attacker to disclose sensitive information.
The vulnerability exists due to exposure of sensitive information in the server_specs_graphql resolver on the /graphql/system endpoint when handling schema disclosure requests while GraphQL introspection is disabled. A remote attacker can send a request to retrieve an equivalent SDL representation of the schema to disclose sensitive information.
The issue bypasses the GRAPHQL_INTROSPECTION=false restriction and can expose collection names, field names, types, and relationships.