Your RSA-2048 keys break in 2030. Find every one of them before attackers do.
🐘 Packagist
Not in CISA KEV

GHSA-g4xv-r3qw-v3q2 typo3/neos

GHSA-g4xv-r3qw-v3q2 is a security vulnerability in typo3/neos. A fix is available for typo3/neos — see the affected versions and patch details below.

typo3 Information Disclosure Security Note

Published
Jun 5, 2024
Updated
Dec 2, 2024
Affected
9 pkgs
Patched
9 / 9
Exploits
None indexed
Exploitation data as of Dec 2, 2024 · OSV.dev, FIRST.org (EPSS)

Real-World Exposure

9 pkgs affected
🐘typo3/neos🐘typo3/neos🐘typo3/neos🐘typo3/neos🐘typo3/neos🐘typo3/neos🐘typo3/neos🐘typo3/neos+1 more

Real-time download stats are indexed for npm and PyPI packages. This vulnerability affects Packagist packages — download data is not available via public APIs for these ecosystems.

Description

Due to reports it has been validated that internal workspaces in Neos are accessible without authentication. Some users assumed this is a planned feature but it is not. A workspace preview should be an additional feature with respective security measures in place.

Note that this only allows reading of internal workspaces not writing. And for clarification, an internal workspace is a workspace that is non public and doesn't have an owner.

Given that an internal workspace exists in your installation, it is possible to view a page in context of that workspace by opening a link in this format:

https://domain/path/to/page.html@workspace-name

The issue is quite problematic when exploited but at the same time slightly less impactful than it sounds. First of all there is no default internal workspace, so the issue affects only workspaces created by users. That also means the workspace-name, which will also always include a hash is individual to a project and an exploiter must get hold of the workspace-name including the hash. This is non trivial as there is no indication of the existence of it, but obviously brute force and educated guessed can be made.

Affected Packages

9 total 9 fixed
EcosystemPackageVulnerable rangeFix
🐘Packagisttypo3/neos2.3.0&&< 2.3.992.3.99composer require typo3/neos:^2.3.99
🐘Packagisttypo3/neos3.0.0&&< 3.0.203.0.20composer require typo3/neos:^3.0.20
🐘Packagisttypo3/neos3.1.0&&< 3.1.183.1.18composer require typo3/neos:^3.1.18
🐘Packagisttypo3/neos3.2.0&&< 3.2.143.2.14composer require typo3/neos:^3.2.14
🐘Packagisttypo3/neos3.3.0&&< 3.3.233.3.23composer require typo3/neos:^3.3.23
🐘Packagisttypo3/neos4.0.0&&< 4.0.174.0.17composer require typo3/neos:^4.0.17

Detection & mitigation playbook

Open-source dependency
  1. Detect

    Scan your dependency tree (package-lock.json, pnpm-lock.yaml, requirements.txt, go.sum, etc.) for typo3/neos, including transitive dependencies — a direct dependency you never call can still pull in a vulnerable version.

  2. Fix

    Update typo3/neos to 2.3.99 or later, then make sure no transitive (indirect) dependency still pins the vulnerable range — O3 confirms GHSA-g4xv-r3qw-v3q2 is resolved across your whole dependency graph.

  3. Workarounds

    If you can't upgrade right away: gate or disable the affected feature, validate untrusted input at the boundary, and avoid passing attacker-controlled data into the vulnerable path. O3's runtime protection blocks exploitation in production as an interim safeguard until the upgrade lands.

  4. How O3 protects you

    O3 Security's impact-aware SCA analyses which vulnerable code paths your application actually calls, so a match like GHSA-g4xv-r3qw-v3q2 can be triaged on real exposure rather than presence alone.

Tailored to GHSA-g4xv-r3qw-v3q2. Runtime protection reduces exposure until a permanent patch is applied and verified — it complements patching, it doesn't replace it.

Frequently Asked Questions

Due to reports it has been validated that internal workspaces in Neos are accessible without authentication. Some users assumed this is a planned feature but it is not. A workspace preview should be an additional feature with respective security measures in place. Note that this only allows reading of internal workspaces not writing. And for clarification, an internal workspace is a workspace that is non public and doesn't have an owner. Given that an internal workspace exists in your installation, it is possible to view a page in context of that workspace by opening a link in this format:
O3 Security · Impact-Aware SCA

Is GHSA-g4xv-r3qw-v3q2 in your dependencies?

O3 Security finds GHSA-g4xv-r3qw-v3q2 across Packagist dependencies, including transitive ones, and its impact-aware SCA ranks findings by whether your code actually calls the vulnerable path.

GHSA-g4xv-r3qw-v3q2: typo3/neos | O3 Security