Skip to content

Commit 4b98b10

Browse files
1 parent ab369f5 commit 4b98b10

1 file changed

Lines changed: 112 additions & 0 deletions

File tree

Lines changed: 112 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,112 @@
1+
{
2+
"schema_version": "1.4.0",
3+
"id": "GHSA-5423-jcjm-2gpv",
4+
"modified": "2025-04-18T19:35:17Z",
5+
"published": "2025-04-18T19:35:17Z",
6+
"aliases": [],
7+
"summary": "Traefik affected by Go HTTP Request Smuggling Vulnerability",
8+
"details": "### Summary\nnet/http: request smuggling through invalid chunked data: The net/http package accepts data in the chunked transfer encoding containing an invalid chunk-size line terminated by a bare LF. When used in conjunction with a server or proxy which incorrectly interprets a bare LF in a chunk extension as part of the extension, this could permit request smuggling. [CVE-2025-22871] Vendor Affected Components: Go: 1.23.x < 1.23.8\n\nMore Details: [CVE-2025-22871](https://nvd.nist.gov/vuln/detail/CVE-2025-22871)\n\n## Patches\n\n- https://github.com/traefik/traefik/releases/tag/v2.11.24\n- https://github.com/traefik/traefik/releases/tag/v3.3.6\n- https://github.com/traefik/traefik/releases/tag/v3.4.0-rc2",
9+
"severity": [
10+
{
11+
"type": "CVSS_V3",
12+
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N"
13+
}
14+
],
15+
"affected": [
16+
{
17+
"package": {
18+
"ecosystem": "Go",
19+
"name": "github.com/traefik/traefik/v2"
20+
},
21+
"ranges": [
22+
{
23+
"type": "ECOSYSTEM",
24+
"events": [
25+
{
26+
"introduced": "0"
27+
},
28+
{
29+
"fixed": "2.11.24"
30+
}
31+
]
32+
}
33+
]
34+
},
35+
{
36+
"package": {
37+
"ecosystem": "Go",
38+
"name": "github.com/traefik/traefik/v3"
39+
},
40+
"ranges": [
41+
{
42+
"type": "ECOSYSTEM",
43+
"events": [
44+
{
45+
"introduced": "0"
46+
},
47+
{
48+
"fixed": "3.3.6"
49+
}
50+
]
51+
}
52+
]
53+
},
54+
{
55+
"package": {
56+
"ecosystem": "Go",
57+
"name": "github.com/traefik/traefik/v3"
58+
},
59+
"ranges": [
60+
{
61+
"type": "ECOSYSTEM",
62+
"events": [
63+
{
64+
"introduced": "3.4.0-rc1"
65+
},
66+
{
67+
"fixed": "3.4.0-rc2"
68+
}
69+
]
70+
}
71+
],
72+
"versions": [
73+
"3.4.0-rc1"
74+
]
75+
}
76+
],
77+
"references": [
78+
{
79+
"type": "WEB",
80+
"url": "https://github.com/traefik/traefik/security/advisories/GHSA-5423-jcjm-2gpv"
81+
},
82+
{
83+
"type": "ADVISORY",
84+
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-22871"
85+
},
86+
{
87+
"type": "PACKAGE",
88+
"url": "https://github.com/traefik/traefik"
89+
},
90+
{
91+
"type": "WEB",
92+
"url": "https://github.com/traefik/traefik/releases/tag/v2.11.24"
93+
},
94+
{
95+
"type": "WEB",
96+
"url": "https://github.com/traefik/traefik/releases/tag/v3.3.6"
97+
},
98+
{
99+
"type": "WEB",
100+
"url": "https://github.com/traefik/traefik/releases/tag/v3.4.0-rc2"
101+
}
102+
],
103+
"database_specific": {
104+
"cwe_ids": [
105+
"CWE-1395"
106+
],
107+
"severity": "CRITICAL",
108+
"github_reviewed": true,
109+
"github_reviewed_at": "2025-04-18T19:35:17Z",
110+
"nvd_published_at": null
111+
}
112+
}

0 commit comments

Comments
 (0)