Vulnerability Description
Copier is a library and CLI app for rendering project templates. In versions 9.5.0 through 9.15.1, the `trust` setting's prefix match (`copier/_settings.py`) compares the template URL against a trusted prefix with a raw `str.startswith` and no path normalization, while the URL is normalized when the template is actually fetched (`Path.resolve()` for local paths; libcurl dot-segment removal for `https`). A template reference that textually starts with a trusted prefix but contains `..` is therefore granted trust yet resolves to a different, attacker-controlled template, whose `tasks` / `migrations` / `jinja_extensions` then run without the `--trust` prompt — arbitrary command execution. Version 9.15.2 patches the issue.
Related Weaknesses (CWE)
References
- https://github.com/copier-org/copier/releases/tag/v9.15.2
- https://github.com/copier-org/copier/security/advisories/GHSA-9gmc-jqmh-3rvm
- https://github.com/copier-org/copier/security/advisories/GHSA-9gmc-jqmh-3rvm
FAQ
What is CVE-2026-53951?
CVE-2026-53951 is a documented vulnerability. Copier is a library and CLI app for rendering project templates. In versions 9.5.0 through 9.15.1, the `trust` setting's prefix match (`copier/_settings.py`) compares the template URL against a truste...
How severe is CVE-2026-53951?
CVSS scoring is not yet available for CVE-2026-53951. Check NVD for updates.
Is there a patch for CVE-2026-53951?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.