-
Notifications
You must be signed in to change notification settings - Fork 61
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- 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]>
- Loading branch information
Showing
2 changed files
with
112 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,83 @@ | ||
{ | ||
"schema_version": "1.3.1", | ||
"id": "GO-2025-3368", | ||
"modified": "0001-01-01T00:00:00Z", | ||
"published": "0001-01-01T00:00:00Z", | ||
"aliases": [ | ||
"CVE-2025-21613", | ||
"GHSA-v725-9546-7q7m" | ||
], | ||
"summary": "Argument Injection via the URL field in github.com/go-git/go-git", | ||
"details": "Argument Injection via the URL field in github.com/go-git/go-git", | ||
"affected": [ | ||
{ | ||
"package": { | ||
"name": "github.com/go-git/go-git/v5", | ||
"ecosystem": "Go" | ||
}, | ||
"ranges": [ | ||
{ | ||
"type": "SEMVER", | ||
"events": [ | ||
{ | ||
"introduced": "0" | ||
}, | ||
{ | ||
"fixed": "5.13.0" | ||
} | ||
] | ||
} | ||
], | ||
"ecosystem_specific": {} | ||
}, | ||
{ | ||
"package": { | ||
"name": "github.com/go-git/go-git/v4", | ||
"ecosystem": "Go" | ||
}, | ||
"ranges": [ | ||
{ | ||
"type": "SEMVER", | ||
"events": [ | ||
{ | ||
"introduced": "4.0.0" | ||
} | ||
] | ||
} | ||
], | ||
"ecosystem_specific": {} | ||
}, | ||
{ | ||
"package": { | ||
"name": "gopkg.in/src-d/go-git.v4", | ||
"ecosystem": "Go" | ||
}, | ||
"ranges": [ | ||
{ | ||
"type": "SEMVER", | ||
"events": [ | ||
{ | ||
"introduced": "4.0.0" | ||
} | ||
] | ||
} | ||
], | ||
"ecosystem_specific": {} | ||
} | ||
], | ||
"references": [ | ||
{ | ||
"type": "ADVISORY", | ||
"url": "https://github.com/go-git/go-git/security/advisories/GHSA-v725-9546-7q7m" | ||
} | ||
], | ||
"credits": [ | ||
{ | ||
"name": "@vin01" | ||
} | ||
], | ||
"database_specific": { | ||
"url": "https://pkg.go.dev/vuln/GO-2025-3368", | ||
"review_status": "REVIEWED" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
id: GO-2025-3368 | ||
modules: | ||
- module: github.com/go-git/go-git/v5 | ||
versions: | ||
- fixed: 5.13.0 | ||
vulnerable_at: 5.12.0 | ||
- module: github.com/go-git/go-git/v4 | ||
versions: | ||
- introduced: 4.0.0 | ||
vulnerable_at: 4.13.1 | ||
- module: gopkg.in/src-d/go-git.v4 | ||
versions: | ||
- introduced: 4.0.0 | ||
vulnerable_at: 4.13.1 | ||
summary: Argument Injection via the URL field in github.com/go-git/go-git | ||
cves: | ||
- CVE-2025-21613 | ||
ghsas: | ||
- GHSA-v725-9546-7q7m | ||
credits: | ||
- '@vin01' | ||
references: | ||
- advisory: https://github.com/go-git/go-git/security/advisories/GHSA-v725-9546-7q7m | ||
notes: | ||
- Could not find fix commit; leaving all packages vulnerable. | ||
source: | ||
id: GHSA-v725-9546-7q7m | ||
created: 2025-01-06T15:18:10.910983-10:00 | ||
review_status: REVIEWED |