{
  "affected": [
    {
      "ranges": [
        {
          "database_specific": {
            "extracted_events": [
              {
                "introduced": "0"
              },
              {
                "fixed": "2.6.25"
              },
              {
                "introduced": "3.0.0-alpha1"
              },
              {
                "fixed": "3.0.8"
              }
            ],
            "source": [
              "AFFECTED_FIELD",
              "REFERENCES"
            ]
          },
          "events": [
            {
              "introduced": "0"
            },
            {
              "introduced": "9362e10753d0284b3265a66c288473cc0ab570d7"
            },
            {
              "fixed": "2641e81e2f1480b0c7ce37b622704e1fe040785b"
            },
            {
              "fixed": "576d465a8fb91de5bd45dd3b88834a062880e496"
            },
            {
              "fixed": "2b959de75d61b98433e42db462c246ed9e4ce793"
            }
          ],
          "repo": "https://github.com/sulu/sulu",
          "type": "GIT"
        }
      ]
    }
  ],
  "aliases": [
    "GHSA-h6cx-gjxx-v25c"
  ],
  "database_specific": {
    "cna_assigner": "GitHub_M",
    "cwe_ids": [
      "CWE-639",
      "CWE-863"
    ],
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/82xxx/CVE-2026-82395.json"
  },
  "details": "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.",
  "id": "CVE-2026-82395",
  "modified": "2026-09-03T03:30:35.865534395Z",
  "published": "2026-08-31T21:20:58.926Z",
  "references": [
    {
      "type": "WEB",
      "url": "https://github.com/sulu/sulu/releases/tag/2.6.25"
    },
    {
      "type": "WEB",
      "url": "https://github.com/sulu/sulu/releases/tag/3.0.8"
    },
    {
      "type": "ADVISORY",
      "url": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/82xxx/CVE-2026-82395.json"
    },
    {
      "type": "ADVISORY",
      "url": "https://github.com/sulu/sulu/security/advisories/GHSA-h6cx-gjxx-v25c"
    },
    {
      "type": "ADVISORY",
      "url": "https://nvd.nist.gov/vuln/detail/CVE-2026-82395"
    },
    {
      "type": "FIX",
      "url": "https://github.com/sulu/sulu/commit/2b959de75d61b98433e42db462c246ed9e4ce793"
    }
  ],
  "schema_version": "1.9.0",
  "severity": [
    {
      "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:L/VA:N/SC:N/SI:N/SA:N",
      "type": "CVSS_V4"
    }
  ],
  "summary": "Sulu: Media move/update authorization bypass (IDOR)"
}