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

exploitDog

github логотип

GHSA-9qpj-qq2r-5mcc

Опубликовано: 26 мая 2023
Источник: github
Github: Прошло ревью
CVSS3: 5.4

Описание

html inputs of type password recorded in plaintext when converted to text inputs

Impact

Highlight may record passwords on customer deployments when a password html input is switched to type="text" via a javascript "Show Password" button. This differs from the expected behavior which always obfuscates type="password" inputs. A customer may assume that switching to type="text" would also not record this input; hence, they would not add additional highlight-mask css-class obfuscation to this part of the DOM, resulting in unintentional recording of a password value when a Show Password button is used.

Patches

highlight.run@6.0.0 resolves the issue via https://github.com/rrweb-io/rrweb/pull/1184 This patch tracks changes to the type attribute of an input to ensure an input that used to be a type="password" continues to be obfuscated.

Workarounds

We have deployed a change to our data ingest to obfuscate passwords server side from older clients. This means that upgrading to the latest version of highlight.run is not necessary but recommended to prevent potential network transfer of recorded password data to our backend.

References

https://github.com/rrweb-io/rrweb/pull/1184

Пакеты

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

highlight.run

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

< 6.0.0

6.0.0

EPSS

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

5.4 Medium

CVSS3

Дефекты

CWE-319

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

CVSS3: 5.4
nvd
больше 2 лет назад

Highlight is an open source, full-stack monitoring platform. Highlight may record passwords on customer deployments when a password html input is switched to `type="text"` via a javascript "Show Password" button. This differs from the expected behavior which always obfuscates `type="password"` inputs. A customer may assume that switching to `type="text"` would also not record this input; hence, they would not add additional `highlight-mask` css-class obfuscation to this part of the DOM, resulting in unintentional recording of a password value when a `Show Password` button is used. This issue was patched in version 6.0.0. This patch tracks changes to the `type` attribute of an input to ensure an input that used to be a `type="password"` continues to be obfuscated.

EPSS

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

5.4 Medium

CVSS3

Дефекты

CWE-319