Lookup for vulnerable packages by Package URL.
| Purl | pkg:maven/org.springframework/spring-context@6.0.0 |
| Type | maven |
| Namespace | org.springframework |
| Name | spring-context |
| Version | 6.0.0 |
| Qualifiers |
|
| Subpath | |
| Is_vulnerable | true |
| Next_non_vulnerable_version | 6.1.14 |
| Latest_non_vulnerable_version | 6.2.7 |
| Affected_by_vulnerabilities |
| 0 |
| url |
VCID-pzz7-mfs4-rfda |
| vulnerability_id |
VCID-pzz7-mfs4-rfda |
| summary |
Spring Framework DataBinder Case Sensitive Match Exception
The fix for CVE-2022-22968 made disallowedFields patterns in DataBinder case insensitive. However, String.toLowerCase() has some Locale dependent exceptions that could potentially result in fields not protected as expected. |
| references |
| 0 |
| reference_url |
https://api.first.org/data/v1/epss?cve=CVE-2024-38820 |
| reference_id |
|
| reference_type |
|
| scores |
| 0 |
| value |
0.01473 |
| scoring_system |
epss |
| scoring_elements |
0.80911 |
| published_at |
2026-04-07T12:55:00Z |
|
| 1 |
| value |
0.01473 |
| scoring_system |
epss |
| scoring_elements |
0.80977 |
| published_at |
2026-04-16T12:55:00Z |
|
| 2 |
| value |
0.01473 |
| scoring_system |
epss |
| scoring_elements |
0.80941 |
| published_at |
2026-04-13T12:55:00Z |
|
| 3 |
| value |
0.01473 |
| scoring_system |
epss |
| scoring_elements |
0.8095 |
| published_at |
2026-04-12T12:55:00Z |
|
| 4 |
| value |
0.01473 |
| scoring_system |
epss |
| scoring_elements |
0.80964 |
| published_at |
2026-04-11T12:55:00Z |
|
| 5 |
| value |
0.01473 |
| scoring_system |
epss |
| scoring_elements |
0.80948 |
| published_at |
2026-04-09T12:55:00Z |
|
| 6 |
| value |
0.01473 |
| scoring_system |
epss |
| scoring_elements |
0.8089 |
| published_at |
2026-04-02T12:55:00Z |
|
| 7 |
| value |
0.01473 |
| scoring_system |
epss |
| scoring_elements |
0.80913 |
| published_at |
2026-04-04T12:55:00Z |
|
| 8 |
| value |
0.01473 |
| scoring_system |
epss |
| scoring_elements |
0.80939 |
| published_at |
2026-04-08T12:55:00Z |
|
| 9 |
| value |
0.01473 |
| scoring_system |
epss |
| scoring_elements |
0.80979 |
| published_at |
2026-04-18T12:55:00Z |
|
| 10 |
| value |
0.01514 |
| scoring_system |
epss |
| scoring_elements |
0.81253 |
| published_at |
2026-04-21T12:55:00Z |
|
|
| url |
https://api.first.org/data/v1/epss?cve=CVE-2024-38820 |
|
| 1 |
|
| 2 |
|
| 3 |
|
| 4 |
|
| 5 |
|
| 6 |
|
| 7 |
| reference_url |
https://spring.io/security/cve-2024-38820 |
| reference_id |
|
| reference_type |
|
| scores |
| 0 |
| value |
3.1 |
| scoring_system |
cvssv3.1 |
| scoring_elements |
CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:N/I:L/A:N |
|
| 1 |
| value |
5.3 |
| scoring_system |
cvssv3.1 |
| scoring_elements |
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N |
|
| 2 |
| value |
MODERATE |
| scoring_system |
generic_textual |
| scoring_elements |
|
|
| 3 |
| value |
Track |
| scoring_system |
ssvc |
| scoring_elements |
SSVCv2/E:N/A:N/T:P/P:M/B:A/M:M/D:T/2024-10-18T16:33:48Z/ |
|
|
| url |
https://spring.io/security/cve-2024-38820 |
|
| 8 |
|
|
| fixed_packages |
|
| aliases |
CVE-2024-38820, GHSA-4gc7-5j7h-4qph
|
| risk_score |
3.1 |
| exploitability |
0.5 |
| weighted_severity |
6.2 |
| resource_url |
http://public2.vulnerablecode.io/vulnerabilities/VCID-pzz7-mfs4-rfda |
|
| 1 |
| url |
VCID-w11m-ut2r-tbcq |
| vulnerability_id |
VCID-w11m-ut2r-tbcq |
| summary |
Spring Framework DataBinder Case Sensitive Match Exception
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.
Affected Spring Products and Versions
Spring Framework:
* 6.2.0 - 6.2.6
* 6.1.0 - 6.1.19
* 6.0.0 - 6.0.27
* 5.3.0 - 5.3.42
* Older, unsupported versions are also affected
Mitigation
Users of affected versions should upgrade to the corresponding fixed version.
| Affected version(s) | Fix Version | Availability |
| - | - | - |
| 6.2.x | 6.2.7 | OSS |
| 6.1.x | 6.1.20 | OSS |
| 6.0.x | 6.0.28 | Commercial https://enterprise.spring.io/ |
| 5.3.x | 5.3.43 | Commercial https://enterprise.spring.io/ |
No further mitigation steps are necessary.
Generally, 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.
For setting binding, prefer the use of allowedFields (an explicit list) over disallowedFields.
Credit
This issue was responsibly reported by the TERASOLUNA Framework Development Team from NTT DATA Group Corporation. |
| references |
| 0 |
| reference_url |
https://api.first.org/data/v1/epss?cve=CVE-2025-22233 |
| reference_id |
|
| reference_type |
|
| scores |
| 0 |
| value |
0.00083 |
| scoring_system |
epss |
| scoring_elements |
0.24349 |
| published_at |
2026-04-02T12:55:00Z |
|
| 1 |
| value |
0.00083 |
| scoring_system |
epss |
| scoring_elements |
0.24173 |
| published_at |
2026-04-21T12:55:00Z |
|
| 2 |
| value |
0.00083 |
| scoring_system |
epss |
| scoring_elements |
0.24196 |
| published_at |
2026-04-18T12:55:00Z |
|
| 3 |
| value |
0.00083 |
| scoring_system |
epss |
| scoring_elements |
0.24208 |
| published_at |
2026-04-16T12:55:00Z |
|
| 4 |
| value |
0.00083 |
| scoring_system |
epss |
| scoring_elements |
0.24192 |
| published_at |
2026-04-13T12:55:00Z |
|
| 5 |
| value |
0.00083 |
| scoring_system |
epss |
| scoring_elements |
0.2425 |
| published_at |
2026-04-12T12:55:00Z |
|
| 6 |
| value |
0.00083 |
| scoring_system |
epss |
| scoring_elements |
0.24292 |
| published_at |
2026-04-11T12:55:00Z |
|
| 7 |
| value |
0.00083 |
| scoring_system |
epss |
| scoring_elements |
0.24275 |
| published_at |
2026-04-09T12:55:00Z |
|
| 8 |
| value |
0.00083 |
| scoring_system |
epss |
| scoring_elements |
0.24232 |
| published_at |
2026-04-08T12:55:00Z |
|
| 9 |
| value |
0.00083 |
| scoring_system |
epss |
| scoring_elements |
0.24166 |
| published_at |
2026-04-07T12:55:00Z |
|
| 10 |
| value |
0.00083 |
| scoring_system |
epss |
| scoring_elements |
0.24382 |
| published_at |
2026-04-04T12:55:00Z |
|
|
| url |
https://api.first.org/data/v1/epss?cve=CVE-2025-22233 |
|
| 1 |
|
| 2 |
|
| 3 |
|
| 4 |
|
| 5 |
|
| 6 |
|
| 7 |
|
| 8 |
|
| 9 |
|
|
| fixed_packages |
|
| aliases |
CVE-2025-22233, GHSA-4wp7-92pw-q264
|
| risk_score |
1.4 |
| exploitability |
0.5 |
| weighted_severity |
2.8 |
| resource_url |
http://public2.vulnerablecode.io/vulnerabilities/VCID-w11m-ut2r-tbcq |
|
|
| Fixing_vulnerabilities |
|
| Risk_score | 3.1 |
| Resource_url | http://public2.vulnerablecode.io/packages/pkg:maven/org.springframework/spring-context@6.0.0 |