CVE-2020-7654: Information Exposure in Snyk Broker
7.5
CVSS Score
3.1
Basic Information
CVE ID
GHSA ID
EPSS Score
0.51112%
CWE
Published
6/3/2020
Updated
2/1/2023
KEV Status
No
Technology
JavaScript
Technical Details
CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
snyk-broker | npm | < 4.73.1 | 4.73.1 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The patch adds 'origin' to the logger's sanitization serializers, indicating that prior to this fix:
- Logging methods (info/debug/etc) would output raw 'origin' field values
- These logging calls would appear in runtime profilers when DEBUG logging is enabled
- The vulnerable functions are the bunyan logger's methods themselves when handling objects containing 'origin' fields, as shown by the test case pattern in log.test.js