Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
advisory-database[bot] committed Oct 20, 2023
1 parent 2ee772a commit a6f8de3
Showing 1 changed file with 29 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,26 +1,49 @@
{
"schema_version": "1.4.0",
"id": "GHSA-37x5-qpm8-53rq",
"modified": "2023-10-16T12:33:36Z",
"modified": "2023-10-20T23:27:36Z",
"published": "2023-10-16T12:33:36Z",
"aliases": [
"CVE-2023-4457"
],
"details": "Grafana is an open-source platform for monitoring and observability.\n\nThe Google Sheets data source plugin for Grafana, versions 0.9.0 to 1.2.2 are vulnerable to an information disclosure vulnerability.\n\nThe plugin did not properly sanitize error messages, making it potentially expose the Google Sheet API-key that is configured for the data source.\n\nThis vulnerability was fixed in version 1.2.2.\n\n",
"summary": "Google Sheets data source plugin for Grafana information disclosure vulnerability",
"details": "Grafana is an open-source platform for monitoring and observability.\n\nThe Google Sheets data source plugin for Grafana, versions 0.9.0 to 1.2.2 are vulnerable to an information disclosure vulnerability.\n\nThe plugin did not properly sanitize error messages, making it potentially expose the Google Sheet API-key that is configured for the data source.\n\nThis vulnerability was fixed in version 1.2.2.",
"severity": [
{
"type": "CVSS_V3",
"score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:C/C:L/I:L/A:N"
}
],
"affected": [

{
"package": {
"ecosystem": "Go",
"name": "github.com/grafana/google-sheets-datasource"
},
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "0.9.0"
},
{
"fixed": "1.2.2"
}
]
}
]
}
],
"references": [
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-4457"
},
{
"type": "PACKAGE",
"url": "https://github.com/grafana/google-sheets-datasource"
},
{
"type": "WEB",
"url": "https://grafana.com/security/security-advisories/cve-2023-4457/"
Expand All @@ -30,9 +53,9 @@
"cwe_ids": [
"CWE-209"
],
"severity": null,
"github_reviewed": false,
"github_reviewed_at": null,
"severity": "MODERATE",
"github_reviewed": true,
"github_reviewed_at": "2023-10-20T23:27:36Z",
"nvd_published_at": null
}
}

0 comments on commit a6f8de3

Please sign in to comment.