Directus is a real-time API and App dashboard for managing SQL database content. Prior to 11.16.1, Directus' TUS resumable upload endpoint (/files/tus) allows any authenticated user with basic file upload permissions to overwrite arbitrary existing files by UUID. The TUS controller performs only collection-level authorization checks, verifying the user has some permission on directus_files, but never validates item-level access to the specific file being replaced. As a result, row-level permission rules (e.g., "users can only update their own files") are completely bypassed via the TUS path while being correctly enforced on the standard REST upload path. This vulnerability is fixed in 11.16.1.
oryginał ENCVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:LMonospace Directus
APPMonospace< 11.16.1
Powiązane podatności
Directus: nieautoryzowana modyfikacja i upload plików z dowolną zawartością
In Directus before 9.7.0, the default settings of CORS_ORIGIN and CORS_ENABLED are true.
Directus is a real-time API and App dashboard for managing SQL database content. Prior to 11.17.0, the PATCH /...
Directus is a real-time API and App dashboard for managing SQL database content. Prior to 11.17.0, Directus's ...
Directus is a real-time API and App dashboard for managing SQL database content. Prior to 11.16.0, a Server-Si...