Início
Início
Tendências
Tendências
Vulnerabilidades
Vulnerabilidades
Notícias
Notícias
Pesquisadores
Pesquisadores
Por que dbugs?
Por que dbugs?
Configurações

Tomtaylor

#27652de 56,330
9.8CVSS total
Vulnerabilidades · 1
PT-2023-13461
9.8
2023-02-23
Pdf Info · Pdf Info · CVE-2022-36231
**Name of the Vulnerable Software and Affected Versions** pdf info version 0.5.3 **Description** The issue is related to Command Execution. The Ruby code in pdf info uses backticks instead of Open3, which can lead to command execution. An attacker may execute OS commands by using command chaining because during object initialization, there is no validation performed, and the user-provided path is used. **Recommendations** For pdf info version 0.5.3, consider updating to a newer version that uses Open3 instead of backticks to prevent command execution. As a temporary workaround, restrict the use of user-provided paths during object initialization to minimize the risk of exploitation.