File tree 2 files changed +112
-0
lines changed
2 files changed +112
-0
lines changed Original file line number Diff line number Diff line change
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
+ }
Original file line number Diff line number Diff line change
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
You can’t perform that action at this time.
0 commit comments