{ "data_version": "4.0", "data_type": "CVE", "data_format": "MITRE", "CVE_data_meta": { "ID": "CVE-2023-33187", "ASSIGNER": "security-advisories@github.com", "STATE": "PUBLIC" }, "description": { "description_data": [ { "lang": "eng", "value": "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.\nThis 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. \n" } ] }, "problemtype": { "problemtype_data": [ { "description": [ { "lang": "eng", "value": "CWE-319: Cleartext Transmission of Sensitive Information", "cweId": "CWE-319" } ] } ] }, "affects": { "vendor": { "vendor_data": [ { "vendor_name": "highlight", "product": { "product_data": [ { "product_name": "highlight", "version": { "version_data": [ { "version_affected": "=", "version_value": "< 6.0.0" } ] } } ] } } ] } }, "references": { "reference_data": [ { "url": "https://github.com/highlight/highlight/security/advisories/GHSA-9qpj-qq2r-5mcc", "refsource": "MISC", "name": "https://github.com/highlight/highlight/security/advisories/GHSA-9qpj-qq2r-5mcc" }, { "url": "https://github.com/rrweb-io/rrweb/pull/1184", "refsource": "MISC", "name": "https://github.com/rrweb-io/rrweb/pull/1184" } ] }, "source": { "advisory": "GHSA-9qpj-qq2r-5mcc", "discovery": "UNKNOWN" }, "impact": { "cvss": [ { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 5.4, "baseSeverity": "MEDIUM", "confidentialityImpact": "HIGH", "integrityImpact": "NONE", "privilegesRequired": "HIGH", "scope": "CHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:H/UI:R/S:C/C:H/I:N/A:N", "version": "3.1" } ] } }