-
Notifications
You must be signed in to change notification settings - Fork 64
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Aliases: CVE-2019-19499, GHSA-4pwp-cx67-5cpx Fixes #2661 Change-Id: I4a4d4b72ff5bfd4efb88bbcbf347568b867b33f2 Reviewed-on: https://go-review.googlesource.com/c/vulndb/+/573855 LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Run-TryBot: Tim King <taking@google.com> Reviewed-by: Damien Neil <dneil@google.com> TryBot-Result: Gopher Robot <gobot@golang.org>
- Loading branch information
1 parent
090cb9f
commit df6afb9
Showing
2 changed files
with
70 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
{ | ||
"schema_version": "1.3.1", | ||
"id": "GO-2024-2661", | ||
"modified": "0001-01-01T00:00:00Z", | ||
"published": "0001-01-01T00:00:00Z", | ||
"aliases": [ | ||
"CVE-2019-19499", | ||
"GHSA-4pwp-cx67-5cpx" | ||
], | ||
"summary": "Arbitrary file read in github.com/grafana/grafana", | ||
"details": "An authenticated attacker that has privileges to modify the data source configurations can read arbitrary files.", | ||
"affected": [ | ||
{ | ||
"package": { | ||
"name": "github.com/grafana/grafana", | ||
"ecosystem": "Go" | ||
}, | ||
"ranges": [ | ||
{ | ||
"type": "SEMVER", | ||
"events": [ | ||
{ | ||
"introduced": "0" | ||
} | ||
] | ||
} | ||
], | ||
"ecosystem_specific": {} | ||
} | ||
], | ||
"references": [ | ||
{ | ||
"type": "FIX", | ||
"url": "https://github.com/grafana/grafana/pull/20192" | ||
}, | ||
{ | ||
"type": "WEB", | ||
"url": "https://github.com/grafana/grafana/blob/master/CHANGELOG.md#644-2019-11-06" | ||
}, | ||
{ | ||
"type": "WEB", | ||
"url": "https://security.netapp.com/advisory/ntap-20200918-0003" | ||
}, | ||
{ | ||
"type": "WEB", | ||
"url": "https://swarm.ptsecurity.com/grafana-6-4-3-arbitrary-file-read" | ||
} | ||
], | ||
"database_specific": { | ||
"url": "https://pkg.go.dev/vuln/GO-2024-2661" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
id: GO-2024-2661 | ||
modules: | ||
- module: github.com/grafana/grafana | ||
non_go_versions: | ||
- fixed: 6.4.4 | ||
summary: Arbitrary file read in github.com/grafana/grafana | ||
description: |- | ||
An authenticated attacker that has privileges to modify the data source | ||
configurations can read arbitrary files. | ||
cves: | ||
- CVE-2019-19499 | ||
ghsas: | ||
- GHSA-4pwp-cx67-5cpx | ||
references: | ||
- fix: https://github.com/grafana/grafana/pull/20192 | ||
- web: https://github.com/grafana/grafana/blob/master/CHANGELOG.md#644-2019-11-06 | ||
- web: https://security.netapp.com/advisory/ntap-20200918-0003 | ||
- web: https://swarm.ptsecurity.com/grafana-6-4-3-arbitrary-file-read |