CVE-2026-82395
### Impact A media move authorization bypass (IDOR) lets a backend user move a media out of a collection they have no access to. The media move endpoint resolves its permission check from the `collection` value in the request rather than from the media's real collection. `MediaManager::move()` then reassigns the media without re-checking its actual source collection. A user who has edit rights on collection A but no rights on a restricted collection B can move a media that lives in B by naming A in the request. The move succeeds, the media ends up in A, and the user can then view and download content they were never allowed to see. This only affects installations that use per-collection (object level) permissions to restrict some collections. Exploitation requires an authenticated backend user with edit rights on at least one collection, and knowledge of the target media id. ### Patches Fixed in **2.6.25** and **3.0.8**. `MediaManager::move()` now verifies edit permission on the media's real source collection and on the destination collection before moving it. ### Workarounds If you cannot upgrade immediately: - Restrict the media edit permission to trusted users, so untrusted users cannot trigger a move. - Apply the fix manually by adding an edit permission check on the media's real source collection (and the destination) inside `MediaManager::move()`.
Properties
- ghsa_id
- GHSA-h6cx-gjxx-v25c
- severity
- medium
- summary
- Sulu: Media move/update authorization bypass (IDOR)
- cve_id
- CVE-2026-82395
- is_ghsa_only
- false
- ghsa_published
- 2026-09-02T14:57:25Z
- source_url
- https://github.com/advisories/GHSA-h6cx-gjxx-v25c
- ghsa_updated
- 2026-09-02T14:57:27Z
Related Entities (5)
VULNERABLE_TO (1)
AFFECTS (1)
HAS_WEAKNESS (2)
REPORTED_BY (1)
Explore deeper with Ninja Signal's threat intelligence graph