-
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-3390.yaml Fixes #3390 Change-Id: I5ce8a608de267824214eb881ea75f751d70f34a3 Reviewed-on: https://go-review.googlesource.com/c/vulndb/+/642915 Reviewed-by: Tatiana Bradley <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]>
- Loading branch information
1 parent
0db4c79
commit a5f9df8
Showing
2 changed files
with
102 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,74 @@ | ||
{ | ||
"schema_version": "1.3.1", | ||
"id": "GO-2025-3390", | ||
"modified": "0001-01-01T00:00:00Z", | ||
"published": "0001-01-01T00:00:00Z", | ||
"aliases": [ | ||
"CVE-2024-53263", | ||
"GHSA-q6r2-x2cc-vrp7" | ||
], | ||
"summary": "Git LFS permits exfiltration of credentials via crafted HTTP URLs in github.com/git-lfs/git-lfs", | ||
"details": "Git LFS permits exfiltration of credentials via crafted HTTP URLs in github.com/git-lfs/git-lfs", | ||
"affected": [ | ||
{ | ||
"package": { | ||
"name": "github.com/git-lfs/git-lfs", | ||
"ecosystem": "Go" | ||
}, | ||
"ranges": [ | ||
{ | ||
"type": "SEMVER", | ||
"events": [ | ||
{ | ||
"introduced": "0.1.0" | ||
} | ||
] | ||
} | ||
], | ||
"ecosystem_specific": {} | ||
}, | ||
{ | ||
"package": { | ||
"name": "github.com/git-lfs/git-lfs/v3", | ||
"ecosystem": "Go" | ||
}, | ||
"ranges": [ | ||
{ | ||
"type": "SEMVER", | ||
"events": [ | ||
{ | ||
"introduced": "3.0.0" | ||
}, | ||
{ | ||
"fixed": "3.6.1" | ||
} | ||
] | ||
} | ||
], | ||
"ecosystem_specific": {} | ||
} | ||
], | ||
"references": [ | ||
{ | ||
"type": "ADVISORY", | ||
"url": "https://github.com/git-lfs/git-lfs/security/advisories/GHSA-q6r2-x2cc-vrp7" | ||
}, | ||
{ | ||
"type": "FIX", | ||
"url": "https://github.com/git-lfs/git-lfs/commit/0345b6f816e611d050c0df67b61f0022916a1c90" | ||
}, | ||
{ | ||
"type": "WEB", | ||
"url": "https://github.com/git-lfs/git-lfs/releases/tag/v3.6.1" | ||
} | ||
], | ||
"credits": [ | ||
{ | ||
"name": "@Ry0taK" | ||
} | ||
], | ||
"database_specific": { | ||
"url": "https://pkg.go.dev/vuln/GO-2025-3390", | ||
"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,28 @@ | ||
id: GO-2025-3390 | ||
modules: | ||
- module: github.com/git-lfs/git-lfs | ||
versions: | ||
- introduced: 0.1.0 | ||
vulnerable_at: 1.5.6 | ||
- module: github.com/git-lfs/git-lfs/v3 | ||
versions: | ||
- introduced: 3.0.0 | ||
- fixed: 3.6.1 | ||
vulnerable_at: 3.6.0 | ||
summary: |- | ||
Git LFS permits exfiltration of credentials via crafted HTTP URLs in | ||
github.com/git-lfs/git-lfs | ||
cves: | ||
- CVE-2024-53263 | ||
ghsas: | ||
- GHSA-q6r2-x2cc-vrp7 | ||
credits: | ||
- '@Ry0taK' | ||
references: | ||
- advisory: https://github.com/git-lfs/git-lfs/security/advisories/GHSA-q6r2-x2cc-vrp7 | ||
- fix: https://github.com/git-lfs/git-lfs/commit/0345b6f816e611d050c0df67b61f0022916a1c90 | ||
- web: https://github.com/git-lfs/git-lfs/releases/tag/v3.6.1 | ||
source: | ||
id: GHSA-q6r2-x2cc-vrp7 | ||
created: 2025-01-15T15:10:13.977797478Z | ||
review_status: REVIEWED |