Advisory Database
  • Advisories
  • Dependency Scanning
  1. composer
  2. ›
  3. sulu/sulu
  4. ›
  5. CVE-2026-82395

CVE-2026-82395: Sulu: Media move/update authorization bypass (IDOR)

September 2, 2026

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.

References

  • github.com/advisories/GHSA-h6cx-gjxx-v25c
  • github.com/sulu/sulu/commit/2b959de75d61b98433e42db462c246ed9e4ce793
  • github.com/sulu/sulu/releases/tag/2.6.25
  • github.com/sulu/sulu/releases/tag/3.0.8
  • github.com/sulu/sulu/security/advisories/GHSA-h6cx-gjxx-v25c
  • nvd.nist.gov/vuln/detail/CVE-2026-82395

Code Behaviors & Features

Detect and mitigate CVE-2026-82395 with GitLab Dependency Scanning

Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →

Affected versions

All versions before 2.6.25, all versions starting from 3.0.0-alpha1 before 3.0.8

Fixed versions

  • 2.6.25
  • 3.0.8

Solution

Upgrade to versions 2.6.25, 3.0.8 or above.

Impact 5.4 MEDIUM

CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:N

Learn more about CVSS

Weakness

  • CWE-639: Authorization Bypass Through User-Controlled Key
  • CWE-863: Incorrect Authorization

Source file

packagist/sulu/sulu/CVE-2026-82395.yml

Spotted a mistake? Edit the file on GitLab.

  • Site Repo
  • About GitLab
  • Terms
  • Privacy Statement
  • Contact

Page generated Thu, 10 Sep 2026 00:20:15 +0000.