Skip to content

Commit a5f9df8

Browse files
committed
data/reports: add GO-2025-3390
- 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]>
1 parent 0db4c79 commit a5f9df8

File tree

2 files changed

+102
-0
lines changed

2 files changed

+102
-0
lines changed

data/osv/GO-2025-3390.json

+74
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,74 @@
1+
{
2+
"schema_version": "1.3.1",
3+
"id": "GO-2025-3390",
4+
"modified": "0001-01-01T00:00:00Z",
5+
"published": "0001-01-01T00:00:00Z",
6+
"aliases": [
7+
"CVE-2024-53263",
8+
"GHSA-q6r2-x2cc-vrp7"
9+
],
10+
"summary": "Git LFS permits exfiltration of credentials via crafted HTTP URLs in github.com/git-lfs/git-lfs",
11+
"details": "Git LFS permits exfiltration of credentials via crafted HTTP URLs in github.com/git-lfs/git-lfs",
12+
"affected": [
13+
{
14+
"package": {
15+
"name": "github.com/git-lfs/git-lfs",
16+
"ecosystem": "Go"
17+
},
18+
"ranges": [
19+
{
20+
"type": "SEMVER",
21+
"events": [
22+
{
23+
"introduced": "0.1.0"
24+
}
25+
]
26+
}
27+
],
28+
"ecosystem_specific": {}
29+
},
30+
{
31+
"package": {
32+
"name": "github.com/git-lfs/git-lfs/v3",
33+
"ecosystem": "Go"
34+
},
35+
"ranges": [
36+
{
37+
"type": "SEMVER",
38+
"events": [
39+
{
40+
"introduced": "3.0.0"
41+
},
42+
{
43+
"fixed": "3.6.1"
44+
}
45+
]
46+
}
47+
],
48+
"ecosystem_specific": {}
49+
}
50+
],
51+
"references": [
52+
{
53+
"type": "ADVISORY",
54+
"url": "https://github.com/git-lfs/git-lfs/security/advisories/GHSA-q6r2-x2cc-vrp7"
55+
},
56+
{
57+
"type": "FIX",
58+
"url": "https://github.com/git-lfs/git-lfs/commit/0345b6f816e611d050c0df67b61f0022916a1c90"
59+
},
60+
{
61+
"type": "WEB",
62+
"url": "https://github.com/git-lfs/git-lfs/releases/tag/v3.6.1"
63+
}
64+
],
65+
"credits": [
66+
{
67+
"name": "@Ry0taK"
68+
}
69+
],
70+
"database_specific": {
71+
"url": "https://pkg.go.dev/vuln/GO-2025-3390",
72+
"review_status": "REVIEWED"
73+
}
74+
}

data/reports/GO-2025-3390.yaml

+28
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
id: GO-2025-3390
2+
modules:
3+
- module: github.com/git-lfs/git-lfs
4+
versions:
5+
- introduced: 0.1.0
6+
vulnerable_at: 1.5.6
7+
- module: github.com/git-lfs/git-lfs/v3
8+
versions:
9+
- introduced: 3.0.0
10+
- fixed: 3.6.1
11+
vulnerable_at: 3.6.0
12+
summary: |-
13+
Git LFS permits exfiltration of credentials via crafted HTTP URLs in
14+
github.com/git-lfs/git-lfs
15+
cves:
16+
- CVE-2024-53263
17+
ghsas:
18+
- GHSA-q6r2-x2cc-vrp7
19+
credits:
20+
- '@Ry0taK'
21+
references:
22+
- advisory: https://github.com/git-lfs/git-lfs/security/advisories/GHSA-q6r2-x2cc-vrp7
23+
- fix: https://github.com/git-lfs/git-lfs/commit/0345b6f816e611d050c0df67b61f0022916a1c90
24+
- web: https://github.com/git-lfs/git-lfs/releases/tag/v3.6.1
25+
source:
26+
id: GHSA-q6r2-x2cc-vrp7
27+
created: 2025-01-15T15:10:13.977797478Z
28+
review_status: REVIEWED

0 commit comments

Comments
 (0)