CVE-2020-28494 HIGH

CVE-2020-28494: Command Injection

Vendor N/A
Product total.js
Published February 2, 2021
Last update September 16, 2024

CVSS base score

8.6/10
Attack vector Network
Attack complexity Low
Privileges required None
User interaction None
Confidentiality High
Integrity Low

CVSS vector

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:L/A:L/E:P/RL:O/RC:C

What the vulnerability does

01Description

This affects the package total.js before 3.4.7. The issue occurs in the image.pipe and image.stream functions. The type parameter is used to build the command that is then executed using child_process.spawn. The issue occurs because child_process.spawn is called with the option shell set to true and because the type parameter is not properly sanitized.

Key dates

02Disclosure timeline

February 2, 2021 CVE published
September 16, 2024 Record updated