Skip to content

Commit 6baa438

Browse files
tatianabgopherbot
authored andcommitted
data/reports: add 2 unreviewed reports
- data/reports/GO-2024-3260.yaml - data/reports/GO-2024-3262.yaml Fixes #3260 Fixes #3262 Change-Id: Ifb5b2b3821c73a03b6cfb231e3f2ec5af1134072 Reviewed-on: https://go-review.googlesource.com/c/vulndb/+/626556 LUCI-TryBot-Result: Go LUCI <[email protected]> Auto-Submit: Tatiana Bradley <[email protected]> Reviewed-by: Zvonimir Pavlinovic <[email protected]>
1 parent 64cbf39 commit 6baa438

File tree

4 files changed

+144
-0
lines changed

4 files changed

+144
-0
lines changed

data/osv/GO-2024-3260.json

+52
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
{
2+
"schema_version": "1.3.1",
3+
"id": "GO-2024-3260",
4+
"modified": "0001-01-01T00:00:00Z",
5+
"published": "0001-01-01T00:00:00Z",
6+
"aliases": [
7+
"CVE-2024-45794",
8+
"GHSA-q78v-cv36-8fxj"
9+
],
10+
"summary": "Devtron has SQL Injection in CreateUser API in github.com/devtron-labs/devtron",
11+
"details": "Devtron has SQL Injection in CreateUser API in github.com/devtron-labs/devtron",
12+
"affected": [
13+
{
14+
"package": {
15+
"name": "github.com/devtron-labs/devtron",
16+
"ecosystem": "Go"
17+
},
18+
"ranges": [
19+
{
20+
"type": "SEMVER",
21+
"events": [
22+
{
23+
"introduced": "0"
24+
},
25+
{
26+
"fixed": "0.7.2"
27+
}
28+
]
29+
}
30+
],
31+
"ecosystem_specific": {}
32+
}
33+
],
34+
"references": [
35+
{
36+
"type": "ADVISORY",
37+
"url": "https://github.com/devtron-labs/devtron/security/advisories/GHSA-q78v-cv36-8fxj"
38+
},
39+
{
40+
"type": "ADVISORY",
41+
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-45794"
42+
},
43+
{
44+
"type": "FIX",
45+
"url": "https://github.com/devtron-labs/devtron/commit/1540271bd777b6bccd288e513a9070d8f04b6056"
46+
}
47+
],
48+
"database_specific": {
49+
"url": "https://pkg.go.dev/vuln/GO-2024-3260",
50+
"review_status": "UNREVIEWED"
51+
}
52+
}

data/osv/GO-2024-3262.json

+53
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
{
2+
"schema_version": "1.3.1",
3+
"id": "GO-2024-3262",
4+
"modified": "0001-01-01T00:00:00Z",
5+
"published": "0001-01-01T00:00:00Z",
6+
"aliases": [
7+
"CVE-2024-10975",
8+
"GHSA-2w5v-x29g-jw7j"
9+
],
10+
"summary": "Hashicorp Nomad Incorrect Authorization vulnerability in github.com/hashicorp/nomad",
11+
"details": "Hashicorp Nomad Incorrect Authorization vulnerability in github.com/hashicorp/nomad",
12+
"affected": [
13+
{
14+
"package": {
15+
"name": "github.com/hashicorp/nomad",
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-2w5v-x29g-jw7j"
35+
},
36+
{
37+
"type": "ADVISORY",
38+
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-10975"
39+
},
40+
{
41+
"type": "FIX",
42+
"url": "https://github.com/hashicorp/nomad/commit/30849c518e16647a4f698e5f5cc82bef2bf40e4d"
43+
},
44+
{
45+
"type": "WEB",
46+
"url": "https://discuss.hashicorp.com/t/hcsec-2024-27-nomad-vulnerable-to-cross-namespace-volume-creation-abusing-csi-write-permission"
47+
}
48+
],
49+
"database_specific": {
50+
"url": "https://pkg.go.dev/vuln/GO-2024-3262",
51+
"review_status": "UNREVIEWED"
52+
}
53+
}

data/reports/GO-2024-3260.yaml

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
id: GO-2024-3260
2+
modules:
3+
- module: github.com/devtron-labs/devtron
4+
versions:
5+
- fixed: 0.7.2
6+
vulnerable_at: 0.7.2-rc.0
7+
summary: Devtron has SQL Injection in CreateUser API in github.com/devtron-labs/devtron
8+
cves:
9+
- CVE-2024-45794
10+
ghsas:
11+
- GHSA-q78v-cv36-8fxj
12+
references:
13+
- advisory: https://github.com/devtron-labs/devtron/security/advisories/GHSA-q78v-cv36-8fxj
14+
- advisory: https://nvd.nist.gov/vuln/detail/CVE-2024-45794
15+
- fix: https://github.com/devtron-labs/devtron/commit/1540271bd777b6bccd288e513a9070d8f04b6056
16+
source:
17+
id: GHSA-q78v-cv36-8fxj
18+
created: 2024-11-08T12:15:13.627476-05:00
19+
review_status: UNREVIEWED

data/reports/GO-2024-3262.yaml

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
id: GO-2024-3262
2+
modules:
3+
- module: github.com/hashicorp/nomad
4+
unsupported_versions:
5+
- last_affected: 1.9.1
6+
vulnerable_at: 1.9.2
7+
summary: Hashicorp Nomad Incorrect Authorization vulnerability in github.com/hashicorp/nomad
8+
cves:
9+
- CVE-2024-10975
10+
ghsas:
11+
- GHSA-2w5v-x29g-jw7j
12+
references:
13+
- advisory: https://github.com/advisories/GHSA-2w5v-x29g-jw7j
14+
- advisory: https://nvd.nist.gov/vuln/detail/CVE-2024-10975
15+
- fix: https://github.com/hashicorp/nomad/commit/30849c518e16647a4f698e5f5cc82bef2bf40e4d
16+
- web: https://discuss.hashicorp.com/t/hcsec-2024-27-nomad-vulnerable-to-cross-namespace-volume-creation-abusing-csi-write-permission
17+
source:
18+
id: GHSA-2w5v-x29g-jw7j
19+
created: 2024-11-08T12:15:08.376448-05:00
20+
review_status: UNREVIEWED

0 commit comments

Comments
 (0)