SEPTEMBER 17, 2026
Live Feed
Back to database
Case File

CVE-2026-82395

MEDIUM · CVSS 5.3 EPSS 0.25% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-08-31 · Last synced 2026-09-17

CyberRota Analysis

AI-Generated

The vulnerability affects the Sulu open-source PHP content management system, allowing authenticated backend users to exploit improper permission checks in the media move endpoint. This flaw enables users with edit permissions on one collection to move media items out of restricted collections, potentially granting unauthorized access to sensitive content. Organizations using affected versions should prioritize upgrading to versions 2.6.25 or 3.0.8 to mitigate this risk.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-82395
Severity
MEDIUM
CVSS
5.3
EPSS
0.25%

Original NVD 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.