A low-privileged authenticated user can read private asset content by calling assets/edit-image with an arbitrary assetId that they are not authorized to view.
The endpoint returns image bytes (or a preview redirect) without enforcing a per-asset view authorization check, leading to potential unauthorized disclosure of private files.
Root cause:
assetId) is used to load and return sensitive content.{
"cwe_ids": [
"CWE-639"
],
"github_reviewed": true,
"github_reviewed_at": "2026-03-24T16:53:24Z",
"nvd_published_at": "2026-03-24T18:16:09Z",
"severity": "MODERATE"
}