GHSA-7wq3-jr35-275c

Suggest an improvement
Source
https://github.com/advisories/GHSA-7wq3-jr35-275c
Import Source
https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2025/03/GHSA-7wq3-jr35-275c/GHSA-7wq3-jr35-275c.json
JSON Data
https://api.osv.dev/v1/vulns/GHSA-7wq3-jr35-275c
Aliases
Published
2025-03-26T18:44:23Z
Modified
2026-09-10T03:49:48Z
Severity
  • 5.3 (Medium) CVSS_V3 - CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N CVSS Calculator
Summary
Directus `search` query parameter allows enumeration of non permitted fields
Details

Summary

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.

Details

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.

PoC

  • Create a collection with a string / numeric field, configure the permissions for the public role to not include the field created
  • Create items with identifiable content in the not permitted field
  • Query the collection and include the field content in the search parameter
  • See that results are returned, even tho the public user does not have permission to view the field content

Impact

This vulnerability is a very high impact, as for example Directus instances which allow public read access to the user avatar are vulnerable to have the email addresses, password hashes and potentially admin level access tokens extracted. The admin token and password hash extraction have a caveat, as string fields are only searched with a lower cased version of the search query.

Database specific
{
    "cwe_ids":  [
        "CWE-200"
    ],
    "github_reviewed":  true,
    "github_reviewed_at":  "2025-03-26T18:44:23Z",
    "nvd_published_at":  "2025-03-26T18:15:27Z",
    "severity":  "MODERATE"
}
References

Affected packages

npm / directus

Package

Affected ranges

Type
SEMVER
Events
Introduced
9.0.0-alpha.4
Fixed
11.5.0

Database specific

source
"https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2025/03/GHSA-7wq3-jr35-275c/GHSA-7wq3-jr35-275c.json"