๐Ÿ” CVE Alert

CVE-2026-53951

UNKNOWN 0.0

Copier: trust-prefix bypass via path traversal runs tasks unprompted

CVSS Score
0.0
EPSS Score
0.2%
EPSS Percentile
9th

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.

CWE CWE-22 CWE-94
Vendor copier-org
Product copier
Published Jul 8, 2026
Last Updated Jul 9, 2026
Stay Ahead of the Next One

Get instant alerts for copier-org copier

Be the first to know when new unknown vulnerabilities affecting copier-org copier are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

Affected Versions

copier-org / copier
>= 9.5.0, < 9.15.2

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/copier-org/copier/security/advisories/GHSA-9gmc-jqmh-3rvm github.com: https://github.com/copier-org/copier/releases/tag/v9.15.2