CVE-2026-53951

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.
CVSS

No CVSS.

Configurations

No configuration.

History

09 Jul 2026, 15:16

Type Values Removed Values Added
References () https://github.com/copier-org/copier/security/advisories/GHSA-9gmc-jqmh-3rvm - () https://github.com/copier-org/copier/security/advisories/GHSA-9gmc-jqmh-3rvm -

08 Jul 2026, 16:16

Type Values Removed Values Added
New CVE

Information

Published : 2026-07-08 16:16

Updated : 2026-07-10 19:06


NVD link : CVE-2026-53951

Mitre link : CVE-2026-53951

CVE.ORG link : CVE-2026-53951


JSON object : View

Products Affected

No product.

CWE
CWE-22

Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')

CWE-94

Improper Control of Generation of Code ('Code Injection')