SEPTEMBER 17, 2026
Live Feed
Back to database
Case File

CVE-2026-82394

MEDIUM · CVSS 5.3 EPSS 0.32% Public Exploit

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

CyberRota Analysis

AI-Generated

The Sulu content management system is vulnerable due to insufficient permission checks in the preview-link endpoint, allowing authenticated administration users to generate or revoke preview links for restricted content without proper authorization. This flaw enables unauthorized access to sensitive content via publicly accessible URLs, posing a risk of data exposure. Organizations using affected versions should prioritize updating to versions 2.6.25 or 3.0.8 to mitigate this vulnerability.

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-82394
Severity
MEDIUM
CVSS
5.3
EPSS
0.32%

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 preview-link endpoint and src/Sulu/Bundle/PreviewBundle/Application/Manager/PreviewLinkManager.php do not enforce VIEW permission for the target resource in PreviewLinkManager::generate() or PreviewLinkManager::revoke(). An authenticated administration user who knows a target resource identifier can create or revoke a preview link for any page, article, or snippet, including content in a webspace or area the user cannot view. A generated preview URL is public and resolves content by an opaque token, allowing the user or anyone receiving the link to read restricted content without authentication. This issue is fixed in versions 2.6.25 and 3.0.8.