Intel

AIKIDO-2026-545434

directus is vulnerable to Uncontrolled Resource Consumption

Uncontrolled Resource ConsumptionGHSA-xw72-c69j-h2rj Published Yesterday

75

High Risk

This Affects:

JSdirectus
0.0.1 - 12.0.2
Fixed in 12.1.0
Are you affected? Scan for Free

TL;DR

Directus exposes the utility endpoints for hash generation and verification to unauthenticated callers, and the verify path validates a caller-supplied Argon2 hash directly. Because Argon2 reads its memory, iteration, and parallelism cost parameters from the encoded hash string, a single request can force the server into a very expensive verification. A low volume of unauthenticated requests can exhaust CPU and memory on the shared authentication compute path, degrading or denying login and other flows. The fix removes the hash generate and verify endpoints along with their GraphQL and SDK equivalents.

Who does this affect?

You are affected if you are using a version that falls within the vulnerable range.

Background info

directus is vulnerable to Uncontrolled Resource Consumption in versions 0.0.1 - 12.0.2.

How to fix this

Upgrade the directus library to the patch version.