Skip to content

Commit cf104cd

Browse files
tatianabgopherbot
authored andcommitted
data/reports: add GO-2025-3368
- data/reports/GO-2025-3368.yaml Fixes #3368 Change-Id: I61e9d68b999d4bf2d3207663e46771ec8adb88da Reviewed-on: https://go-review.googlesource.com/c/vulndb/+/640936 Reviewed-by: Zvonimir Pavlinovic <[email protected]> Auto-Submit: Tatiana Bradley <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]>
1 parent 1deabfa commit cf104cd

File tree

2 files changed

+112
-0
lines changed

2 files changed

+112
-0
lines changed

data/osv/GO-2025-3368.json

+83
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,83 @@
1+
{
2+
"schema_version": "1.3.1",
3+
"id": "GO-2025-3368",
4+
"modified": "0001-01-01T00:00:00Z",
5+
"published": "0001-01-01T00:00:00Z",
6+
"aliases": [
7+
"CVE-2025-21613",
8+
"GHSA-v725-9546-7q7m"
9+
],
10+
"summary": "Argument Injection via the URL field in github.com/go-git/go-git",
11+
"details": "Argument Injection via the URL field in github.com/go-git/go-git",
12+
"affected": [
13+
{
14+
"package": {
15+
"name": "github.com/go-git/go-git/v5",
16+
"ecosystem": "Go"
17+
},
18+
"ranges": [
19+
{
20+
"type": "SEMVER",
21+
"events": [
22+
{
23+
"introduced": "0"
24+
},
25+
{
26+
"fixed": "5.13.0"
27+
}
28+
]
29+
}
30+
],
31+
"ecosystem_specific": {}
32+
},
33+
{
34+
"package": {
35+
"name": "github.com/go-git/go-git/v4",
36+
"ecosystem": "Go"
37+
},
38+
"ranges": [
39+
{
40+
"type": "SEMVER",
41+
"events": [
42+
{
43+
"introduced": "4.0.0"
44+
}
45+
]
46+
}
47+
],
48+
"ecosystem_specific": {}
49+
},
50+
{
51+
"package": {
52+
"name": "gopkg.in/src-d/go-git.v4",
53+
"ecosystem": "Go"
54+
},
55+
"ranges": [
56+
{
57+
"type": "SEMVER",
58+
"events": [
59+
{
60+
"introduced": "4.0.0"
61+
}
62+
]
63+
}
64+
],
65+
"ecosystem_specific": {}
66+
}
67+
],
68+
"references": [
69+
{
70+
"type": "ADVISORY",
71+
"url": "https://github.com/go-git/go-git/security/advisories/GHSA-v725-9546-7q7m"
72+
}
73+
],
74+
"credits": [
75+
{
76+
"name": "@vin01"
77+
}
78+
],
79+
"database_specific": {
80+
"url": "https://pkg.go.dev/vuln/GO-2025-3368",
81+
"review_status": "REVIEWED"
82+
}
83+
}

data/reports/GO-2025-3368.yaml

+29
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
id: GO-2025-3368
2+
modules:
3+
- module: github.com/go-git/go-git/v5
4+
versions:
5+
- fixed: 5.13.0
6+
vulnerable_at: 5.12.0
7+
- module: github.com/go-git/go-git/v4
8+
versions:
9+
- introduced: 4.0.0
10+
vulnerable_at: 4.13.1
11+
- module: gopkg.in/src-d/go-git.v4
12+
versions:
13+
- introduced: 4.0.0
14+
vulnerable_at: 4.13.1
15+
summary: Argument Injection via the URL field in github.com/go-git/go-git
16+
cves:
17+
- CVE-2025-21613
18+
ghsas:
19+
- GHSA-v725-9546-7q7m
20+
credits:
21+
- '@vin01'
22+
references:
23+
- advisory: https://github.com/go-git/go-git/security/advisories/GHSA-v725-9546-7q7m
24+
notes:
25+
- Could not find fix commit; leaving all packages vulnerable.
26+
source:
27+
id: GHSA-v725-9546-7q7m
28+
created: 2025-01-06T15:18:10.910983-10:00
29+
review_status: REVIEWED

0 commit comments

Comments
 (0)