From 1deabfa354a3987b57bbe1baac6b7c13c30de01f Mon Sep 17 00:00:00 2001 From: Tatiana Bradley Date: Mon, 6 Jan 2025 15:22:46 -1000 Subject: [PATCH] data/reports: add GO-2025-3367 - data/reports/GO-2025-3367.yaml Fixes golang/vulndb#3367 Change-Id: I324c50fb8ef7e86227d11cae22050fcae0b47bc0 Reviewed-on: https://go-review.googlesource.com/c/vulndb/+/640935 Reviewed-by: Zvonimir Pavlinovic LUCI-TryBot-Result: Go LUCI Auto-Submit: Tatiana Bradley --- data/osv/GO-2025-3367.json | 83 ++++++++++++++++++++++++++++++++++ data/reports/GO-2025-3367.yaml | 29 ++++++++++++ 2 files changed, 112 insertions(+) create mode 100644 data/osv/GO-2025-3367.json create mode 100644 data/reports/GO-2025-3367.yaml diff --git a/data/osv/GO-2025-3367.json b/data/osv/GO-2025-3367.json new file mode 100644 index 00000000..40ec184d --- /dev/null +++ b/data/osv/GO-2025-3367.json @@ -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" + } +} \ No newline at end of file diff --git a/data/reports/GO-2025-3367.yaml b/data/reports/GO-2025-3367.yaml new file mode 100644 index 00000000..d3c65f6d --- /dev/null +++ b/data/reports/GO-2025-3367.yaml @@ -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