When using Directus Flows to handle CRUD events for users it is possible to log the incoming data to console using the "Log to Console" operation and a template string.
Malicious admins can log sensitive data from other users when they are created or updated.
Avoid logging sensitive data to the console outside the context of development.
{
"cwe_ids": [
"CWE-532"
],
"github_reviewed": true,
"github_reviewed_at": "2025-07-15T15:18:06Z",
"nvd_published_at": "2025-07-15T00:15:23Z",
"severity": "MODERATE"
}