Skip to content

Commit cf650ac

Browse files
committed
data/reports: add GO-2024-2879
- data/reports/GO-2024-2879.yaml Fixes #2879 Change-Id: I18cd2d21fdf1c4f97bcf66ae530cab314e253151 Reviewed-on: https://go-review.googlesource.com/c/vulndb/+/588295 Run-TryBot: Zvonimir Pavlinovic <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]> TryBot-Result: Gopher Robot <[email protected]> Reviewed-by: Damien Neil <[email protected]>
1 parent 9840931 commit cf650ac

File tree

2 files changed

+87
-0
lines changed

2 files changed

+87
-0
lines changed

data/osv/GO-2024-2879.json

+64
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,64 @@
1+
{
2+
"schema_version": "1.3.1",
3+
"id": "GO-2024-2879",
4+
"modified": "0001-01-01T00:00:00Z",
5+
"published": "0001-01-01T00:00:00Z",
6+
"aliases": [
7+
"CVE-2024-35223",
8+
"GHSA-284c-x8m7-9w5h"
9+
],
10+
"summary": "Dapr API Token Exposure in github.com/dapr/dapr",
11+
"details": "Dapr API Token Exposure in github.com/dapr/dapr",
12+
"affected": [
13+
{
14+
"package": {
15+
"name": "github.com/dapr/dapr",
16+
"ecosystem": "Go"
17+
},
18+
"ranges": [
19+
{
20+
"type": "SEMVER",
21+
"events": [
22+
{
23+
"introduced": "1.13.0"
24+
},
25+
{
26+
"fixed": "1.13.3"
27+
}
28+
]
29+
}
30+
],
31+
"ecosystem_specific": {}
32+
}
33+
],
34+
"references": [
35+
{
36+
"type": "ADVISORY",
37+
"url": "https://github.com/dapr/dapr/security/advisories/GHSA-284c-x8m7-9w5h"
38+
},
39+
{
40+
"type": "ADVISORY",
41+
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-35223"
42+
},
43+
{
44+
"type": "FIX",
45+
"url": "https://github.com/dapr/dapr/commit/e0591e43d0cdfd30a2f2960dce5d9892dc98bc2c"
46+
},
47+
{
48+
"type": "FIX",
49+
"url": "https://github.com/dapr/dapr/pull/7404"
50+
},
51+
{
52+
"type": "REPORT",
53+
"url": "https://github.com/dapr/dapr/issues/7344"
54+
},
55+
{
56+
"type": "WEB",
57+
"url": "https://github.com/dapr/dapr/releases/tag/v1.13.3"
58+
}
59+
],
60+
"database_specific": {
61+
"url": "https://pkg.go.dev/vuln/GO-2024-2879",
62+
"review_status": "UNREVIEWED"
63+
}
64+
}

data/reports/GO-2024-2879.yaml

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
id: GO-2024-2879
2+
modules:
3+
- module: github.com/dapr/dapr
4+
versions:
5+
- introduced: 1.13.0
6+
fixed: 1.13.3
7+
vulnerable_at: 1.13.2
8+
summary: Dapr API Token Exposure in github.com/dapr/dapr
9+
cves:
10+
- CVE-2024-35223
11+
ghsas:
12+
- GHSA-284c-x8m7-9w5h
13+
references:
14+
- advisory: https://github.com/dapr/dapr/security/advisories/GHSA-284c-x8m7-9w5h
15+
- advisory: https://nvd.nist.gov/vuln/detail/CVE-2024-35223
16+
- fix: https://github.com/dapr/dapr/commit/e0591e43d0cdfd30a2f2960dce5d9892dc98bc2c
17+
- fix: https://github.com/dapr/dapr/pull/7404
18+
- report: https://github.com/dapr/dapr/issues/7344
19+
- web: https://github.com/dapr/dapr/releases/tag/v1.13.3
20+
source:
21+
id: GHSA-284c-x8m7-9w5h
22+
created: 2024-05-24T19:47:17.904676322Z
23+
review_status: UNREVIEWED

0 commit comments

Comments
 (0)