Skip to content

Commit

Permalink
data/reports: add GO-2024-2661.yaml
Browse files Browse the repository at this point in the history
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
timothy-king committed Mar 28, 2024
1 parent 090cb9f commit df6afb9
Showing 2 changed files with 70 additions and 0 deletions.
52 changes: 52 additions & 0 deletions data/osv/GO-2024-2661.json
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"
}
}
18 changes: 18 additions & 0 deletions data/reports/GO-2024-2661.yaml
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

0 comments on commit df6afb9

Please # to comment.