CVE-2026-55878
Official description Straight from the sourceThe vendor's or NVD's own wording, published unedited. Authoritative, but often terse — it says what broke, rarely what to do.
NVD · uneditedSymfony UX is a JavaScript ecosystem for Symfony. From 2.32.0 before 2.36.1 and from 3.0.0 before 3.2.0, the ux:install console command installs files from a recipe kit by copying paths listed in a copy-files map, and because Path::isRelative() accepts paths like ../../../etc, a crafted or compromised kit can write attacker-controlled content to arbitrary locations or read local files outside the recipe directory. This issue is fixed in versions 2.36.1 and 3.2.0.
Technical summary Written by usOur analysis, written from the advisory, the CVSS vector and the affected-version data. It adds context the advisory leaves out, and never invents facts that are not in the source.
dbcve analysis · high confidenceThis is a path traversal vulnerability in Symfony UX's ux:install console command. The command installs files from a recipe kit using a copy-files map, but Path::isRelative() incorrectly accepts paths containing ../ sequences (e.g., ../../../etc), allowing a crafted or compromised kit to write attacker-controlled content to arbitrary locations or read sensitive files outside the recipe directory.
Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.
CVSS breakdown How the score is builtThe industry scoring standard. It rates how the flaw is reached, what it takes to exploit, and what an attacker gains — the score is derived from those, not the other way round.
From the vector- Attack vector
- Local
- Complexity
- Low
- Privileges
- None
- User interaction
- Required
- Scope
- Unchanged
- Confidentiality
- High
- Integrity
- High
- Availability
- High
CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
Am I affected? How to checkSteps we derive from the advisory and the affected-version data, so you can decide whether this CVE reaches your setup. They are a guide, not a scan — your own configuration is the authority.
dbcve checksWork through these to decide whether this CVE applies to you.
-
Identify Symfony UX installationRun 'composer show symfony/ux-*' or check your composer.json for symfony/ux dependenciesAffected if No Symfony UX packages are installed, so the ux:install command does not exist in your environment
-
Check Symfony UX versionRun 'composer show symfony/ux' or inspect the installed version in your vendor directoryAffected if The installed version is below 2.36.1 or below 3.2.0 (compare your version to the affected ranges)
-
Verify ux:install command availabilityRun 'php bin/console list' and look for 'ux:install' in the command list, or run 'php bin/console ux:install --help'Affected if The ux:install command is not available in your console, meaning Symfony UX is not installed or does not include this command
-
Check for third-party recipe kitsInspect your project's recipes directory (typically config/recipes or vendor/symfony/recipes) for any custom or community-contributed recipe kitsAffected if You have installed or are using third-party or community recipe kits that could contain malicious path entries in their copy-files maps
You are affected if you have Symfony UX installed with a version below 2.36.1 or below 3.2.0 AND use the ux:install command with third-party recipe kits containing ../ sequences in their copy-files maps.
Generated from the published advisory. Verify against your own configuration.
Remediation Closing itWhat it takes to close this. Where a vendor fix exists we point at it; where none exists we say so plainly, and can build one. Effort estimates are scoped from the advisory, not from your codebase.
dbcve · scopedUpgrade Symfony UX to version 2.36.1 or 3.2.0 or later to patch the path traversal vulnerability in the ux:install command. Review any third-party or community recipe kits for malicious path entries.
2.36.1 for 2.x branch, 3.2.0 for 3.x branch
- Identify the currently installed Symfony UX version using composer show symfony/ux or checking your composer.json
- For Symfony UX 2.x versions (from 2.32.0 to 2.36.0): Run composer require symfony/ux:^2.36.1 to upgrade to the fixed version
- For Symfony UX 3.x versions (from 3.0.0 to 3.2.0): Run composer require symfony/ux:^3.2.0 to upgrade to the fixed version
- After upgrading, clear the Symfony cache with php bin/console cache:clear
- Verify the upgrade was successful by checking composer show symfony/ux
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation2.0 h
- Implementation2.0 h
- Testing3.0 h
- Review / QA1.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $2,224.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2026-55878 — or any other known-vulnerable package — straight from your lock files. Free and open source; it runs locally and uploads nothing.
References Go to the primary sourcePrimary sources — vendor advisories, patches and trackers. Where our summary and a reference disagree, the reference wins.
Primary sourcesPractitioner notes
ContributedPeer-ranked notes from engineers who’ve handled CVE-2026-55878 in production — separate from our analysis above.
The advisory tells you what broke. It rarely tells you what actually worked. If you’ve dealt with this one, that detail is what the next engineer is searching for.
- The version that genuinely resolved it — not the one the vendor claimed
- A config change or rule that shut the vector down
- A gotcha in the upgrade path that cost you an afternoon
No notes yet
Be the first to add a field note for this CVE — a mitigation you’ve verified, a version caveat, or a link to a working fix. Sign in above to contribute.
A place for practitioners to share what actually worked: a mitigation you’ve tested, a configuration change, a version- or environment-specific caveat, or a link to a verified patch. The most useful notes rise to the top as peers upvote them, so the signal stays high.
- Verified mitigations, workarounds, and config changes
- Version or environment caveats, and links to real fixes
- No weaponised exploit code, or anything meant to cause harm
- No spam, self-promotion, credentials, or personal data