Files
CVEs-PoC/2022/CVE-2022-24065.md
T
2024-06-18 02:51:15 +02:00

855 B

CVE-2022-24065

Description

The package cookiecutter before 2.1.1 are vulnerable to Command Injection via hg argument injection. When calling the cookiecutter function from Python code with the checkout parameter, it is passed to the hg checkout command in a way that additional flags can be set. The additional flags can be used to perform a command injection.

POC

Reference

Github