opensuse-su-2020:1646-1
Vulnerability from csaf_opensuse
Published
2020-10-10 12:22
Modified
2020-10-10 12:22
Summary
Security update for grafana
Notes
Title of the patch
Security update for grafana
Description of the patch
This update for grafana fixes the following issues:
Update to version 7.1.5:
* Features / Enhancements
- Stats: Stop counting the same user multiple times.
- Field overrides: Filter by field name using regex.
- AzureMonitor: map more units.
- Explore: Don't run queries on datasource change.
- Graph: Support setting field unit & override data source (automatic) unit.
- Explore: Unification of logs/metrics/traces user interface
- Table: JSON Cell should try to convert strings to JSON
- Variables: enables cancel for slow query variables queries.
- TimeZone: unify the time zone pickers to one that can rule them all.
- Search: support URL query params.
- Grafana-UI: Add FileUpload.
- TablePanel: Sort numbers correctly.
* Bug fixes
- Alerting: remove LongToWide call in alerting.
- AzureMonitor: fix panic introduced in 7.1.4 when unit was unspecified and alias was used.
- Variables: Fixes issue with All variable not being resolved.
- Templating: Fixes so texts show in picker not the values.
- Templating: Templating: Fix undefined result when using raw interpolation format
- TextPanel: Fix content overflowing panel boundaries.
- StatPanel: Fix stat panel display name not showing when explicitly set.
- Query history: Fix search filtering if null value.
- Flux: Ensure connections to InfluxDB are closed.
- Dashboard: Fix for viewer can enter panel edit mode by modifying url (but cannot not save anything).
- Prometheus: Fix prom links in mixed mode.
- Sign In Use correct url for the Sign In button.
- StatPanel: Fixes issue with name showing for single series / field results
- BarGauge: Fix space bug in single series mode.
- Auth: Fix POST request failures with anonymous access
- Templating: Fix recursive loop of template variable queries when changing ad-hoc-variable
- Templating: Fixed recursive queries triggered when switching dashboard settings view
- GraphPanel: Fix annotations overflowing panels.
- Prometheus: Fix performance issue in processing of histogram labels.
- Datasources: Handle URL parsing error.
- Security: Use Header.Set and Header.Del for X-Grafana-User header.
Update to version 7.0.3
* Features / Enhancements
- Stats: include all fields. #24829, @ryantxu
- Variables: change VariableEditorList row action Icon to IconButton. #25217, @hshoff
* Bug fixes
- Cloudwatch: Fix dimensions of DDoSProtection. #25317, @papagian
- Configuration: Fix env var override of sections containing hyphen. #25178, @marefr
- Dashboard: Get panels in collapsed rows. #25079, @peterholmberg
- Do not show alerts tab when alerting is disabled. #25285, @dprokop
- Jaeger: fixes cascader option label duration value. #25129, @Estrax
- Transformations: Fixed Transform tab crash & no update after adding first transform. #25152, @torkelo
Update to version 7.0.2
* Bug fixes
- Security: Urgent security patch release to fix CVE-2020-13379
Update to version 7.0.1
* Features / Enhancements
- Datasource/CloudWatch: Makes CloudWatch Logs query history more readable. #24795, @kaydelaney
- Download CSV: Add date and time formatting. #24992, @ryantxu
- Table: Make last cell value visible when right aligned. #24921, @peterholmberg
- TablePanel: Adding sort order persistance. #24705, @torkelo
- Transformations: Display correct field name when using reduce transformation. #25068, @peterholmberg
- Transformations: Allow custom number input for binary operations. #24752, @ryantxu
* Bug fixes
- Dashboard/Links: Fixes dashboard links by tags not working. #24773, @KamalGalrani
- Dashboard/Links: Fixes open in new window for dashboard link. #24772, @KamalGalrani
- Dashboard/Links: Variables are resolved and limits to 100. #25076, @hugohaggmark
- DataLinks: Bring back variables interpolation in title. #24970, @dprokop
- Datasource/CloudWatch: Field suggestions no longer limited to prefix-only. #24855, @kaydelaney
- Explore/Table: Keep existing field types if possible. #24944, @kaydelaney
- Explore: Fix wrap lines toggle for results of queries with filter expression. #24915, @ivanahuckova
- Explore: fix undo in query editor. #24797, @zoltanbedi
- Explore: fix word break in type head info. #25014, @zoltanbedi
- Graph: Legend decimals now work as expected. #24931, @torkelo
- LoginPage: Fix hover color for service buttons. #25009, @tskarhed
- LogsPanel: Fix scrollbar. #24850, @ivanahuckova
- MoveDashboard: Fix for moving dashboard caused all variables to be lost. #25005, @torkelo
- Organize transformer: Use display name in field order comparer. #24984, @dprokop
- Panel: shows correct panel menu items in view mode. #24912, @hugohaggmark
- PanelEditor Fix missing labels and description if there is only single option in category. #24905, @dprokop
- PanelEditor: Overrides name matcher still show all original field names even after Field default display name is specified. #24933, @torkelo
- PanelInspector: Makes sure Data display options are visible. #24902, @hugohaggmark
- PanelInspector: Hides unsupported data display options for Panel type. #24918, @hugohaggmark
- PanelMenu: Make menu disappear on button press. #25015, @tskarhed
- Postgres: Fix add button. #25087, @phemmer
- Prometheus: Fix recording rules expansion. #24977, @ivanahuckova
- Stackdriver: Fix creating Service Level Objectives (SLO) datasource query variable. #25023, @papagian
Update to version 7.0.0
* Breaking changes
- Removed PhantomJS: PhantomJS was deprecated in Grafana v6.4 and starting from Grafana v7.0.0, all PhantomJS support has been removed. This means that Grafana no longer ships with a built-in image renderer, and we advise you to install the Grafana Image Renderer plugin.
- Dashboard: A global minimum dashboard refresh interval is now enforced and defaults to 5 seconds.
- Interval calculation: There is now a new option Max data points that controls the auto interval $__interval calculation. Interval was previously calculated by dividing the panel width by the time range. With the new max data points option it is now easy to set $__interval to a dynamic value that is time range agnostic. For example if you set Max data points to 10 Grafana will dynamically set $__interval by dividing the current time range by 10.
- Datasource/Loki: Support for deprecated Loki endpoints has been removed.
- Backend plugins: Grafana now requires backend plugins to be signed, otherwise Grafana will not load/start them. This is an additional security measure to make sure backend plugin binaries and files haven't been tampered with. Refer to Upgrade Grafana for more information.
- @grafana/ui: Forms migration notice, see @grafana/ui changelog
- @grafana/ui: Select API change for creating custom values, see @grafana/ui changelog
+ Deprecation warnings
- Scripted dashboards is now deprecated. The feature is not removed but will be in a future release. We hope to address the underlying requirement of dynamic dashboards in a different way. #24059
- The unofficial first version of backend plugins together with usage of grafana/grafana-plugin-model is now deprecated and support for that will be removed in a future release. Please refer to backend plugins documentation for information about the new officially supported backend plugins.
* Features / Enhancements
- Backend plugins: Log deprecation warning when using the unofficial first version of backend plugins. #24675, @marefr
- Editor: New line on Enter, run query on Shift+Enter. #24654, @davkal
- Loki: Allow multiple derived fields with the same name. #24437, @aocenas
- Orgs: Add future deprecation notice. #24502, @torkelo
* Bug Fixes
- @grafana/toolkit: Use process.cwd() instead of PWD to get directory. #24677, @zoltanbedi
- Admin: Makes long settings values line break in settings page. #24559, @hugohaggmark
- Dashboard: Allow editing provisioned dashboard JSON and add confirmation when JSON is copied to dashboard. #24680, @dprokop
- Dashboard: Fix for strange 'dashboard not found' errors when opening links in dashboard settings. #24416, @torkelo
- Dashboard: Fix so default data source is selected when data source can't be found in panel editor. #24526, @mckn
- Dashboard: Fixed issue changing a panel from transparent back to normal in panel editor. #24483, @torkelo
- Dashboard: Make header names reflect the field name when exporting to CSV file from the the panel inspector. #24624, @peterholmberg
- Dashboard: Make sure side pane is displayed with tabs by default in panel editor. #24636, @dprokop
- Data source: Fix query/annotation help content formatting. #24687, @AgnesToulet
- Data source: Fixes async mount errors. #24579, @Estrax
- Data source: Fixes saving a data source without failure when URL doesn't specify a protocol. #24497, @aknuds1
- Explore/Prometheus: Show results of instant queries only in table. #24508, @ivanahuckova
- Explore: Fix rendering of react query editors. #24593, @ivanahuckova
- Explore: Fixes loading more logs in logs context view. #24135, @Estrax
- Graphite: Fix schema and dedupe strategy in rollup indicators for Metrictank queries. #24685, @torkelo
- Graphite: Makes query annotations work again. #24556, @hugohaggmark
- Logs: Clicking 'Load more' from context overlay doesn't expand log row. #24299, @kaydelaney
- Logs: Fix total bytes process calculation. #24691, @davkal
- Org/user/team preferences: Fixes so UI Theme can be set back to Default. #24628, @AgnesToulet
- Plugins: Fix manifest validation. #24573, @aknuds1
- Provisioning: Use proxy as default access mode in provisioning. #24669, @bergquist
- Search: Fix select item when pressing enter and Grafana is served using a sub path. #24634, @tskarhed
- Search: Save folder expanded state. #24496, @Clarity-89
- Security: Tag value sanitization fix in OpenTSDB data source. #24539, @rotemreiss
- Table: Do not include angular options in options when switching from angular panel. #24684, @torkelo
- Table: Fixed persisting column resize for time series fields. #24505, @torkelo
- Table: Fixes Cannot read property subRows of null. #24578, @hugohaggmark
- Time picker: Fixed so you can enter a relative range in the time picker without being converted to absolute range. #24534, @mckn
- Transformations: Make transform dropdowns not cropped. #24615, @dprokop
- Transformations: Sort order should be preserved as entered by user when using the reduce transformation. #24494, @hugohaggmark
- Units: Adds scale symbol for currencies with suffixed symbol. #24678, @hugohaggmark
- Variables: Fixes filtering options with more than 1000 entries. #24614, @hugohaggmark
- Variables: Fixes so Textbox variables read value from url. #24623, @hugohaggmark
- Zipkin: Fix error when span contains remoteEndpoint. #24524, @aocenas
- SAML: Switch from email to login for user login attribute mapping (Enterprise)
Patchnames
openSUSE-2020-1646
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
{ "document": { "aggregate_severity": { "namespace": "https://www.suse.com/support/security/rating/", "text": "moderate" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright 2024 SUSE LLC. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "Security update for grafana", "title": "Title of the patch" }, { "category": "description", "text": "This update for grafana fixes the following issues:\n\nUpdate to version 7.1.5:\n\n* Features / Enhancements\n\n - Stats: Stop counting the same user multiple times.\n - Field overrides: Filter by field name using regex.\n - AzureMonitor: map more units.\n - Explore: Don\u0027t run queries on datasource change.\n - Graph: Support setting field unit \u0026 override data source (automatic) unit.\n - Explore: Unification of logs/metrics/traces user interface\n - Table: JSON Cell should try to convert strings to JSON\n - Variables: enables cancel for slow query variables queries. \n - TimeZone: unify the time zone pickers to one that can rule them all.\n - Search: support URL query params.\n - Grafana-UI: Add FileUpload.\n - TablePanel: Sort numbers correctly.\n\n* Bug fixes\n\n - Alerting: remove LongToWide call in alerting.\n - AzureMonitor: fix panic introduced in 7.1.4 when unit was unspecified and alias was used. \n - Variables: Fixes issue with All variable not being resolved.\n - Templating: Fixes so texts show in picker not the values.\n - Templating: Templating: Fix undefined result when using raw interpolation format\n - TextPanel: Fix content overflowing panel boundaries. \n - StatPanel: Fix stat panel display name not showing when explicitly set.\n - Query history: Fix search filtering if null value.\n - Flux: Ensure connections to InfluxDB are closed.\n - Dashboard: Fix for viewer can enter panel edit mode by modifying url (but cannot not save anything).\n - Prometheus: Fix prom links in mixed mode.\n - Sign In Use correct url for the Sign In button.\n - StatPanel: Fixes issue with name showing for single series / field results\n - BarGauge: Fix space bug in single series mode.\n - Auth: Fix POST request failures with anonymous access\n - Templating: Fix recursive loop of template variable queries when changing ad-hoc-variable\n - Templating: Fixed recursive queries triggered when switching dashboard settings view\n - GraphPanel: Fix annotations overflowing panels.\n - Prometheus: Fix performance issue in processing of histogram labels.\n - Datasources: Handle URL parsing error.\n - Security: Use Header.Set and Header.Del for X-Grafana-User header.\n\nUpdate to version 7.0.3\n\n* Features / Enhancements\n\n - Stats: include all fields. #24829, @ryantxu\n - Variables: change VariableEditorList row action Icon to IconButton. #25217, @hshoff\n\n* Bug fixes\n\n - Cloudwatch: Fix dimensions of DDoSProtection. #25317, @papagian\n - Configuration: Fix env var override of sections containing hyphen. #25178, @marefr\n - Dashboard: Get panels in collapsed rows. #25079, @peterholmberg\n - Do not show alerts tab when alerting is disabled. #25285, @dprokop\n - Jaeger: fixes cascader option label duration value. #25129, @Estrax\n - Transformations: Fixed Transform tab crash \u0026 no update after adding first transform. #25152, @torkelo\n\nUpdate to version 7.0.2\n\n * Bug fixes\n - Security: Urgent security patch release to fix CVE-2020-13379\n\nUpdate to version 7.0.1\n\n * Features / Enhancements\n\n - Datasource/CloudWatch: Makes CloudWatch Logs query history more readable. #24795, @kaydelaney\n - Download CSV: Add date and time formatting. #24992, @ryantxu\n - Table: Make last cell value visible when right aligned. #24921, @peterholmberg\n - TablePanel: Adding sort order persistance. #24705, @torkelo\n - Transformations: Display correct field name when using reduce transformation. #25068, @peterholmberg\n - Transformations: Allow custom number input for binary operations. #24752, @ryantxu\n\n * Bug fixes\n\n - Dashboard/Links: Fixes dashboard links by tags not working. #24773, @KamalGalrani\n - Dashboard/Links: Fixes open in new window for dashboard link. #24772, @KamalGalrani\n - Dashboard/Links: Variables are resolved and limits to 100. #25076, @hugohaggmark\n - DataLinks: Bring back variables interpolation in title. #24970, @dprokop\n - Datasource/CloudWatch: Field suggestions no longer limited to prefix-only. #24855, @kaydelaney\n - Explore/Table: Keep existing field types if possible. #24944, @kaydelaney\n - Explore: Fix wrap lines toggle for results of queries with filter expression. #24915, @ivanahuckova\n - Explore: fix undo in query editor. #24797, @zoltanbedi\n - Explore: fix word break in type head info. #25014, @zoltanbedi\n - Graph: Legend decimals now work as expected. #24931, @torkelo\n - LoginPage: Fix hover color for service buttons. #25009, @tskarhed\n - LogsPanel: Fix scrollbar. #24850, @ivanahuckova\n - MoveDashboard: Fix for moving dashboard caused all variables to be lost. #25005, @torkelo\n - Organize transformer: Use display name in field order comparer. #24984, @dprokop\n - Panel: shows correct panel menu items in view mode. #24912, @hugohaggmark\n - PanelEditor Fix missing labels and description if there is only single option in category. #24905, @dprokop\n - PanelEditor: Overrides name matcher still show all original field names even after Field default display name is specified. #24933, @torkelo\n - PanelInspector: Makes sure Data display options are visible. #24902, @hugohaggmark\n - PanelInspector: Hides unsupported data display options for Panel type. #24918, @hugohaggmark\n - PanelMenu: Make menu disappear on button press. #25015, @tskarhed\n - Postgres: Fix add button. #25087, @phemmer\n - Prometheus: Fix recording rules expansion. #24977, @ivanahuckova\n - Stackdriver: Fix creating Service Level Objectives (SLO) datasource query variable. #25023, @papagian\n\nUpdate to version 7.0.0 \n\n * Breaking changes\n\n - Removed PhantomJS: PhantomJS was deprecated in Grafana v6.4 and starting from Grafana v7.0.0, all PhantomJS support has been removed. This means that Grafana no longer ships with a built-in image renderer, and we advise you to install the Grafana Image Renderer plugin.\n - Dashboard: A global minimum dashboard refresh interval is now enforced and defaults to 5 seconds.\n - Interval calculation: There is now a new option Max data points that controls the auto interval $__interval calculation. Interval was previously calculated by dividing the panel width by the time range. With the new max data points option it is now easy to set $__interval to a dynamic value that is time range agnostic. For example if you set Max data points to 10 Grafana will dynamically set $__interval by dividing the current time range by 10.\n - Datasource/Loki: Support for deprecated Loki endpoints has been removed.\n - Backend plugins: Grafana now requires backend plugins to be signed, otherwise Grafana will not load/start them. This is an additional security measure to make sure backend plugin binaries and files haven\u0027t been tampered with. Refer to Upgrade Grafana for more information.\n - @grafana/ui: Forms migration notice, see @grafana/ui changelog\n - @grafana/ui: Select API change for creating custom values, see @grafana/ui changelog\n + Deprecation warnings\n - Scripted dashboards is now deprecated. The feature is not removed but will be in a future release. We hope to address the underlying requirement of dynamic dashboards in a different way. #24059\n - The unofficial first version of backend plugins together with usage of grafana/grafana-plugin-model is now deprecated and support for that will be removed in a future release. Please refer to backend plugins documentation for information about the new officially supported backend plugins.\n\n * Features / Enhancements\n\n - Backend plugins: Log deprecation warning when using the unofficial first version of backend plugins. #24675, @marefr\n - Editor: New line on Enter, run query on Shift+Enter. #24654, @davkal\n - Loki: Allow multiple derived fields with the same name. #24437, @aocenas\n - Orgs: Add future deprecation notice. #24502, @torkelo\n\n * Bug Fixes\n\n - @grafana/toolkit: Use process.cwd() instead of PWD to get directory. #24677, @zoltanbedi\n - Admin: Makes long settings values line break in settings page. #24559, @hugohaggmark\n - Dashboard: Allow editing provisioned dashboard JSON and add confirmation when JSON is copied to dashboard. #24680, @dprokop\n - Dashboard: Fix for strange \u0027dashboard not found\u0027 errors when opening links in dashboard settings. #24416, @torkelo\n - Dashboard: Fix so default data source is selected when data source can\u0027t be found in panel editor. #24526, @mckn\n - Dashboard: Fixed issue changing a panel from transparent back to normal in panel editor. #24483, @torkelo\n - Dashboard: Make header names reflect the field name when exporting to CSV file from the the panel inspector. #24624, @peterholmberg\n - Dashboard: Make sure side pane is displayed with tabs by default in panel editor. #24636, @dprokop\n - Data source: Fix query/annotation help content formatting. #24687, @AgnesToulet\n - Data source: Fixes async mount errors. #24579, @Estrax\n - Data source: Fixes saving a data source without failure when URL doesn\u0027t specify a protocol. #24497, @aknuds1\n - Explore/Prometheus: Show results of instant queries only in table. #24508, @ivanahuckova\n - Explore: Fix rendering of react query editors. #24593, @ivanahuckova\n - Explore: Fixes loading more logs in logs context view. #24135, @Estrax\n - Graphite: Fix schema and dedupe strategy in rollup indicators for Metrictank queries. #24685, @torkelo\n - Graphite: Makes query annotations work again. #24556, @hugohaggmark\n - Logs: Clicking \u0027Load more\u0027 from context overlay doesn\u0027t expand log row. #24299, @kaydelaney\n - Logs: Fix total bytes process calculation. #24691, @davkal\n - Org/user/team preferences: Fixes so UI Theme can be set back to Default. #24628, @AgnesToulet\n - Plugins: Fix manifest validation. #24573, @aknuds1\n - Provisioning: Use proxy as default access mode in provisioning. #24669, @bergquist\n - Search: Fix select item when pressing enter and Grafana is served using a sub path. #24634, @tskarhed\n - Search: Save folder expanded state. #24496, @Clarity-89\n - Security: Tag value sanitization fix in OpenTSDB data source. #24539, @rotemreiss\n - Table: Do not include angular options in options when switching from angular panel. #24684, @torkelo\n - Table: Fixed persisting column resize for time series fields. #24505, @torkelo\n - Table: Fixes Cannot read property subRows of null. #24578, @hugohaggmark\n - Time picker: Fixed so you can enter a relative range in the time picker without being converted to absolute range. #24534, @mckn\n - Transformations: Make transform dropdowns not cropped. #24615, @dprokop\n - Transformations: Sort order should be preserved as entered by user when using the reduce transformation. #24494, @hugohaggmark\n - Units: Adds scale symbol for currencies with suffixed symbol. #24678, @hugohaggmark\n - Variables: Fixes filtering options with more than 1000 entries. #24614, @hugohaggmark\n - Variables: Fixes so Textbox variables read value from url. #24623, @hugohaggmark\n - Zipkin: Fix error when span contains remoteEndpoint. #24524, @aocenas\n - SAML: Switch from email to login for user login attribute mapping (Enterprise)\n", "title": "Description of the patch" }, { "category": "details", "text": "openSUSE-2020-1646", "title": "Patchnames" }, { "category": "legal_disclaimer", "text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).", "title": "Terms of use" } ], "publisher": { "category": "vendor", "contact_details": "https://www.suse.com/support/security/contact/", "name": "SUSE Product Security Team", "namespace": "https://www.suse.com/" }, "references": [ { "category": "external", "summary": "SUSE ratings", "url": "https://www.suse.com/support/security/rating/" }, { "category": "self", "summary": "URL of this CSAF notice", "url": "https://ftp.suse.com/pub/projects/security/csaf/opensuse-su-2020_1646-1.json" }, { "category": "self", "summary": "URL for openSUSE-SU-2020:1646-1", "url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/ADIL6CL4DTCI65SMJ3I6RFDSF2HM5MXS/" }, { "category": "self", "summary": "E-Mail link for openSUSE-SU-2020:1646-1", "url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/ADIL6CL4DTCI65SMJ3I6RFDSF2HM5MXS/" }, { "category": "self", "summary": "SUSE Bug 1170557", "url": "https://bugzilla.suse.com/1170557" }, { "category": "self", "summary": "SUSE CVE CVE-2020-12245 page", "url": "https://www.suse.com/security/cve/CVE-2020-12245/" }, { "category": "self", "summary": "SUSE CVE CVE-2020-13379 page", "url": "https://www.suse.com/security/cve/CVE-2020-13379/" } ], "title": "Security update for grafana", "tracking": { "current_release_date": "2020-10-10T12:22:32Z", "generator": { "date": "2020-10-10T12:22:32Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "openSUSE-SU-2020:1646-1", "initial_release_date": "2020-10-10T12:22:32Z", "revision_history": [ { "date": "2020-10-10T12:22:32Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "grafana-7.1.5-bp152.3.3.1.aarch64", "product": { "name": "grafana-7.1.5-bp152.3.3.1.aarch64", "product_id": "grafana-7.1.5-bp152.3.3.1.aarch64" } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "grafana-7.1.5-bp152.3.3.1.ppc64le", "product": { "name": "grafana-7.1.5-bp152.3.3.1.ppc64le", "product_id": "grafana-7.1.5-bp152.3.3.1.ppc64le" } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "grafana-7.1.5-bp152.3.3.1.s390x", "product": { "name": "grafana-7.1.5-bp152.3.3.1.s390x", "product_id": "grafana-7.1.5-bp152.3.3.1.s390x" } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "grafana-7.1.5-bp152.3.3.1.x86_64", "product": { "name": "grafana-7.1.5-bp152.3.3.1.x86_64", "product_id": "grafana-7.1.5-bp152.3.3.1.x86_64" } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_name", "name": "SUSE Package Hub 15 SP2", "product": { "name": "SUSE Package Hub 15 SP2", "product_id": "SUSE Package Hub 15 SP2" } } ], "category": "product_family", "name": "SUSE Linux Enterprise" } ], "category": "vendor", "name": "SUSE" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "grafana-7.1.5-bp152.3.3.1.aarch64 as component of SUSE Package Hub 15 SP2", "product_id": "SUSE Package Hub 15 SP2:grafana-7.1.5-bp152.3.3.1.aarch64" }, "product_reference": "grafana-7.1.5-bp152.3.3.1.aarch64", "relates_to_product_reference": "SUSE Package Hub 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "grafana-7.1.5-bp152.3.3.1.ppc64le as component of SUSE Package Hub 15 SP2", "product_id": "SUSE Package Hub 15 SP2:grafana-7.1.5-bp152.3.3.1.ppc64le" }, "product_reference": "grafana-7.1.5-bp152.3.3.1.ppc64le", "relates_to_product_reference": "SUSE Package Hub 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "grafana-7.1.5-bp152.3.3.1.s390x as component of SUSE Package Hub 15 SP2", "product_id": "SUSE Package Hub 15 SP2:grafana-7.1.5-bp152.3.3.1.s390x" }, "product_reference": "grafana-7.1.5-bp152.3.3.1.s390x", "relates_to_product_reference": "SUSE Package Hub 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "grafana-7.1.5-bp152.3.3.1.x86_64 as component of SUSE Package Hub 15 SP2", "product_id": "SUSE Package Hub 15 SP2:grafana-7.1.5-bp152.3.3.1.x86_64" }, "product_reference": "grafana-7.1.5-bp152.3.3.1.x86_64", "relates_to_product_reference": "SUSE Package Hub 15 SP2" } ] }, "vulnerabilities": [ { "cve": "CVE-2020-12245", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2020-12245" } ], "notes": [ { "category": "general", "text": "Grafana before 6.7.3 allows table-panel XSS via column.title or cellLinkTooltip.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Package Hub 15 SP2:grafana-7.1.5-bp152.3.3.1.aarch64", "SUSE Package Hub 15 SP2:grafana-7.1.5-bp152.3.3.1.ppc64le", "SUSE Package Hub 15 SP2:grafana-7.1.5-bp152.3.3.1.s390x", "SUSE Package Hub 15 SP2:grafana-7.1.5-bp152.3.3.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2020-12245", "url": "https://www.suse.com/security/cve/CVE-2020-12245" }, { "category": "external", "summary": "SUSE Bug 1170557 for CVE-2020-12245", "url": "https://bugzilla.suse.com/1170557" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Package Hub 15 SP2:grafana-7.1.5-bp152.3.3.1.aarch64", "SUSE Package Hub 15 SP2:grafana-7.1.5-bp152.3.3.1.ppc64le", "SUSE Package Hub 15 SP2:grafana-7.1.5-bp152.3.3.1.s390x", "SUSE Package Hub 15 SP2:grafana-7.1.5-bp152.3.3.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 6.4, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:L/I:L/A:N", "version": "3.1" }, "products": [ "SUSE Package Hub 15 SP2:grafana-7.1.5-bp152.3.3.1.aarch64", "SUSE Package Hub 15 SP2:grafana-7.1.5-bp152.3.3.1.ppc64le", "SUSE Package Hub 15 SP2:grafana-7.1.5-bp152.3.3.1.s390x", "SUSE Package Hub 15 SP2:grafana-7.1.5-bp152.3.3.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2020-10-10T12:22:32Z", "details": "moderate" } ], "title": "CVE-2020-12245" }, { "cve": "CVE-2020-13379", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2020-13379" } ], "notes": [ { "category": "general", "text": "The avatar feature in Grafana 3.0.1 through 7.0.1 has an SSRF Incorrect Access Control issue. This vulnerability allows any unauthenticated user/client to make Grafana send HTTP requests to any URL and return its result to the user/client. This can be used to gain information about the network that Grafana is running on. Furthermore, passing invalid URL objects could be used for DOS\u0027ing Grafana via SegFault.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Package Hub 15 SP2:grafana-7.1.5-bp152.3.3.1.aarch64", "SUSE Package Hub 15 SP2:grafana-7.1.5-bp152.3.3.1.ppc64le", "SUSE Package Hub 15 SP2:grafana-7.1.5-bp152.3.3.1.s390x", "SUSE Package Hub 15 SP2:grafana-7.1.5-bp152.3.3.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2020-13379", "url": "https://www.suse.com/security/cve/CVE-2020-13379" }, { "category": "external", "summary": "SUSE Bug 1172409 for CVE-2020-13379", "url": "https://bugzilla.suse.com/1172409" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Package Hub 15 SP2:grafana-7.1.5-bp152.3.3.1.aarch64", "SUSE Package Hub 15 SP2:grafana-7.1.5-bp152.3.3.1.ppc64le", "SUSE Package Hub 15 SP2:grafana-7.1.5-bp152.3.3.1.s390x", "SUSE Package Hub 15 SP2:grafana-7.1.5-bp152.3.3.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N", "version": "3.1" }, "products": [ "SUSE Package Hub 15 SP2:grafana-7.1.5-bp152.3.3.1.aarch64", "SUSE Package Hub 15 SP2:grafana-7.1.5-bp152.3.3.1.ppc64le", "SUSE Package Hub 15 SP2:grafana-7.1.5-bp152.3.3.1.s390x", "SUSE Package Hub 15 SP2:grafana-7.1.5-bp152.3.3.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2020-10-10T12:22:32Z", "details": "important" } ], "title": "CVE-2020-13379" } ] }
Loading…
Loading…
Sightings
Author | Source | Type | Date |
---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.
Loading…
Loading…