Skip to content

Commit 915e5d9

Browse files
committed
1 parent 9ee9d90 commit 915e5d9

File tree

1 file changed

+164
-2
lines changed

1 file changed

+164
-2
lines changed

advisories/unreviewed/2025/05/GHSA-4wp7-92pw-q264/GHSA-4wp7-92pw-q264.json

Lines changed: 164 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,189 @@
11
{
22
"schema_version": "1.4.0",
33
"id": "GHSA-4wp7-92pw-q264",
4-
"modified": "2025-05-16T21:32:12Z",
4+
"modified": "2025-05-16T21:32:19Z",
55
"published": "2025-05-16T21:32:12Z",
66
"aliases": [
77
"CVE-2025-22233"
88
],
9+
"summary": "Spring Framework DataBinder Case Sensitive Match Exception (2nd update)",
910
"details": "CVE-2024-38820 ensured Locale-independent, lowercase conversion for both the configured disallowedFields patterns and for request parameter names. However, there are still cases where it is possible to bypass the disallowedFields checks.\n\nAffected Spring Products and Versions\n\nSpring Framework:\n * 6.2.0 - 6.2.6\n\n * 6.1.0 - 6.1.19\n\n * 6.0.0 - 6.0.27\n\n * 5.3.0 - 5.3.42\n * Older, unsupported versions are also affected\n\n\n\nMitigation\n\nUsers of affected versions should upgrade to the corresponding fixed version.\n\nAffected version(s)Fix Version Availability 6.2.x\n 6.2.7\nOSS6.1.x\n 6.1.20\nOSS6.0.x\n 6.0.28\n Commercial https://enterprise.spring.io/ 5.3.x\n 5.3.43\n Commercial https://enterprise.spring.io/ \nNo further mitigation steps are necessary.\n\n\nGenerally, we recommend using a dedicated model object with properties only for data binding, or using constructor binding since constructor arguments explicitly declare what to bind together with turning off setter binding through the declarativeBinding flag. See the Model Design section in the reference documentation.\n\nFor setting binding, prefer the use of allowedFields (an explicit list) over disallowedFields.\n\nCredit\n\nThis issue was responsibly reported by the TERASOLUNA Framework Development Team from NTT DATA Group Corporation.",
1011
"severity": [
1112
{
1213
"type": "CVSS_V3",
1314
"score": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:N/I:L/A:N"
1415
}
1516
],
16-
"affected": [],
17+
"affected": [
18+
{
19+
"package": {
20+
"ecosystem": "Maven",
21+
"name": "org.springframework:spring-context"
22+
},
23+
"ranges": [
24+
{
25+
"type": "ECOSYSTEM",
26+
"events": [
27+
{
28+
"introduced": "6.2.0"
29+
},
30+
{
31+
"fixed": "6.2.7"
32+
}
33+
]
34+
}
35+
]
36+
},
37+
{
38+
"package": {
39+
"ecosystem": "Maven",
40+
"name": "org.springframework:spring-context"
41+
},
42+
"ranges": [
43+
{
44+
"type": "ECOSYSTEM",
45+
"events": [
46+
{
47+
"introduced": "6.1.0"
48+
},
49+
{
50+
"fixed": "6.1.20"
51+
}
52+
]
53+
}
54+
]
55+
},
56+
{
57+
"package": {
58+
"ecosystem": "Maven",
59+
"name": "org.springframework:spring-context"
60+
},
61+
"ranges": [
62+
{
63+
"type": "ECOSYSTEM",
64+
"events": [
65+
{
66+
"introduced": "6.0.0"
67+
},
68+
{
69+
"fixed": "6.0.28"
70+
}
71+
]
72+
}
73+
]
74+
},
75+
{
76+
"package": {
77+
"ecosystem": "Maven",
78+
"name": "org.springframework:spring-context"
79+
},
80+
"ranges": [
81+
{
82+
"type": "ECOSYSTEM",
83+
"events": [
84+
{
85+
"introduced": "5.3.0"
86+
},
87+
{
88+
"last_affected": "5.3.39"
89+
}
90+
]
91+
}
92+
]
93+
},
94+
{
95+
"package": {
96+
"ecosystem": "Maven",
97+
"name": "org.springframework:spring-context"
98+
},
99+
"ranges": [
100+
{
101+
"type": "ECOSYSTEM",
102+
"events": [
103+
{
104+
"introduced": "5.2.0.RELEASE"
105+
},
106+
{
107+
"last_affected": "5.2.25.RELEASE"
108+
}
109+
]
110+
}
111+
]
112+
},
113+
{
114+
"package": {
115+
"ecosystem": "Maven",
116+
"name": "org.springframework:spring-context"
117+
},
118+
"ranges": [
119+
{
120+
"type": "ECOSYSTEM",
121+
"events": [
122+
{
123+
"introduced": "5.1.0.RELEASE"
124+
},
125+
{
126+
"last_affected": "5.1.20.RELEASE"
127+
}
128+
]
129+
}
130+
]
131+
},
132+
{
133+
"package": {
134+
"ecosystem": "Maven",
135+
"name": "org.springframework:spring-context"
136+
},
137+
"ranges": [
138+
{
139+
"type": "ECOSYSTEM",
140+
"events": [
141+
{
142+
"introduced": "5.0.0.RELEASE"
143+
},
144+
{
145+
"last_affected": "5.0.20.RELEASE"
146+
}
147+
]
148+
}
149+
]
150+
},
151+
{
152+
"package": {
153+
"ecosystem": "Maven",
154+
"name": "org.springframework:spring-context"
155+
},
156+
"ranges": [
157+
{
158+
"type": "ECOSYSTEM",
159+
"events": [
160+
{
161+
"introduced": "4.3.0.RELEASE"
162+
},
163+
{
164+
"last_affected": "4.3.30.RELEASE"
165+
}
166+
]
167+
}
168+
]
169+
}
170+
],
17171
"references": [
18172
{
19173
"type": "ADVISORY",
20174
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-22233"
21175
},
176+
{
177+
"type": "PACKAGE",
178+
"url": "https://github.com/spring-projects/spring-framework"
179+
},
22180
{
23181
"type": "WEB",
24182
"url": "https://nvd.nist.gov/vuln-metrics/cvss/v3-calculator?vector=AV:N/AC:H/PR:L/UI:N/S:U/C:N/I:L/A:N&version=3.1"
183+
},
184+
{
185+
"type": "WEB",
186+
"url": "https://spring.io/security/cve-2025-22233"
25187
}
26188
],
27189
"database_specific": {

0 commit comments

Comments
 (0)