---
id: CVE-2026-82394
title: >-
  Sulu is an open-source PHP content management system based on the Symfony
  framework
summary: >-
  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 enforc…
severity: medium
cwe:
  - CWE-862
  - CWE-863
vendor: sulu
product: sulu/sulu
affected:
  - sulu/sulu <= 2.6.24
  - 'sulu/sulu >= 3.0.0-alpha1, < 3.0.8'
patched:
  - sulu/sulu 2.6.25
  - sulu/sulu 3.0.8
published: '2026-08-31'
updated: '2026-09-08'
sourceUpdated: '2026-09-08T21:11:31.703'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-82394'
references:
  - url: >-
      https://github.com/sulu/sulu/commit/44d8844c3514a70b769ab791b9530df806240fab
    label: security-advisories@github.com
  - url: 'https://github.com/sulu/sulu/releases/tag/2.6.25'
    label: security-advisories@github.com
  - url: 'https://github.com/sulu/sulu/releases/tag/3.0.8'
    label: security-advisories@github.com
  - url: 'https://github.com/sulu/sulu/security/advisories/GHSA-65cv-w493-7vhq'
    label: security-advisories@github.com
  - url: 'https://nvd.nist.gov/vuln/detail/CVE-2026-82394'
  - url: 'https://github.com/advisories/GHSA-65cv-w493-7vhq'
tags:
  - nvd
  - ghsa
  - composer
epss: 0.00576
epssPercentile: 0.45159
aliases:
  - GHSA-65cv-w493-7vhq
ecosystem: composer
ingestedAt: '2026-09-02T15:46:29.701Z'
---

## Overview

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.

## Remediation

Refer to the linked advisories for vendor-supplied fixes and affected version ranges.

## Package advisory (CVE-2026-82394)

Affected packages:

- `sulu/sulu <= 2.6.24`
- `sulu/sulu >= 3.0.0-alpha1, < 3.0.8`

Patched in:

- `sulu/sulu 2.6.25`
- `sulu/sulu 3.0.8`

Source: https://github.com/advisories/GHSA-65cv-w493-7vhq
