Skip to content

Commit 6773395

Browse files
1 parent a37456f commit 6773395

1 file changed

Lines changed: 97 additions & 0 deletions

File tree

Lines changed: 97 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,97 @@
1+
{
2+
"schema_version": "1.4.0",
3+
"id": "GHSA-9g9p-9gw9-jx7f",
4+
"modified": "2026-01-27T19:18:25Z",
5+
"published": "2026-01-27T19:18:25Z",
6+
"aliases": [
7+
"CVE-2025-59471"
8+
],
9+
"summary": "Next.js self-hosted applications vulnerable to DoS via Image Optimizer remotePatterns configuration",
10+
"details": "A DoS vulnerability exists in self-hosted Next.js applications that have `remotePatterns` configured for the Image Optimizer. The image optimization endpoint (`/_next/image`) loads external images entirely into memory without enforcing a maximum size limit, allowing an attacker to cause out-of-memory conditions by requesting optimization of arbitrarily large images. This vulnerability requires that `remotePatterns` is configured to allow image optimization from external domains and that the attacker can serve or control a large image on an allowed domain.\n\nStrongly consider upgrading to 15.5.10 and 16.1.5 to reduce risk and prevent availability issues in Next applications.",
11+
"severity": [
12+
{
13+
"type": "CVSS_V3",
14+
"score": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H"
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": "10.0.0"
29+
},
30+
{
31+
"fixed": "15.5.10"
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.6.0-canary.0"
48+
},
49+
{
50+
"fixed": "16.1.5"
51+
}
52+
]
53+
}
54+
]
55+
}
56+
],
57+
"references": [
58+
{
59+
"type": "WEB",
60+
"url": "https://github.com/vercel/next.js/security/advisories/GHSA-9g9p-9gw9-jx7f"
61+
},
62+
{
63+
"type": "ADVISORY",
64+
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-59471"
65+
},
66+
{
67+
"type": "WEB",
68+
"url": "https://github.com/vercel/next.js/commit/500ec83743639addceaede95e95913398975156c"
69+
},
70+
{
71+
"type": "WEB",
72+
"url": "https://github.com/vercel/next.js/commit/e5b834d208fe0edf64aa26b5d76dcf6a176500ec"
73+
},
74+
{
75+
"type": "PACKAGE",
76+
"url": "https://github.com/vercel/next.js"
77+
},
78+
{
79+
"type": "WEB",
80+
"url": "https://github.com/vercel/next.js/releases/tag/v15.5.10"
81+
},
82+
{
83+
"type": "WEB",
84+
"url": "https://github.com/vercel/next.js/releases/tag/v16.1.5"
85+
}
86+
],
87+
"database_specific": {
88+
"cwe_ids": [
89+
"CWE-400",
90+
"CWE-770"
91+
],
92+
"severity": "MODERATE",
93+
"github_reviewed": true,
94+
"github_reviewed_at": "2026-01-27T19:18:25Z",
95+
"nvd_published_at": "2026-01-26T22:15:52Z"
96+
}
97+
}

0 commit comments

Comments
 (0)