Skip to content

Commit 3fc0880

Browse files
committed
data/reports: add GO-2024-2519, update GO-2024-2833
- data/reports/GO-2024-2519.yaml - data/reports/GO-2024-2833.yaml Fixes #2519 Updates #2833 Change-Id: I34b4277969934d47a6e4978b3c1db2eae19f58e2 Reviewed-on: https://go-review.googlesource.com/c/vulndb/+/596175 LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Auto-Submit: Tatiana Bradley <tatianabradley@google.com> Reviewed-by: Tim King <taking@google.com>
1 parent f2119dc commit 3fc0880

File tree

4 files changed

+115
-1
lines changed

4 files changed

+115
-1
lines changed

data/osv/GO-2024-2519.json

+81
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,81 @@
1+
{
2+
"schema_version": "1.3.1",
3+
"id": "GO-2024-2519",
4+
"modified": "0001-01-01T00:00:00Z",
5+
"published": "0001-01-01T00:00:00Z",
6+
"aliases": [
7+
"CVE-2020-12459",
8+
"GHSA-m25m-5778-fm22"
9+
],
10+
"summary": "Grafana world readable configuration files in github.com/grafana/grafana",
11+
"details": "Grafana world readable configuration files in github.com/grafana/grafana",
12+
"affected": [
13+
{
14+
"package": {
15+
"name": "github.com/grafana/grafana",
16+
"ecosystem": "Go"
17+
},
18+
"ranges": [
19+
{
20+
"type": "SEMVER",
21+
"events": [
22+
{
23+
"introduced": "0"
24+
}
25+
]
26+
}
27+
],
28+
"ecosystem_specific": {}
29+
}
30+
],
31+
"references": [
32+
{
33+
"type": "ADVISORY",
34+
"url": "https://github.com/advisories/GHSA-m25m-5778-fm22"
35+
},
36+
{
37+
"type": "ADVISORY",
38+
"url": "https://nvd.nist.gov/vuln/detail/CVE-2020-12459"
39+
},
40+
{
41+
"type": "FIX",
42+
"url": "https://github.com/grafana/grafana/commit/102448040d5132460e3b0013e03ebedec0677e00"
43+
},
44+
{
45+
"type": "REPORT",
46+
"url": "https://github.com/grafana/grafana/issues/8283"
47+
},
48+
{
49+
"type": "WEB",
50+
"url": "https://access.redhat.com/security/cve/CVE-2020-12459"
51+
},
52+
{
53+
"type": "WEB",
54+
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1827765"
55+
},
56+
{
57+
"type": "WEB",
58+
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1829724"
59+
},
60+
{
61+
"type": "WEB",
62+
"url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/CTQCKJZZYXMCSHJFZZ3YXEO5NUBANGZS"
63+
},
64+
{
65+
"type": "WEB",
66+
"url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/WEBCIEVSYIDDCA7FTRS2IFUOYLIQU34A"
67+
},
68+
{
69+
"type": "WEB",
70+
"url": "https://security.netapp.com/advisory/ntap-20200518-0004"
71+
},
72+
{
73+
"type": "WEB",
74+
"url": "https://src.fedoraproject.org/rpms/grafana/c/fab93d67363eb0a9678d9faf160cc88237f26277"
75+
}
76+
],
77+
"database_specific": {
78+
"url": "https://pkg.go.dev/vuln/GO-2024-2519",
79+
"review_status": "UNREVIEWED"
80+
}
81+
}

data/osv/GO-2024-2833.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
"modified": "0001-01-01T00:00:00Z",
55
"published": "0001-01-01T00:00:00Z",
66
"aliases": [
7-
"CVE-2024-34079"
7+
"CVE-2024-34079",
8+
"GHSA-75r6-6jg8-pfcq"
89
],
910
"summary": "Denial of service in github.com/octo-sts/app",
1011
"details": "Excessively large requests can be processed, consuming a large amount of resources. This could potentially lead to a denial of service.",

data/reports/GO-2024-2519.yaml

+30
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
id: GO-2024-2519
2+
modules:
3+
- module: github.com/grafana/grafana
4+
non_go_versions:
5+
- introduced: 6.0.0
6+
- fixed: 7.2.1
7+
vulnerable_at: 5.4.5+incompatible
8+
summary: Grafana world readable configuration files in github.com/grafana/grafana
9+
cves:
10+
- CVE-2020-12459
11+
ghsas:
12+
- GHSA-m25m-5778-fm22
13+
unknown_aliases:
14+
- BIT-grafana-2020-12459
15+
references:
16+
- advisory: https://github.com/advisories/GHSA-m25m-5778-fm22
17+
- advisory: https://nvd.nist.gov/vuln/detail/CVE-2020-12459
18+
- fix: https://github.com/grafana/grafana/commit/102448040d5132460e3b0013e03ebedec0677e00
19+
- report: https://github.com/grafana/grafana/issues/8283
20+
- web: https://access.redhat.com/security/cve/CVE-2020-12459
21+
- web: https://bugzilla.redhat.com/show_bug.cgi?id=1827765
22+
- web: https://bugzilla.redhat.com/show_bug.cgi?id=1829724
23+
- web: https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/CTQCKJZZYXMCSHJFZZ3YXEO5NUBANGZS
24+
- web: https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/WEBCIEVSYIDDCA7FTRS2IFUOYLIQU34A
25+
- web: https://security.netapp.com/advisory/ntap-20200518-0004
26+
- web: https://src.fedoraproject.org/rpms/grafana/c/fab93d67363eb0a9678d9faf160cc88237f26277
27+
source:
28+
id: GHSA-m25m-5778-fm22
29+
created: 2024-07-02T11:58:25.857462-04:00
30+
review_status: UNREVIEWED

data/reports/GO-2024-2833.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ description: |-
1515
a denial of service.
1616
cves:
1717
- CVE-2024-34079
18+
ghsas:
19+
- GHSA-75r6-6jg8-pfcq
1820
credits:
1921
- '@enj'
2022
references:

0 commit comments

Comments
 (0)