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

CVE-2026-82394: Sulu: Fix authorization bypass when creating preview links

September 2, 2026

A missing authorization check on the preview link endpoint lets a backend user create a public, unauthenticated preview URL for content they are not allowed to see.

PreviewLinkController (and the underlying PreviewLinkManager::generate() / revoke()) never enforced a permission on the target resource. Any authenticated administration user could call the generate action for any page, article or snippet, including content in a webspace or area they have no VIEW rights on. The endpoint returns a public render URL that resolves the content solely by an opaque token, so the attacker (or anyone they share the link with) can then read the restricted content without authentication.

This affects installations that use Sulu role and webspace permissions to restrict who may see certain content. Exploitation requires an authenticated backend user and the id of the target resource.

References

  • github.com/advisories/GHSA-65cv-w493-7vhq
  • github.com/sulu/sulu/commit/44d8844c3514a70b769ab791b9530df806240fab
  • 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-65cv-w493-7vhq
  • nvd.nist.gov/vuln/detail/CVE-2026-82394

Code Behaviors & Features

Detect and mitigate CVE-2026-82394 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 4.3 MEDIUM

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

Learn more about CVSS

Weakness

  • CWE-862: Missing Authorization
  • CWE-863: Incorrect Authorization

Source file

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

Spotted a mistake? Edit the file on GitLab.

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

Page generated Sun, 06 Sep 2026 12:16:59 +0000.