Skip to content

Commit ab369f5

Browse files
1 parent ccc63ca commit ab369f5

1 file changed

Lines changed: 114 additions & 0 deletions

File tree

Lines changed: 114 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,114 @@
1+
{
2+
"schema_version": "1.4.0",
3+
"id": "GHSA-3wqc-mwfx-672p",
4+
"modified": "2025-04-18T19:32:24Z",
5+
"published": "2025-04-18T19:32:23Z",
6+
"aliases": [
7+
"CVE-2025-22868"
8+
],
9+
"summary": "Traefik affected by Go oauth2/jws Improper Validation of Syntactic Correctness of Input vulnerability",
10+
"details": "### Summary\nWe have encountered a security vulnerability being reported by our scanners for Traefik 2.11.22.\n- https://security.snyk.io/vuln/SNYK-CHAINGUARDLATEST-TRAEFIK33-9403297\n\n### Details\nIt seems to target oauth2/jws library.\n\n### PoC\nNo steps to replicate this vulnerability\n\n### Impact\nWe have a strict control on security and we always try to stay up-to-date with the fixes received for third-party solutions.\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",
11+
"severity": [
12+
{
13+
"type": "CVSS_V3",
14+
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H"
15+
}
16+
],
17+
"affected": [
18+
{
19+
"package": {
20+
"ecosystem": "Go",
21+
"name": "github.com/traefik/traefik/v3"
22+
},
23+
"ranges": [
24+
{
25+
"type": "ECOSYSTEM",
26+
"events": [
27+
{
28+
"introduced": "0"
29+
},
30+
{
31+
"fixed": "3.3.6"
32+
}
33+
]
34+
}
35+
]
36+
},
37+
{
38+
"package": {
39+
"ecosystem": "Go",
40+
"name": "github.com/traefik/traefik/v2"
41+
},
42+
"ranges": [
43+
{
44+
"type": "ECOSYSTEM",
45+
"events": [
46+
{
47+
"introduced": "0"
48+
},
49+
{
50+
"fixed": "2.11.24"
51+
}
52+
]
53+
}
54+
]
55+
},
56+
{
57+
"package": {
58+
"ecosystem": "Go",
59+
"name": "github.com/traefik/traefik/v3"
60+
},
61+
"ranges": [
62+
{
63+
"type": "ECOSYSTEM",
64+
"events": [
65+
{
66+
"introduced": "3.4.0-rc1"
67+
},
68+
{
69+
"fixed": "3.4.0-rc2"
70+
}
71+
]
72+
}
73+
],
74+
"versions": [
75+
"3.4.0-rc1"
76+
]
77+
}
78+
],
79+
"references": [
80+
{
81+
"type": "WEB",
82+
"url": "https://github.com/traefik/traefik/security/advisories/GHSA-3wqc-mwfx-672p"
83+
},
84+
{
85+
"type": "PACKAGE",
86+
"url": "https://github.com/traefik/traefik"
87+
},
88+
{
89+
"type": "WEB",
90+
"url": "https://github.com/traefik/traefik/releases/tag/v2.11.24"
91+
},
92+
{
93+
"type": "WEB",
94+
"url": "https://github.com/traefik/traefik/releases/tag/v3.3.6"
95+
},
96+
{
97+
"type": "WEB",
98+
"url": "https://github.com/traefik/traefik/releases/tag/v3.4.0-rc2"
99+
},
100+
{
101+
"type": "WEB",
102+
"url": "https://security.snyk.io/vuln/SNYK-CHAINGUARDLATEST-TRAEFIK33-9403297"
103+
}
104+
],
105+
"database_specific": {
106+
"cwe_ids": [
107+
"CWE-1286"
108+
],
109+
"severity": "HIGH",
110+
"github_reviewed": true,
111+
"github_reviewed_at": "2025-04-18T19:32:23Z",
112+
"nvd_published_at": null
113+
}
114+
}

0 commit comments

Comments
 (0)