CVE-2010-1622: Improper Control of Generation of Code ('Code Injection') in Spring Framework
6
CVSS Score
Basic Information
CVE ID
GHSA ID
EPSS Score
0.81319%
CWE
Published
5/17/2022
Updated
3/14/2024
KEV Status
No
Technology
Java
Technical Details
CVSS Vector
AV:N/AC:M/Au:S/C:P/I:P/A:P
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
org.springframework:spring | maven | >= 2.5.0, <= 2.5.6 | 2.5.7 |
org.springframework:spring | maven | >= 3.0.0, <= 3.0.2 | 3.0.3 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The analysis is based on the changes observed in the patch for CVE-2010-1622. The modifications to the CachedIntrospectionResults
class, particularly the addition of a check to ignore the 'classLoader' property and the introduction of a new method to handle PropertyDescriptor
objects, indicate that these functions were involved in the vulnerability.