Логотип exploitDog
Консоль
Логотип exploitDog

exploitDog

github логотип

GHSA-2hpj-g53m-9gj6

Опубликовано: 18 фев. 2019
Источник: github
Github: Прошло ревью
CVSS3: 8.1

Описание

closure-util downloads Resources over HTTP

Affected versions of closure-util insecurely download an executable over an unencrypted HTTP connection.

In scenarios where an attacker has a privileged network position, it is possible to intercept the response and replace the executable with a malicious one, resulting in code execution on the system running closure-util.

Recommendation

To mitigate this issue:

  1. Install the package using npm's --ignore-scripts flag.
  2. Navigate to the package directory, and open default-config.json in a text editor
  3. Change the download URLs in the compiler_url and library_url to https equivalents
  4. run npm i in the package directory.

Пакеты

Наименование

closure-util

npm
Затронутые версииВерсия исправления

<= 2.0.0-beta.1

Отсутствует

EPSS

Процентиль: 81%
0.01558
Низкий

8.1 High

CVSS3

Дефекты

CWE-311

Связанные уязвимости

CVSS3: 8.1
nvd
больше 7 лет назад

closure-utils is Utilities for Closure Library based projects. closure-utils downloads binary resources over HTTP, which leaves it vulnerable to MITM attacks. It may be possible to cause remote code execution (RCE) by swapping out the requested binary with an attacker controlled binary if the attacker is on the network or positioned in between the user and the remote server.

EPSS

Процентиль: 81%
0.01558
Низкий

8.1 High

CVSS3

Дефекты

CWE-311