-
Notifications
You must be signed in to change notification settings - Fork 753
Expand file tree
/
Copy pathGHSA-rxv8-25v2-qmq8.json
More file actions
95 lines (95 loc) · 2.78 KB
/
Copy pathGHSA-rxv8-25v2-qmq8.json
File metadata and controls
95 lines (95 loc) · 2.78 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
{
"schema_version": "1.4.0",
"id": "GHSA-rxv8-25v2-qmq8",
"modified": "2026-06-04T15:23:51Z",
"published": "2026-06-04T15:23:51Z",
"aliases": [
"CVE-2026-34077"
],
"summary": "React Router vulnerable to Denial of Service via reflected user input in single-fetch",
"details": "A DoS vulnerability exists in the React Router v7 [Framework Mode](https://reactrouter.com/start/modes#framework), as well as Remix v2.9.0+ with [Single Fetch](https://v2.remix.run/docs/guides/single-fetch) enabled. In some scenarios the underlying serialization algorithm can become a bottleneck when encoding specific types of data into server responses. Please upgrade to React Router v7.14.0 or later.\n\n> [!NOTE]\n> This does not impact your React Router application if you are using [Declarative Mode](https://reactrouter.com/start/modes#declarative) (`<BrowserRouter>`) or [Data Mode](https://reactrouter.com/start/modes#data) (`createBrowserRouter`/`<RouterProvider>`).",
"severity": [
{
"type": "CVSS_V3",
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H"
}
],
"affected": [
{
"package": {
"ecosystem": "npm",
"name": "react-router"
},
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "7.0.0"
},
{
"fixed": "7.15"
}
]
}
],
"database_specific": {
"last_known_affected_version_range": "< 7.14.0"
}
},
{
"package": {
"ecosystem": "npm",
"name": "turbo-stream"
},
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "0"
},
{
"fixed": "3.0.0"
}
]
}
]
}
],
"references": [
{
"type": "WEB",
"url": "https://github.com/remix-run/react-router/security/advisories/GHSA-rxv8-25v2-qmq8"
},
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-34077"
},
{
"type": "WEB",
"url": "https://github.com/remix-run/react-router/commit/59811921d3c7d599077b8cadccdcd65a233165e0"
},
{
"type": "WEB",
"url": "https://github.com/jacob-ebey/turbo-stream/blob/v2.4.1/src/flatten.ts#L175-L177"
},
{
"type": "WEB",
"url": "https://github.com/jacob-ebey/turbo-stream/blob/v2.4.1/src/unflatten.ts#L185-L189"
},
{
"type": "PACKAGE",
"url": "https://github.com/remix-run/react-router"
}
],
"database_specific": {
"cwe_ids": [
"CWE-770"
],
"severity": "HIGH",
"github_reviewed": true,
"github_reviewed_at": "2026-06-04T15:23:51Z",
"nvd_published_at": "2026-06-02T20:16:34Z"
}
}