Description
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 directly when selecting the template root. As a result, a template can escape its own directory and make Copier render files from the parent directory without --UNSAFE. This issue has been patched in version 9.14.1.
Published: 2026-04-02
Score: 4.4 Medium
EPSS: < 1% Very Low
KEV: No
Impact: Information disclosure via template root escape
Action: Immediate Patch
AI Analysis

Impact

The vulnerability lies in Copier's handling of the _subdirectory setting, which is intended to specify the template root. The implementation accepts parent-directory traversal patterns such as '..' and uses them directly when selecting the template root. This allows a template to escape its own directory and cause Copier to render files from the parent directory without requiring the --UNSAFE flag. As a result, an attacker can access and copy arbitrary files from the parent directory into the rendered project, potentially exposing sensitive data. The weakness corresponds to CWE-22, a directory traversal vulnerability.

Affected Systems

The issue affects the Copier package produced by copier-org, used as a library and command‑line tool for rendering project templates. All releases prior to version 9.14.1 are vulnerable. The fix was introduced in release 9.14.1; users should upgrade to that version or later to mitigate the risk. This vulnerability is relevant to environments that rely on Copier to process templates supplied by external sources.

Risk and Exploitability

The CVSS score of 4.4 indicates a medium level of severity, and the EPSS score of less than 1% suggests that exploitation is unlikely to be widespread. The vulnerability is not listed in CISA's KEV catalog. An attacker would need to supply a malicious template that includes a parent-directory term in the _subdirectory field; no special privileges are required, so local or supply‑chain attacks are plausible. Since the vulnerability is a directory traversal bug, it can be mitigated by updating the tool before any exploitation occurs.

Generated by OpenCVE AI on April 3, 2026 at 22:27 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade to Copier v9.14.1 or later to apply the official fix
  • If upgrading is not immediately possible, audit supplied templates for parent-directory references in the _subdirectory setting and remove or neutralize them
  • Restrict template sources to trusted repositories to reduce the likelihood of malicious templates being processed
  • Monitor file rendering operations for unexpected or unauthorized file inclusion

Generated by OpenCVE AI on April 3, 2026 at 22:27 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Github GHSA Github GHSA GHSA-85v3-4m8g-hrh6 Copier `_subdirectory` allows template root escape via parent-directory traversal
History

Fri, 03 Apr 2026 20:15:00 +0000

Type Values Removed Values Added
CPEs cpe:2.3:a:copier-org:copier:*:*:*:*:*:python:*:*

Fri, 03 Apr 2026 17:45:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'poc', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Fri, 03 Apr 2026 10:15:00 +0000

Type Values Removed Values Added
First Time appeared Copier-org
Copier-org copier
Vendors & Products Copier-org
Copier-org copier

Thu, 02 Apr 2026 20:30:00 +0000

Type Values Removed Values Added
Description 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 directly when selecting the template root. As a result, a template can escape its own directory and make Copier render files from the parent directory without --UNSAFE. This issue has been patched in version 9.14.1.
Title Copier `_subdirectory` allows template root escape via parent-directory traversal
Weaknesses CWE-22
References
Metrics cvssV3_1

{'score': 4.4, 'vector': 'CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:N'}


Subscriptions

Copier-org Copier
cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-04-03T16:16:03.275Z

Reserved: 2026-03-30T18:41:20.753Z

Link: CVE-2026-34726

cve-icon Vulnrichment

Updated: 2026-04-03T16:15:54.655Z

cve-icon NVD

Status : Analyzed

Published: 2026-04-02T19:21:32.320

Modified: 2026-04-03T19:40:49.070

Link: CVE-2026-34726

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-04-07T07:55:44Z

Weaknesses