Skip to content

Commit f0cf1a6

Browse files
committed
data/reports: add GO-2025-3422
- data/reports/GO-2025-3422.yaml Fixes #3422 Change-Id: I3a57b9c6be1e3b90e0b2c393558e59c198deeed4 Reviewed-on: https://go-review.googlesource.com/c/vulndb/+/644856 LUCI-TryBot-Result: Go LUCI <[email protected]> Auto-Submit: Tatiana Bradley <[email protected]> Reviewed-by: Damien Neil <[email protected]>
1 parent cc971bb commit f0cf1a6

File tree

2 files changed

+106
-0
lines changed

2 files changed

+106
-0
lines changed

data/osv/GO-2025-3422.json

+85
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,85 @@
1+
{
2+
"schema_version": "1.3.1",
3+
"id": "GO-2025-3422",
4+
"modified": "0001-01-01T00:00:00Z",
5+
"published": "0001-01-01T00:00:00Z",
6+
"aliases": [
7+
"CVE-2025-24354"
8+
],
9+
"summary": "imgproxy is vulnerable to SSRF against 0.0.0.0 in github.com/imgproxy/imgproxy",
10+
"details": "imgproxy is vulnerable to SSRF against 0.0.0.0 in github.com/imgproxy/imgproxy",
11+
"affected": [
12+
{
13+
"package": {
14+
"name": "github.com/imgproxy/imgproxy",
15+
"ecosystem": "Go"
16+
},
17+
"ranges": [
18+
{
19+
"type": "SEMVER",
20+
"events": [
21+
{
22+
"introduced": "0"
23+
}
24+
]
25+
}
26+
],
27+
"ecosystem_specific": {}
28+
},
29+
{
30+
"package": {
31+
"name": "github.com/imgproxy/imgproxy/v2",
32+
"ecosystem": "Go"
33+
},
34+
"ranges": [
35+
{
36+
"type": "SEMVER",
37+
"events": [
38+
{
39+
"introduced": "0"
40+
}
41+
]
42+
}
43+
],
44+
"ecosystem_specific": {}
45+
},
46+
{
47+
"package": {
48+
"name": "github.com/imgproxy/imgproxy/v3",
49+
"ecosystem": "Go"
50+
},
51+
"ranges": [
52+
{
53+
"type": "SEMVER",
54+
"events": [
55+
{
56+
"introduced": "0"
57+
},
58+
{
59+
"fixed": "3.27.2"
60+
}
61+
]
62+
}
63+
],
64+
"ecosystem_specific": {}
65+
}
66+
],
67+
"references": [
68+
{
69+
"type": "ADVISORY",
70+
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-24354"
71+
},
72+
{
73+
"type": "FIX",
74+
"url": "https://github.com/imgproxy/imgproxy/commit/3d4fed6842aa8930ec224d0ad75b0079b858e081"
75+
},
76+
{
77+
"type": "WEB",
78+
"url": "https://github.com/imgproxy/imgproxy/security/advisories/GHSA-j2hp-6m75-v4j4"
79+
}
80+
],
81+
"database_specific": {
82+
"url": "https://pkg.go.dev/vuln/GO-2025-3422",
83+
"review_status": "UNREVIEWED"
84+
}
85+
}

data/reports/GO-2025-3422.yaml

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
id: GO-2025-3422
2+
modules:
3+
- module: github.com/imgproxy/imgproxy
4+
vulnerable_at: 1.1.8
5+
- module: github.com/imgproxy/imgproxy/v2
6+
vulnerable_at: 2.17.0
7+
- module: github.com/imgproxy/imgproxy/v3
8+
versions:
9+
- fixed: 3.27.2
10+
vulnerable_at: 3.27.1
11+
summary: imgproxy is vulnerable to SSRF against 0.0.0.0 in github.com/imgproxy/imgproxy
12+
cves:
13+
- CVE-2025-24354
14+
references:
15+
- advisory: https://nvd.nist.gov/vuln/detail/CVE-2025-24354
16+
- fix: https://github.com/imgproxy/imgproxy/commit/3d4fed6842aa8930ec224d0ad75b0079b858e081
17+
- web: https://github.com/imgproxy/imgproxy/security/advisories/GHSA-j2hp-6m75-v4j4
18+
source:
19+
id: CVE-2025-24354
20+
created: 2025-01-27T15:30:43.512148-05:00
21+
review_status: UNREVIEWED

0 commit comments

Comments
 (0)