9.8
CVSSv3

CVE-2022-36231

Published: 23/02/2023 Updated: 03/03/2023
CVSS v3 Base Score: 9.8 | Impact Score: 5.9 | Exploitability Score: 3.9
VMScore: 0

Vulnerability Summary

pdf_info 0.5.3 is vulnerable to Command Execution because the Ruby code uses backticks instead of Open3.

Vulnerability Trend

Vulnerable Product Search on Vulmon Subscribe to Product

newspaperclub pdf info 0.5.3

Github Repositories

pdf_info <= 0.5.3 OS Command Injection

CVE-2022-36231 The ruby gem pdf_info &lt;= 053 is vulnerable to OS Command Injection when executing a method on a PDF::Info object An attacker using a specially crafted payload may execute OS commands by using command chaining Vulnerability Analysis When creating a new PDF::Info object the initialize command is called def initialize(pdf_path) @pdf_path = pdf_path end