Skip to content

Commit 827311a

Browse files
1 parent a06b705 commit 827311a

File tree

1 file changed

+87
-0
lines changed

1 file changed

+87
-0
lines changed
Lines changed: 87 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,87 @@
1+
{
2+
"schema_version": "1.4.0",
3+
"id": "GHSA-xv57-4mr9-wg8v",
4+
"modified": "2025-08-29T21:59:55Z",
5+
"published": "2025-08-29T21:59:55Z",
6+
"aliases": [
7+
"CVE-2025-55173"
8+
],
9+
"summary": "Next.js Content Injection Vulnerability for Image Optimization",
10+
"details": "A vulnerability in **Next.js Image Optimization** has been fixed in **v15.4.5** and **v14.2.31**. The issue allowed attacker-controlled external image sources to trigger file downloads with arbitrary content and filenames under specific configurations. This behavior could be abused for phishing or malicious file delivery.\n\nAll users relying on `images.domains` or `images.remotePatterns` are encouraged to upgrade and verify that external image sources are strictly validated.\n\nMore details at [Vercel Changelog](https://vercel.com/changelog/cve-2025-55173)",
11+
"severity": [
12+
{
13+
"type": "CVSS_V3",
14+
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:N"
15+
}
16+
],
17+
"affected": [
18+
{
19+
"package": {
20+
"ecosystem": "npm",
21+
"name": "next"
22+
},
23+
"ranges": [
24+
{
25+
"type": "ECOSYSTEM",
26+
"events": [
27+
{
28+
"introduced": "0"
29+
},
30+
{
31+
"fixed": "14.2.31"
32+
}
33+
]
34+
}
35+
]
36+
},
37+
{
38+
"package": {
39+
"ecosystem": "npm",
40+
"name": "next"
41+
},
42+
"ranges": [
43+
{
44+
"type": "ECOSYSTEM",
45+
"events": [
46+
{
47+
"introduced": "15.0.0"
48+
},
49+
{
50+
"fixed": "15.4.5"
51+
}
52+
]
53+
}
54+
],
55+
"database_specific": {
56+
"last_known_affected_version_range": "<= 15.4.4"
57+
}
58+
}
59+
],
60+
"references": [
61+
{
62+
"type": "WEB",
63+
"url": "https://github.com/vercel/next.js/security/advisories/GHSA-xv57-4mr9-wg8v"
64+
},
65+
{
66+
"type": "WEB",
67+
"url": "https://github.com/vercel/next.js/commit/6b12c60c61ee80cb0443ccd20de82ca9b4422ddd"
68+
},
69+
{
70+
"type": "PACKAGE",
71+
"url": "https://github.com/vercel/next.js"
72+
},
73+
{
74+
"type": "WEB",
75+
"url": "http://vercel.com/changelog/cve-2025-55173"
76+
}
77+
],
78+
"database_specific": {
79+
"cwe_ids": [
80+
"CWE-20"
81+
],
82+
"severity": "MODERATE",
83+
"github_reviewed": true,
84+
"github_reviewed_at": "2025-08-29T21:59:55Z",
85+
"nvd_published_at": null
86+
}
87+
}

0 commit comments

Comments
 (0)