Bug 2061817
| Summary: | CVE-2022-0235 grafana: node-fetch: exposure of sensitive information to an unauthorized actor [fedora-all] | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Mauro Matteo Cascella <mcascell> |
| Component: | grafana | Assignee: | Andreas Gerstmayr <agerstmayr> |
| Status: | CLOSED NOTABUG | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 35 | CC: | agerstmayr, jkurik, mgoodwin, nathans |
| Target Milestone: | --- | Keywords: | Security, SecurityTracking |
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | No Doc Update | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2022-04-05 15:26:07 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | |||
| Bug Blocks: | 2044591 | ||
|
Description
Mauro Matteo Cascella
2022-03-08 15:27:27 UTC
Use the following template to for the 'fedpkg update' request to submit an update for this issue as it contains the top-level parent bug(s) as well as this tracking bug. This will ensure that all associated bugs get updated when new packages are pushed to stable. ===== # bugfix, security, enhancement, newpackage (required) type=security # low, medium, high, urgent (required) severity=medium # testing, stable request=testing # Bug numbers: 1234,9876 bugs=2044591,2061817 # Description of your update notes=Security fix for [PUT CVEs HERE] # Enable request automation based on the stable/unstable karma thresholds autokarma=True stable_karma=3 unstable_karma=-3 # Automatically close bugs when this marked as stable close_bugs=True # Suggest that users restart after update suggest_reboot=False ====== Additionally, you may opt to use the bodhi web interface to submit updates: https://bodhi.fedoraproject.org/updates/new node-fetch is a transitive dependency of Grafana because of: $ yarn why node-fetch yarn why v1.22.10 [1/4] Why do we have the module "node-fetch"...? [2/4] Initialising dependency graph... [3/4] Finding dependency... [4/4] Calculating file sizes... => Found "node-fetch.1" info Has been hoisted to "node-fetch" info Reasons this module exists - "workspace-aggregator-1537bf1a-5202-40dd-a45e-69fb82189a6f" depends on it - Hoisted from "_project_#lerna#@lerna#version#@lerna#gitlab-client#node-fetch" - Hoisted from "_project_#lerna#@lerna#version#@lerna#github-client#@octokit#rest#@octokit#request#node-fetch" info Disk size without dependencies: "180KB" info Disk size with unique dependencies: "180KB" info Disk size with transitive dependencies: "180KB" info Number of shared dependencies: 0 => Found "@grafana/ui#node-fetch.1" info Reasons this module exists - "_project_#@grafana#ui#@storybook#react#@storybook#core" depends on it - Hoisted from "_project_#@grafana#ui#@storybook#react#@storybook#core#node-fetch" - in the nohoist list ["/_project_/**/@types/*","/_project_/**/@types/*/**","/_project_/@storybook","/_project_/**/@storybook","/_project_/**/@storybook/**","/_project_/@icons/material"] info Disk size without dependencies: "180KB" info Disk size with unique dependencies: "180KB" info Disk size with transitive dependencies: "180KB" info Number of shared dependencies: 0 => Found "isomorphic-fetch#node-fetch.3" info This module exists because "_project_#@jaegertracing#jaeger-ui-components#recompose#fbjs#isomorphic-fetch" depends on it. info Disk size without dependencies: "172KB" info Disk size with unique dependencies: "228KB" info Disk size with transitive dependencies: "696KB" info Number of shared dependencies: 4 Done in 2.37s. * lerna is a build time dependency * storybook is a dev tool for building/testing UIs * jaeger-ui-components uses recompose, but only parts of it which don't use any network connections => Grafana is not affected. |