VYPR

Copier

by Copier Org

pypi: copier

Source repositories

CVEs (8)

  • CVE-2025-55201HigAug 18, 2025
    risk 0.48cvss epss 0.00

    Copier library and CLI app for rendering project templates. Prior to 9.9.1, a safe template can currently read and write arbitrary files because Copier exposes a few pathlib.Path objects in the Jinja context which have unconstrained I/O methods. This effectively renders the…

  • CVE-2026-62999HigJul 31, 2026
    risk 0.42cvss 7.5epss 0.00

    Copier is a library and CLI app for rendering project templates. From 9.5.0 through 9.16.0, percent-encoded parent-directory segments or encoded path separators in a template URL can match a configured trusted repository prefix before an HTTP server or Git transport decodes the…

  • CVE-2026-23986HigJan 21, 2026
    risk 0.39cvss 7.1epss 0.00

    Copier is a library and CLI app for rendering project templates. Prior to version 9.11.2, Copier suggests that it's safe to generate a project from a safe template, i.e. one that doesn't use unsafe features like custom Jinja extensions which would require passing the…

  • CVE-2025-55214MedAug 18, 2025
    risk 0.38cvss epss 0.00

    Copier library and CLI app for rendering project templates. From 7.1.0 to before 9.9.1, Copier suggests that it's safe to generate a project from a safe template, i.e. one that doesn't use unsafe features like custom Jinja extensions which would require passing the…

  • CVE-2026-34730MedApr 2, 2026
    risk 0.29cvss 5.5epss 0.00

    Copier is a library and CLI app for rendering project templates. Prior to version 9.14.1, Copier's _external_data feature allows a template to load YAML files using template-controlled paths. If untrusted templates are in scope, a malicious template can read attacker-chosen…

  • CVE-2026-23968MedJan 21, 2026
    risk 0.29cvss 5.5epss 0.00

    Copier is a library and CLI app for rendering project templates. Prior to version 9.11.2, Copier suggests that it's safe to generate a project from a safe template, i.e. one that doesn't use unsafe features like custom Jinja extensions which would require passing the…

  • CVE-2026-34726MedApr 2, 2026
    risk 0.22cvss 4.4epss 0.00

    Copier is a library and CLI app for rendering project templates. Prior to version 9.14.1, Copier's _subdirectory setting is documented as the subdirectory to use as the template root. However, the current implementation accepts parent-directory traversal such as .. and uses it…

  • CVE-2026-53951HigJul 8, 2026
    risk 0.00cvss epss 0.00

    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…