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

exploitDog

github логотип

GHSA-3c9c-2p65-qvwv

Опубликовано: 27 сент. 2021
Источник: github
Github: Прошло ревью
CVSS3: 9.1

Описание

Prototype pollution in aurelia-path

Impact

The vulnerability exposes Aurelia application that uses aurelia-path package to parse a string. The majority of this will be Aurelia applications that employ the aurelia-router package. An example is this could allow an attacker to change the prototype of base object class Object by tricking an application to parse the following URL: https://aurelia.io/blog/?__proto__[asdf]=asdf

Patches

The problem should be patched in version 1.1.7. Any version earlier than this is vulnerable.

Workarounds

A partial work around is to free the Object prototype:

Object.freeze(Object.prototype)

Пакеты

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

aurelia-path

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

< 1.1.7

1.1.7

EPSS

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

9.1 Critical

CVSS3

Дефекты

CWE-1321
CWE-915

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

CVSS3: 9.1
nvd
больше 4 лет назад

aurelia-path is part of the Aurelia platform and contains utilities for path manipulation. There is a prototype pollution vulnerability in aurelia-path before version 1.1.7. The vulnerability exposes Aurelia application that uses `aurelia-path` package to parse a string. The majority of this will be Aurelia applications that employ the `aurelia-router` package. An example is this could allow an attacker to change the prototype of base object class `Object` by tricking an application to parse the following URL: `https://aurelia.io/blog/?__proto__[asdf]=asdf`. The problem is patched in version `1.1.7`.

EPSS

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

9.1 Critical

CVSS3

Дефекты

CWE-1321
CWE-915