Skip to content

Commit 5e0d125

Browse files
committed
1 parent cc51cc7 commit 5e0d125

File tree

1 file changed

+26
-19
lines changed

1 file changed

+26
-19
lines changed

advisories/github-reviewed/2025/04/GHSA-g9pc-8g42-g6vq/GHSA-g9pc-8g42-g6vq.json

Lines changed: 26 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"schema_version": "1.4.0",
33
"id": "GHSA-g9pc-8g42-g6vq",
4-
"modified": "2025-10-24T20:57:40Z",
4+
"modified": "2025-10-24T20:57:41Z",
55
"published": "2025-04-08T21:31:40Z",
66
"aliases": [
77
"CVE-2025-22871"
88
],
9-
"summary": "RoadRunner is at risk of HTTP Request/Response Smuggling through vulnerable dependency",
10-
"details": "The net/http package dependency used by RoadRunner improperly accepts a bare LF as a line terminator in chunked data chunk-size lines. This can permit request smuggling if a net/http server is used in conjunction with a server that incorrectly accepts a bare LF as part of a chunk-ext.",
9+
"summary": "Request smuggling due to acceptance of invalid chunked data in net/http",
10+
"details": "The net/http package improperly accepts a bare LF as a line terminator in chunked data chunk-size lines. This can permit request smuggling if a net/http server is used in conjunction with a server that incorrectly accepts a bare LF as part of a chunk-ext.",
1111
"severity": [
1212
{
1313
"type": "CVSS_V3",
@@ -17,8 +17,8 @@
1717
"affected": [
1818
{
1919
"package": {
20-
"ecosystem": "Packagist",
21-
"name": "spiral/roadrunner"
20+
"ecosystem": "Go",
21+
"name": "net/http"
2222
},
2323
"ranges": [
2424
{
@@ -28,7 +28,26 @@
2828
"introduced": "0"
2929
},
3030
{
31-
"fixed": "2025.1.0"
31+
"fixed": "1.23.8"
32+
}
33+
]
34+
}
35+
]
36+
},
37+
{
38+
"package": {
39+
"ecosystem": "Go",
40+
"name": "net/http"
41+
},
42+
"ranges": [
43+
{
44+
"type": "ECOSYSTEM",
45+
"events": [
46+
{
47+
"introduced": "0"
48+
},
49+
{
50+
"fixed": "1.24.2"
3251
}
3352
]
3453
}
@@ -40,21 +59,9 @@
4059
"type": "ADVISORY",
4160
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-22871"
4261
},
43-
{
44-
"type": "WEB",
45-
"url": "https://github.com/roadrunner-server/roadrunner/issues/2166"
46-
},
47-
{
48-
"type": "WEB",
49-
"url": "https://github.com/roadrunner-server/roadrunner/commit/f269279ee87d0b88127741cad1042389af7605fa"
50-
},
5162
{
5263
"type": "PACKAGE",
53-
"url": "https://github.com/roadrunner-server/roadrunner"
54-
},
55-
{
56-
"type": "WEB",
57-
"url": "https://github.com/roadrunner-server/roadrunner/releases/tag/v2025.1.0"
64+
"url": "https://cs.opensource.google/go/go"
5865
},
5966
{
6067
"type": "WEB",

0 commit comments

Comments
 (0)