Vulnerability Description
Sulu is an open-source PHP content management system based on the Symfony framework. Prior to versions 2.6.25 and 3.0.8, the media move endpoint derives its permission check from the client-supplied collection value instead of the media item's actual source collection, and src/Sulu/Bundle/MediaBundle/Media/Manager/MediaManager.php allows MediaManager::move() to reassign the item without checking that source. An authenticated backend user with edit permission on one collection and knowledge of a target media identifier can name the allowed collection in the request, move an item out of a restricted collection, and then view or download content the user was not permitted to access. This issue is fixed in versions 2.6.25 and 3.0.8.
Related Weaknesses (CWE)
References
- https://github.com/sulu/sulu/commit/2b959de75d61b98433e42db462c246ed9e4ce793
- https://github.com/sulu/sulu/releases/tag/2.6.25
- https://github.com/sulu/sulu/releases/tag/3.0.8
- https://github.com/sulu/sulu/security/advisories/GHSA-h6cx-gjxx-v25c
FAQ
What is CVE-2026-82395?
CVE-2026-82395 is a documented vulnerability. Sulu is an open-source PHP content management system based on the Symfony framework. Prior to versions 2.6.25 and 3.0.8, the media move endpoint derives its permission check from the client-supplied c...
How severe is CVE-2026-82395?
CVSS scoring is not yet available for CVE-2026-82395. Check NVD for updates.
Is there a patch for CVE-2026-82395?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.