Lucene search

K
osvGoogleOSV:GHSA-6CPC-MJ5C-M9RQ
HistoryFeb 18, 2019 - 11:40 p.m.

Arbitrary File Write in cli

2019-02-1823:40:03
Google
osv.dev
8

0.001 Low

EPSS

Percentile

41.1%

Affected versions of cli use predictable temporary file names. If an attacker can create a symbolic link at the location of one of these temporarly file names, the attacker can arbitrarily write to any file that the user which owns the cli process has permission to write to.

Proof of Concept

By creating Symbolic Links at the following locations, the target of the link can be written to.

lock_file = '/tmp/' + cli.app + '.pid',
log_file = '/tmp/' + cli.app + '.log';

Recommendation

Update to version 1.0.0 or later.

CPENameOperatorVersion
clilt1.0.0

0.001 Low

EPSS

Percentile

41.1%

Related for OSV:GHSA-6CPC-MJ5C-M9RQ