Skip to content

Commit 85c3cae

Browse files
timothy-kinggopherbot
authored andcommitted
data/reports: add GO-2024-2833.yaml
Aliases: CVE-2024-34079 Fixes #2833 Change-Id: Iee59ed082d51d5983983de3aaaaa62c822f98b1e Reviewed-on: https://go-review.googlesource.com/c/vulndb/+/584897 Auto-Submit: Tim King <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]> Reviewed-by: Zvonimir Pavlinovic <[email protected]>
1 parent e796110 commit 85c3cae

File tree

2 files changed

+85
-0
lines changed

2 files changed

+85
-0
lines changed

data/osv/GO-2024-2833.json

+60
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
1+
{
2+
"schema_version": "1.3.1",
3+
"id": "GO-2024-2833",
4+
"modified": "0001-01-01T00:00:00Z",
5+
"published": "0001-01-01T00:00:00Z",
6+
"aliases": [
7+
"CVE-2024-34079"
8+
],
9+
"summary": "Denial of service in github.com/octo-sts/app",
10+
"details": "Excessively large requests can be processed, consuming a large amount of resources. This could potentially lead to a denial of service.",
11+
"affected": [
12+
{
13+
"package": {
14+
"name": "github.com/octo-sts/app",
15+
"ecosystem": "Go"
16+
},
17+
"ranges": [
18+
{
19+
"type": "SEMVER",
20+
"events": [
21+
{
22+
"introduced": "0"
23+
},
24+
{
25+
"fixed": "0.1.0"
26+
}
27+
]
28+
}
29+
],
30+
"ecosystem_specific": {
31+
"imports": [
32+
{
33+
"path": "github.com/octo-sts/app/pkg/provider",
34+
"symbols": [
35+
"Get"
36+
]
37+
}
38+
]
39+
}
40+
}
41+
],
42+
"references": [
43+
{
44+
"type": "ADVISORY",
45+
"url": "https://github.com/octo-sts/app/security/advisories/GHSA-75r6-6jg8-pfcq"
46+
},
47+
{
48+
"type": "FIX",
49+
"url": "https://github.com/octo-sts/app/commit/74ba874c017cf973edd6711144cf4399a9fcff57"
50+
}
51+
],
52+
"credits": [
53+
{
54+
"name": "@enj"
55+
}
56+
],
57+
"database_specific": {
58+
"url": "https://pkg.go.dev/vuln/GO-2024-2833"
59+
}
60+
}

data/reports/GO-2024-2833.yaml

+25
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
id: GO-2024-2833
2+
modules:
3+
- module: github.com/octo-sts/app
4+
versions:
5+
- fixed: 0.1.0
6+
vulnerable_at: 0.0.0-20240502160256-1fc549c0973c
7+
packages:
8+
- package: github.com/octo-sts/app/pkg/provider
9+
symbols:
10+
- Get
11+
summary: Denial of service in github.com/octo-sts/app
12+
description: |-
13+
Excessively large requests can be processed, consuming a
14+
large amount of resources. This could potentially lead to
15+
a denial of service.
16+
cves:
17+
- CVE-2024-34079
18+
credits:
19+
- '@enj'
20+
references:
21+
- advisory: https://github.com/octo-sts/app/security/advisories/GHSA-75r6-6jg8-pfcq
22+
- fix: https://github.com/octo-sts/app/commit/74ba874c017cf973edd6711144cf4399a9fcff57
23+
source:
24+
id: CVE-2024-34079
25+
created: 2024-05-11T07:37:36.149537-07:00

0 commit comments

Comments
 (0)