Skip to content

Commit 0927529

Browse files
committed
1 parent 512ea3a commit 0927529

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

advisories/github-reviewed/2025/08/GHSA-4342-x723-ch2f/GHSA-4342-x723-ch2f.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"schema_version": "1.4.0",
33
"id": "GHSA-4342-x723-ch2f",
4-
"modified": "2025-09-11T15:41:02Z",
4+
"modified": "2025-09-11T15:41:03Z",
55
"published": "2025-08-29T21:33:09Z",
66
"aliases": [
77
"CVE-2025-57822"
@@ -10,8 +10,8 @@
1010
"details": "A vulnerability in **Next.js Middleware** has been fixed in **v14.2.32** and **v15.4.7**. The issue occurred when request headers were directly passed into `NextResponse.next()`. In self-hosted applications, this could allow Server-Side Request Forgery (SSRF) if certain sensitive headers from the incoming request were reflected back into the response.\n\nAll users implementing custom middleware logic in self-hosted environments are strongly encouraged to upgrade and verify correct usage of the `next()` function.\n\nMore details at [Vercel Changelog](https://vercel.com/changelog/cve-2025-57822)",
1111
"severity": [
1212
{
13-
"type": "CVSS_V3",
14-
"score": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:L/A:N"
13+
"type": "CVSS_V4",
14+
"score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:N/SC:N/SI:N/SA:N"
1515
}
1616
],
1717
"affected": [
@@ -25,10 +25,10 @@
2525
"type": "ECOSYSTEM",
2626
"events": [
2727
{
28-
"introduced": "0.9.9"
28+
"introduced": "15.0.0-canary.0"
2929
},
3030
{
31-
"fixed": "14.2.32"
31+
"fixed": "15.4.7"
3232
}
3333
]
3434
}
@@ -44,10 +44,10 @@
4444
"type": "ECOSYSTEM",
4545
"events": [
4646
{
47-
"introduced": "15.0.0-canary.0"
47+
"introduced": "0.9.9"
4848
},
4949
{
50-
"fixed": "15.4.7"
50+
"fixed": "14.2.32"
5151
}
5252
]
5353
}
@@ -80,7 +80,7 @@
8080
"cwe_ids": [
8181
"CWE-918"
8282
],
83-
"severity": "MODERATE",
83+
"severity": "LOW",
8484
"github_reviewed": true,
8585
"github_reviewed_at": "2025-08-29T21:33:09Z",
8686
"nvd_published_at": "2025-08-29T22:15:32Z"

0 commit comments

Comments
 (0)