Skip to content

Commit a6dec7d

Browse files
tatianabgopherbot
authored andcommitted
data/reports: add GO-2025-3412
- data/reports/GO-2025-3412.yaml Fixes #3412 Change-Id: If34681f0aa90e8e766a9b0c96a2ec1009f71834b Reviewed-on: https://go-review.googlesource.com/c/vulndb/+/645117 Auto-Submit: Tatiana Bradley <[email protected]> Reviewed-by: Damien Neil <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]>
1 parent 660e6a5 commit a6dec7d

File tree

2 files changed

+84
-0
lines changed

2 files changed

+84
-0
lines changed

data/osv/GO-2025-3412.json

+60
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
1+
{
2+
"schema_version": "1.3.1",
3+
"id": "GO-2025-3412",
4+
"modified": "0001-01-01T00:00:00Z",
5+
"published": "0001-01-01T00:00:00Z",
6+
"aliases": [
7+
"CVE-2024-10846",
8+
"GHSA-36gq-35j3-p9r9"
9+
],
10+
"summary": "Excessive resource consumption when unmarshalling Compose file with recursive loop in github.com/compose-spec/compose-go/v2",
11+
"details": "Excessive resource consumption when unmarshalling Compose file with recursive loop in github.com/compose-spec/compose-go/v2",
12+
"affected": [
13+
{
14+
"package": {
15+
"name": "github.com/compose-spec/compose-go/v2",
16+
"ecosystem": "Go"
17+
},
18+
"ranges": [
19+
{
20+
"type": "SEMVER",
21+
"events": [
22+
{
23+
"introduced": "2.1.0"
24+
},
25+
{
26+
"fixed": "2.4.1"
27+
}
28+
]
29+
}
30+
],
31+
"ecosystem_specific": {}
32+
}
33+
],
34+
"references": [
35+
{
36+
"type": "ADVISORY",
37+
"url": "https://github.com/compose-spec/compose-go/security/advisories/GHSA-36gq-35j3-p9r9"
38+
},
39+
{
40+
"type": "FIX",
41+
"url": "https://github.com/compose-spec/compose-go/pull/618"
42+
},
43+
{
44+
"type": "FIX",
45+
"url": "https://github.com/compose-spec/compose-go/pull/703"
46+
},
47+
{
48+
"type": "FIX",
49+
"url": "https://github.com/docker/compose/commit/d239f0f3187a2ed5404c61f83bd5e995c81600ff"
50+
},
51+
{
52+
"type": "WEB",
53+
"url": "https://github.com/docker/compose/issues/12235"
54+
}
55+
],
56+
"database_specific": {
57+
"url": "https://pkg.go.dev/vuln/GO-2025-3412",
58+
"review_status": "REVIEWED"
59+
}
60+
}

data/reports/GO-2025-3412.yaml

+24
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
id: GO-2025-3412
2+
modules:
3+
- module: github.com/compose-spec/compose-go/v2
4+
versions:
5+
- introduced: 2.1.0
6+
- fixed: 2.4.1
7+
vulnerable_at: 2.4.0
8+
summary: |-
9+
Excessive resource consumption when unmarshalling Compose file with
10+
recursive loop in github.com/compose-spec/compose-go/v2
11+
cves:
12+
- CVE-2024-10846
13+
ghsas:
14+
- GHSA-36gq-35j3-p9r9
15+
references:
16+
- advisory: https://github.com/compose-spec/compose-go/security/advisories/GHSA-36gq-35j3-p9r9
17+
- fix: https://github.com/compose-spec/compose-go/pull/618
18+
- fix: https://github.com/compose-spec/compose-go/pull/703
19+
- fix: https://github.com/docker/compose/commit/d239f0f3187a2ed5404c61f83bd5e995c81600ff
20+
- web: https://github.com/docker/compose/issues/12235
21+
source:
22+
id: GHSA-36gq-35j3-p9r9
23+
created: 2025-01-28T17:11:18.830581-05:00
24+
review_status: REVIEWED

0 commit comments

Comments
 (0)