Lucene search
K

17 matches found

NVD
NVD
added 2026/04/02 7:21 p.m.1 views

CVE-2026-34726

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

4.4CVSS0.00026EPSS
Exploits1References3
Vulnrichment
Vulnrichment
added 2026/04/02 6:9 p.m.1 views

CVE-2026-34730 Copier `_external_data` allows path traversal and absolute-path local file read without unsafe mode

Copier is a library and CLI app for rendering project templates. Prior to version 9.14.1, Copier's externaldata 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 YAML-parseable local fil...

5.5CVSS5.8AI score0.00004EPSS
Exploits1References3
Vulnrichment
Vulnrichment
added 2026/04/02 6:7 p.m.1 views

CVE-2026-34726 Copier `_subdirectory` allows template root escape via parent-directory traversal

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

4.4CVSS5.8AI score0.00026EPSS
Exploits1References3
CNNVD
CNNVD
added 2026/04/02 12:0 a.m.2 views

Copier 路径遍历漏洞

Copier is an open-source library developed by Copier for rendering project templates. Versions of Copier prior to 9.14.1 contained a path traversal vulnerability. This vulnerability stemmed from the ability for the subdirectory setting to allow traversal of the parent directory, potentially...

4.4CVSS5.8AI score0.00026EPSS
Exploits1References3
Snyk
Snyk
added 2026/01/21 10:46 p.m.3 views

UNIX Symbolic Link (Symlink) Following

Overview copier is an A library for rendering project templates. Affected versions of this package are vulnerable to UNIX Symbolic Link Symlink Following via the symlink resolution process in safe templates when preservesymlinks is set to true. An attacker can overwrite arbitrary files on the...

7.1CVSS5.8AI score0.00085EPSS
Exploits1References2
Cvelist
Cvelist
added 2026/01/21 10:20 p.m.13 views

CVE-2026-23986 Copier safe template has arbitrary filesystem write access via directory symlinks when _preserve_symlinks: true

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 --UNSAFE,--trust flag. As it...

6.9CVSS0.00085EPSS
Exploits1References3
OSV
OSV
added 2026/01/21 10:20 p.m.4 views

CVE-2026-23986 Copier safe template has arbitrary filesystem write access via directory symlinks when _preserve_symlinks: true

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 --UNSAFE,--trust flag. As it...

6.9CVSS5.8AI score0.00085EPSS
Exploits1References5
Positive Technologies
Positive Technologies
added 2026/01/21 12:0 a.m.1 views

PT-2026-3871

Name of the Vulnerable Software and Affected Versions Copier versions prior to 9.11.2 Description Copier, a library and CLI app for rendering project templates, exhibited a flaw where it incorrectly identified templates as safe, even if they contained arbitrary files and directories outside the...

6.8CVSS5.5AI score0.00049EPSS
Exploits1References8
CNNVD
CNNVD
added 2026/01/21 12:0 a.m.1 views

Copier security vulnerabilities

Copier is an open-source library used for rendering project templates by Copier. Versions of Copier prior to 9.11.2 contained security vulnerabilities. These vulnerabilities stemmed from the use of symbolic links and default settings, which could lead to the inclusion of files or directories...

6.8CVSS5.8AI score0.00049EPSS
Exploits1References3
EUVD
EUVD
added 2025/10/03 8:7 p.m.2 views

EUVD-2025-25132

Malicious code in bioql PyPI...

8.5CVSS6.3AI score0.00058EPSS
Exploits0References3
RedhatCVE
RedhatCVE
added 2025/08/20 4:27 p.m.6 views

CVE-2025-55201

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 security model w.r.t...

8.5CVSS6.3AI score0.00058EPSS
Exploits0References1
Snyk
Snyk
added 2025/08/18 5:41 p.m.3 views

Directory Traversal

Overview copier is an A library for rendering project templates. Affected versions of this package are vulnerable to Directory Traversal via the rendering process when generating a directory structure whose rendered path is either a relative parent path or an absolute path. An attacker can...

7.1CVSS7.7AI score0.00068EPSS
Exploits0References2
CVE
CVE
added 2025/08/18 4:36 p.m.9 views

CVE-2025-55214

CVE-2025-55214 (Copier) : A directory traversal vulnerability affects Copier libraries and CLI from version 7.1.0 up to, but not including, 9.9.1. When using a safe template, an attacker could cause files to be written outside the destination path by exploiting the template rendering of a generat...

6.9CVSS7.2AI score0.00068EPSS
Exploits0References2
Vulnrichment
Vulnrichment
added 2025/08/18 4:36 p.m.2 views

CVE-2025-55214 Copier safe template has filesystem write access outside destination path

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 --UNSAFE,--trust flag. As it...

6.9CVSS7.2AI score0.00068EPSS
Exploits0References2
CVE
CVE
added 2025/08/18 4:21 p.m.13 views

CVE-2025-55201

CVE-2025-55201 concerns the Copier library/CLI used for rendering project templates. Prior to version 9.9.1, the template rendering context exposes certain pathlib.Path objects in Jinja with unconstrained I/O methods, enabling a safe template to read and write arbitrary files on the filesystem an...

8.5CVSS6.6AI score0.00058EPSS
Exploits0References2
OSV
OSV
added 2025/08/18 4:21 p.m.3 views

CVE-2025-55201 Copier safe template has arbitrary filesystem read/write access

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 security model w.r.t...

8.5CVSS6.6AI score0.00058EPSS
Exploits0References4
CNNVD
CNNVD
added 2025/08/18 12:0 a.m.2 views

Copier 路径遍历漏洞

Copier is a Copier open source library for rendering project templates. A path traversal vulnerability exists in Copier versions prior to 7.1.0 through 9.9.1, which stems from the fact that templates can be written to files outside of the target path, potentially leading to arbitrary file...

6.9CVSS6.9AI score0.00068EPSS
Exploits0References3
Rows per page
Query Builder