Remote Code Execution (RCE) Affecting com.netflix.conductor:conductor-core Open this link in a new tab package, versions [,2.25.3)
Attack Complexity
High
Confidentiality
High
Integrity
High
Availability
High
Do your applications use this vulnerable package?
In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.
Test your applications-
snyk-id
SNYK-JAVA-COMNETFLIXCONDUCTOR-572437
-
published
16 Jun 2020
-
disclosed
16 Jun 2020
-
credit
Unknown
Introduced: 16 Jun 2020
CVE-2020-9296 Open this link in a new tabHow to fix?
Upgrade com.netflix.conductor:conductor-core
to version 2.25.3 or higher.
Overview
com.netflix.conductor:conductor-core is a microservices orchestration engine.
Affected versions of this package are vulnerable to Remote Code Execution (RCE). It uses Java Bean Validation (JSR 380) custom constraint validators. When building custom constraint violation error messages, different types of interpolation are supported, including Java EL expressions. If an attacker can inject arbitrary data in the error message template being passed to ConstraintValidatorContext.buildConstraintViolationWithTemplate() argument, they will be able to run arbitrary Java code.