logo

CVE-2023-33187 highlight.run

Package

Manager: npm
Name: highlight.run
Vulnerable Version: >=0 <6.0.0

Severity

Level: Medium

CVSS v3.1: CVSS:3.1/AV:N/AC:H/PR:H/UI:R/S:C/C:H/I:N/A:N

CVSS v4.0: CVSS:4.0/AV:N/AC:H/AT:N/PR:H/UI:A/VC:H/VI:N/VA:N/SC:H/SI:N/SA:N

EPSS: 0.00055 pctl0.1719

Details

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

Metadata

Created: 2023-05-26T13:52:19Z
Modified: 2023-05-26T13:52:19Z
Source: https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2023/05/GHSA-9qpj-qq2r-5mcc/GHSA-9qpj-qq2r-5mcc.json
CWE IDs: ["CWE-319"]
Alternative ID: GHSA-9qpj-qq2r-5mcc
Finding: F332
Auto approve: 1