CVE-2026-55878

HIGHPre-NVD 7.87.8
EchelonGraph scoreLOW confidence

This high-severity CVE scores 7.8 under the CNA's CVSS (NVD's own analysis pending). EPSS exploit-prediction score not yet available (the EPSS model rescores nightly; freshly-published CVEs typically appear within 48 hours). GitHub Security Advisory data not yet ingested — confidence will rise once GHSA publishes (typical lag: hours to days for open-source ecosystem CVEs; never for infrastructure-only CVEs).

Triggered by: NVD CVSS baseline
Sources: cna:github_m
7.8
EchelonGraph verdictPlan a fixSerious severity, but no confirmed exploitation yet.
  • High severity, but no confirmed exploitation yet
CISA-KEV: Not listedEPSS: CVSS: 7.8Exploit: NoneExposed: 0

No vendor fix yet — apply a workaround or compensating control (WAF / firewall / segmentation) and watch for a patch.

symfony/ux-toolkit: Path Traversal Allows Arbitrary File Write and Read via Crafted Recipe Manifest

Description

The ux:install console command installs files from a recipe kit by copying paths listed in a copy-files map. The only guard against malicious paths was Path::isRelative(), which returns true for paths like ../../../etc. Path::join() then resolves the .. segments without complaint, so the final path can escape the intended directory entirely. A crafted or compromised kit can therefore write attacker-controlled content to arbitrary locations on the developer's machine or CI runner.

Because the copy operation creates missing parent directories and can overwrite existing files silently (with --force or in non-interactive environments), an attacker who controls a kit can overwrite files such as controllers, git hooks, or .env to achieve code execution. The source side of copy-files is symmetrically affected, enabling local file reads outside the recipe directory.

Resolution

The fix introduces an Assert::pathDoesNotEscapeDirectory() helper that rejects any copy-files source or destination path containing a .. segment, regardless of whether / or \ is used as the separator. This check is enforced in both RecipeManifest (which also guards the source Finder) and File. As a last line of defense, the installer re-verifies the fully resolved paths with Path::isBasePath() immediately before each filesystem read and write.

Credits

Symfony would like to thank Pascal Cescon for reporting the issue and Hugo Alliaume for providing the fix.

CVSS v3
7.8
EG Score
7.8(low)
EPSS
KEV
Not listed

Published

June 19, 2026

Last Modified

June 19, 2026

Vendor Advisories for CVE-2026-55878(1)

These vendors published their own advisory mentioning this CVE — often with vendor-specific remediation steps + affected product lists not in NVD.

Affected Packages

(1 across 1 ecosystem)
Packagist(1)
PackageVulnerable rangeFixed inDependents
symfony/ux-toolkitv3.0.0, v3.1.03.2.0

Data Freshness Timeline

(refreshed 13× in last 7d / 33× in last 30d)

Each row is a source pipeline that fetched or updated this CVE on that date, with what changed. For example, "NVD update" means NVD published or revised its analysis for this CVE; "MITRE cvelistV5" means we ingested or refreshed it from the CNA feed. Most recent first.

  1. 2026-07-07 00:05 UTCEG score recompute
  2. 2026-07-06 11:28 UTCEG score recompute
  3. 2026-07-05 22:29 UTCEG score recompute
  4. 2026-07-05 09:51 UTCEG score recompute
  5. 2026-07-04 21:11 UTCEG score recompute
  6. 2026-07-04 08:33 UTCEG score recompute
  7. 2026-07-03 19:55 UTCEG score recompute
  8. 2026-07-03 07:18 UTCEG score recompute
  9. 2026-07-02 18:41 UTCEG score recompute
  10. 2026-07-02 06:01 UTCEG score recompute
  11. 2026-07-01 17:24 UTCEG score recompute
  12. 2026-07-01 04:47 UTCEG score recompute
  13. 2026-06-30 16:10 UTCEG score recompute
  14. 2026-06-30 03:32 UTCEG score recompute
  15. 2026-06-29 14:54 UTCEG score recompute
  16. 2026-06-29 02:17 UTCEG score recompute
  17. 2026-06-28 13:40 UTCEG score recompute
  18. 2026-06-28 01:02 UTCEG score recompute
  19. 2026-06-27 12:25 UTCEG score recompute
  20. 2026-06-26 23:47 UTCEG score recompute
  21. 2026-06-26 11:11 UTCEG score recompute
  22. 2026-06-25 17:37 UTCEG score recompute
  23. 2026-06-25 04:59 UTCEG score recompute
  24. 2026-06-24 16:20 UTCEG score recompute
  25. 2026-06-24 03:44 UTCEG score recompute
Show 8 more
  1. 2026-06-23 15:04 UTCEG score recompute
  2. 2026-06-23 02:22 UTCEG score recompute
  3. 2026-06-22 13:42 UTCEG score recompute
  4. 2026-06-22 01:05 UTCEG score recompute
  5. 2026-06-21 12:25 UTCEG score recompute
  6. 2026-06-20 23:44 UTCEG score recompute
  7. 2026-06-20 11:04 UTCEG score recompute
  8. 2026-06-19 22:24 UTCEG score recompute

Frequently asked(4)

What is CVE-2026-55878?
CVE-2026-55878 is a high vulnerability published on June 19, 2026. symfony/ux-toolkit: Path Traversal Allows Arbitrary File Write and Read via Crafted Recipe Manifest Description The ux:install console command installs files from a recipe kit by copying paths listed in a copy-files map. The only guard against malicious paths was Path::isRelative(), which returns…
When was CVE-2026-55878 disclosed?
CVE-2026-55878 was first published in the National Vulnerability Database on June 19, 2026. EchelonGraph re-ingests CVE updates from NVD on a 2-hour cycle, so this page reflects the latest published state.
What is the CVSS score of CVE-2026-55878?
CVE-2026-55878 has a CVSS v4.0 base score of 7.8 (CNA self-assessment; NVD's own analysis pending). The EG score is currently aggregating — additional source signals are being incorporated as they become available..
How do I remediate CVE-2026-55878?
Patch to the fixed version published by the affected vendor. Where vendor advisories exist for CVE-2026-55878, EchelonGraph cross-links them in the Vendor Advisories panel below — those typically contain the canonical remediation steps, fixed version numbers, and any vendor-specific mitigations.

Dependency Blast Radius

See which npm, PyPI, Go, and Maven packages are affected by CVE-2026-55878

Explore →

Is Your Infrastructure Affected by CVE-2026-55878?

EchelonGraph automatically scans your cloud infrastructure and maps CVE exposure using blast radius analysis.