CVE-2025-30352 MEDIUM

CVE-2025-30352: Directus `search` query parameter allows enumeration of non permitted fields

Vendor Directus
Product directus
Weakness CWE-200 · Info exposure
Published March 26, 2025
Last update March 27, 2025

CVSS base score

5.3/10
Attack vector Network
Attack complexity Low
Privileges required None
User interaction None
Confidentiality Low
Integrity None

CVSS vector

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

What the vulnerability does

01Description

Directus is a real-time API and App dashboard for managing SQL database content. Starting in version 9.0.0-alpha.4 and prior to version 11.5.0, the `search` query parameter allows users with access to a collection to filter items based on fields they do not have permission to view. This allows the enumeration of unknown field contents. The searchable columns (numbers & strings) are not checked against permissions when injecting the `where` clauses for applying the search query. This leads to the possibility of enumerating those un-permitted fields. Version 11.5.0 fixes the issue.

Key dates

02Disclosure timeline

March 26, 2025 CVE published
March 27, 2025 Record updated