-
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-3367.yaml Fixes #3367 Change-Id: I324c50fb8ef7e86227d11cae22050fcae0b47bc0 Reviewed-on: https://go-review.googlesource.com/c/vulndb/+/640935 Reviewed-by: Zvonimir Pavlinovic <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]> Auto-Submit: Tatiana Bradley <[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-3367", | ||
"modified": "0001-01-01T00:00:00Z", | ||
"published": "0001-01-01T00:00:00Z", | ||
"aliases": [ | ||
"CVE-2025-21614", | ||
"GHSA-r9px-m959-cxf4" | ||
], | ||
"summary": "Clients vulnerable to DoS via maliciously crafted Git server replies in github.com/go-git/go-git", | ||
"details": "Clients vulnerable to DoS via maliciously crafted Git server replies in github.com/go-git/go-git", | ||
"affected": [ | ||
{ | ||
"package": { | ||
"name": "github.com/go-git/go-git/v4", | ||
"ecosystem": "Go" | ||
}, | ||
"ranges": [ | ||
{ | ||
"type": "SEMVER", | ||
"events": [ | ||
{ | ||
"introduced": "4.0.0" | ||
} | ||
] | ||
} | ||
], | ||
"ecosystem_specific": {} | ||
}, | ||
{ | ||
"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": "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-r9px-m959-cxf4" | ||
} | ||
], | ||
"credits": [ | ||
{ | ||
"name": "Ionut Lalu" | ||
} | ||
], | ||
"database_specific": { | ||
"url": "https://pkg.go.dev/vuln/GO-2025-3367", | ||
"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-3367 | ||
modules: | ||
- module: github.com/go-git/go-git/v4 | ||
versions: | ||
- introduced: 4.0.0 | ||
vulnerable_at: 4.13.1 | ||
- module: github.com/go-git/go-git/v5 | ||
versions: | ||
- fixed: 5.13.0 | ||
vulnerable_at: 5.12.0 | ||
- module: gopkg.in/src-d/go-git.v4 | ||
versions: | ||
- introduced: 4.0.0 | ||
vulnerable_at: 4.13.1 | ||
summary: Clients vulnerable to DoS via maliciously crafted Git server replies in github.com/go-git/go-git | ||
cves: | ||
- CVE-2025-21614 | ||
ghsas: | ||
- GHSA-r9px-m959-cxf4 | ||
credits: | ||
- Ionut Lalu | ||
references: | ||
- advisory: https://github.com/go-git/go-git/security/advisories/GHSA-r9px-m959-cxf4 | ||
notes: | ||
- I could not find a fix commit, so leaving all packages vulnerable. | ||
source: | ||
id: GHSA-r9px-m959-cxf4 | ||
created: 2025-01-06T15:18:07.39952-10:00 | ||
review_status: REVIEWED |