Lucene search

K
osvGoogleOSV:GHSA-38H8-X697-GH8Q
HistoryNov 09, 2018 - 5:45 p.m.

Tmp files readable by other users in sync-exec

2018-11-0917:45:30
Google
osv.dev
16

EPSS

0.001

Percentile

47.0%

Affected versions of sync-exec use files located in /tmp/ to buffer command results before returning values. As /tmp/ is almost always set with world readable permissions, this may allow low privilege users on the system to read the results of commands run via sync-exec under a higher privilege user.

Recommendation

There is currently no direct patch for sync-exec, as the child_process.execSync function provided in Node.js v0.12.0 and later provides the same functionality natively.

The best mitigation currently is to update to Node.js v0.12.0 or later, and migrate all uses of sync-exec to child_process.execSync().

EPSS

0.001

Percentile

47.0%

Related for OSV:GHSA-38H8-X697-GH8Q