Skip to content

Commit

Permalink
data/reports: add GO-2025-3390
Browse files Browse the repository at this point in the history
  - 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
zpavlinovic committed Jan 15, 2025
1 parent 0db4c79 commit a5f9df8
Show file tree
Hide file tree
Showing 2 changed files with 102 additions and 0 deletions.
74 changes: 74 additions & 0 deletions data/osv/GO-2025-3390.json
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"
}
}
28 changes: 28 additions & 0 deletions data/reports/GO-2025-3390.yaml
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

0 comments on commit a5f9df8

Please sign in to comment.