VYPR

Nodepdf

by Nodepdf Project

CVEs (1)

  • CVE-2016-4991CriJul 28, 2022
    risk 0.64cvss 9.8epss 0.02

    Input passed to the Pdf() function is shell escaped and passed to child_process.exec() during PDF rendering. However, the shell escape does not properly encode all special characters, namely, semicolon and curly braces. This can be abused to achieve command execution. This…