CVE-2026-33161
EPSS 0.04%Craft CMS' anonymous "assets/image-editor" calls return private asset editor metadata to unauthorized users
Description
### Summary A low-privileged authenticated user can call `assets/image-editor` with the ID of a private asset they cannot view and still receive editor response data, including `focalPoint`. The endpoint returns private editing metadata without per-asset authorization validation. Root-cause analysis: 1. `actionImageEditor()` accepts `assetId` from the request body. 2. The asset is loaded, and the focal-point data is read. 3. Response returns `html` and `focalPoint`. 4. No explicit authorization check is applied before the response. ### Impact ## Affected deployments: * Craft sites where asset edit metadata should remain restricted to authorized users. ## Security consequence: * Unauthorized users can extract private editor metadata and related editor context for inaccessible assets.
Affected packages (1)
- Packagist/craftcms/cms>= 5.0.0-RC1, < 5.9.14
CVSS scores
| Source | Version | Severity | Vector |
|---|---|---|---|
| osv | CVSS 4.0 | — | CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:N/VA:N/SC:N/SI:N/SA:N/E:U |
References (6)
- ADVISORYhttps://nvd.nist.gov/vuln/detail/CVE-2026-33161
- PATCHhttps://github.com/craftcms/cms
- WEBhttps://github.com/craftcms/cms/commit/d30df3112220db1ffd6726a3ed11857014c7fb27
- WEBhttps://github.com/craftcms/cms/releases/tag/4.17.8
- WEBhttps://github.com/craftcms/cms/releases/tag/5.9.14
- WEBhttps://github.com/craftcms/cms/security/advisories/GHSA-vgjg-248p-rfm2