4 results (0.001 seconds)

CVSS: 7.8EPSS: 0%CPEs: 1EXPL: 1

09 Nov 2022 — An exponential ReDoS (Regular Expression Denial of Service) can be triggered in the cleo PyPI package, when an attacker is able to supply arbitrary input to the Table.set_rows method Se puede activar un ReDoS exponencial (Denegación de Servicio (DoS) de expresión regular) en el paquete cleo PyPI, cuando un atacante puede proporcionar entradas arbitrarias al método Table.set_rows • https://research.jfrog.com/vulnerabilities/cleo-redos-xray-257186 • CWE-1333: Inefficient Regular Expression Complexity •

CVSS: 7.3EPSS: 0%CPEs: 3EXPL: 1

07 Sep 2022 — Poetry is a dependency manager for Python. When handling dependencies that come from a Git repository instead of a registry, Poetry uses various commands, such as `git clone`. These commands are constructed using user input (e.g. the repository URL). When building the commands, Poetry correctly avoids Command Injection vulnerabilities by passing an array of arguments instead of a command string. However, there is the possibility that a user input starts with a dash (`-`) and is therefore treated as an optio... • https://github.com/python-poetry/poetry/releases/tag/1.1.9 • CWE-88: Improper Neutralization of Argument Delimiters in a Command ('Argument Injection') CWE-94: Improper Control of Generation of Code ('Code Injection') •

CVSS: 7.3EPSS: 0%CPEs: 4EXPL: 0

07 Sep 2022 — Poetry is a dependency manager for Python. To handle dependencies that come from a Git repository, Poetry executes various commands, e.g. `git config`. These commands are being executed using the executable’s name and not its absolute path. This can lead to the execution of untrusted code due to the way Windows resolves executable names to paths. • https://github.com/python-poetry/poetry/releases/tag/1.1.9 • CWE-426: Untrusted Search Path •

CVSS: 9.8EPSS: 0%CPEs: 2EXPL: 0

21 Mar 2022 — Poetry v1.1.9 and below was discovered to contain an untrusted search path which causes the application to behave in unexpected ways when users execute Poetry commands in a directory containing malicious content. This vulnerability occurs when the application is ran on Windows OS. Se ha detectado que Poetry versión v1.1.9 y anteriores, contienen una ruta de búsqueda no confiable que causa a la aplicación comportarse de manera no esperada cuando los usuarios ejecutan comandos de Poetry en un directorio que c... • https://github.com/python-poetry/poetry-core/pull/205/commits/fa9cb6f358ae840885c700f954317f34838caba7 • CWE-426: Untrusted Search Path •