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

exploitDog

github логотип

GHSA-r8f4-hv23-6qp6

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

Описание

Norman API Cross-site Scripting Vulnerability

Impact

A vulnerability has been identified in which unauthenticated cross-site scripting (XSS) in Norman's public API endpoint can be exploited. This can lead to an attacker exploiting the vulnerability to trigger JavaScript code and execute commands remotely.

The attack vector was identified as a Reflected XSS.

Norman API propagates malicious payloads from user input to the UI, which renders the output. For example, a malicious URL gets rendered into a script that is executed on a page.

The changes addressed by this fix are:

  • Encode input that comes from the request URL before adding it to the response.
  • The request input is escaped by changing the URL construction that is used for links to use url.URL.
  • The request input is escaped by escaping the JavaScript and CSS variables with attribute encoding as defined by OWASP.

Patches

Patched versions include the following commits:

BranchCommit
master3bb70b7
release/v2.8a6a6cf5
release/v2.7cb54924
release/v2.7.s37b2b467
release/v2.6bd13c65

Workarounds

There is no direct mitigation besides updating Norman API to a patched version.

References

If you have any questions or comments about this advisory:

Пакеты

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

github.com/rancher/norman

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

< 0.0.0-20240207153100-3bb70b772b52

0.0.0-20240207153100-3bb70b772b52

EPSS

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

8.3 High

CVSS3

Дефекты

CWE-80

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

CVSS3: 8.3
nvd
больше 1 года назад

A vulnerability has been identified in which unauthenticated cross-site scripting (XSS) in Norman's public API endpoint can be exploited. This can lead to an attacker exploiting the vulnerability to trigger JavaScript code and execute commands remotely.

EPSS

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

8.3 High

CVSS3

Дефекты

CWE-80