Skip to content

Commit 41f49e7

Browse files
1 parent d1116f0 commit 41f49e7

File tree

1 file changed

+73
-0
lines changed

1 file changed

+73
-0
lines changed
Lines changed: 73 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,73 @@
1+
{
2+
"schema_version": "1.4.0",
3+
"id": "GHSA-x3vm-88hf-gpxp",
4+
"modified": "2025-07-15T15:18:06Z",
5+
"published": "2025-07-15T15:18:06Z",
6+
"aliases": [
7+
"CVE-2025-53885"
8+
],
9+
"summary": "Directus is vulnerable to sensitive data exposure as user data is not being redacted when logged",
10+
"details": "### Summary\n\nWhen 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. \n\n### Impact\n\nMalicious admins can log sensitive data from other users when they are created or updated.\n\n### Workarounds\nAvoid logging sensitive data to the console outside the context of development.",
11+
"severity": [
12+
{
13+
"type": "CVSS_V3",
14+
"score": "CVSS:3.1/AV:L/AC:L/PR:H/UI:R/S:U/C:H/I:N/A:N"
15+
}
16+
],
17+
"affected": [
18+
{
19+
"package": {
20+
"ecosystem": "npm",
21+
"name": "directus"
22+
},
23+
"ranges": [
24+
{
25+
"type": "ECOSYSTEM",
26+
"events": [
27+
{
28+
"introduced": "9.0.0"
29+
},
30+
{
31+
"fixed": "11.9.0"
32+
}
33+
]
34+
}
35+
]
36+
}
37+
],
38+
"references": [
39+
{
40+
"type": "WEB",
41+
"url": "https://github.com/directus/directus/security/advisories/GHSA-x3vm-88hf-gpxp"
42+
},
43+
{
44+
"type": "ADVISORY",
45+
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-53885"
46+
},
47+
{
48+
"type": "WEB",
49+
"url": "https://github.com/directus/directus/pull/25355"
50+
},
51+
{
52+
"type": "WEB",
53+
"url": "https://github.com/directus/directus/commit/859f664f56fb50401c407b095889cea38ff580e5"
54+
},
55+
{
56+
"type": "PACKAGE",
57+
"url": "https://github.com/directus/directus"
58+
},
59+
{
60+
"type": "WEB",
61+
"url": "https://github.com/directus/directus/releases/tag/v11.9.0"
62+
}
63+
],
64+
"database_specific": {
65+
"cwe_ids": [
66+
"CWE-532"
67+
],
68+
"severity": "MODERATE",
69+
"github_reviewed": true,
70+
"github_reviewed_at": "2025-07-15T15:18:06Z",
71+
"nvd_published_at": "2025-07-15T00:15:23Z"
72+
}
73+
}

0 commit comments

Comments
 (0)