CVE-2017-8039: Insecure Default Initialization of Resource in Pivotal Spring Web Flow
5.9
CVSS Score
3.0
Basic Information
CVE ID
GHSA ID
EPSS Score
0.40532%
CWE
Published
5/13/2022
Updated
1/27/2023
KEV Status
No
Technology
Java
Technical Details
CVSS Vector
CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:H/A:N
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
org.springframework.webflow:spring-webflow | maven | <= 2.4.5 | 2.4.6 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The vulnerability stems from MvcViewFactoryCreator
's default configuration where useSpringBinding=false. The createViewFactory()
method is directly responsible for view factory creation and data binding configuration. The Pivotal advisory explicitly links this class
/property
to the vulnerability and notes the incomplete CVE-2017-4971
fix was completed in these methods. During exploitation, this function
would appear in profilers as it handles view state processing with insecure data binding.