Summary
In Spring Cloud Function versions 3.2.5 and older unsupported versions, it is possible for a user who directly interacts with framework provided lookup functionality to cause denial of service condition due to the caching issue in Function Catalog component of the framework. At the time of writing of this CVE such interaction is only possible via spring-cloud-function-web module.
Product
Spring Cloud Function versions before 3.2.6.
Impact
In case the web endpoint for function invocation is open a DoS could be achieved.
Steps to reproduce
1 | import threading |
- replace the name of the function (
uppercase
) with a function that exists
Expected result:
The time for a response will rise and eventually crash the server.
Remediation
Update Spring Cloud Function to 3.2.6 or above.
Credit
This issue was discovered and reported by Checkmarx SCA Security Researcher Yaniv Nizry.