Skip to content

Commit

Permalink
data/reports: add GO-2025-3367
Browse files Browse the repository at this point in the history
  - 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
tatianab authored and gopherbot committed Jan 7, 2025
1 parent 4ab2b0a commit 1deabfa
Show file tree
Hide file tree
Showing 2 changed files with 112 additions and 0 deletions.
83 changes: 83 additions & 0 deletions data/osv/GO-2025-3367.json
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"
}
}
29 changes: 29 additions & 0 deletions data/reports/GO-2025-3367.yaml
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

0 comments on commit 1deabfa

Please sign in to comment.